mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-29 02:47:53 +01:00
Killed the cache folder, everything in tmp now
Also don't show any error when tmp is empty, as it should be emptiable whenever we want.
This commit is contained in:
parent
839bb21e66
commit
3e3a18afb2
@ -19,7 +19,6 @@ RSYNC="/home/hosted/pouet/bin/rsync \
|
||||
--exclude=screenshots \
|
||||
--exclude=include/*.inc \
|
||||
--exclude=rulez/*.log \
|
||||
--exclude=cache/* \
|
||||
--exclude=tmp/* \
|
||||
--exclude=include/auth.php \
|
||||
--exclude=.git"
|
||||
|
1
bin/sync
1
bin/sync
@ -18,7 +18,6 @@ RSYNC="rsync --recursive \
|
||||
--exclude=screenshots \
|
||||
--exclude=include/*.inc \
|
||||
--exclude=rulez/*.log \
|
||||
--exclude=cache/* \
|
||||
--exclude=tmp/* \
|
||||
--exclude=include/auth.php \
|
||||
--exclude=.git"
|
||||
|
@ -30,7 +30,7 @@ if (!$_SESSION["nodonate"]) {
|
||||
</table>
|
||||
|
||||
<?
|
||||
$fn = "cache/bpbudget.inc";
|
||||
$fn = TMP_FOLDER."/bpbudget.inc";
|
||||
if (!file_exists($fn) || time() - filemtime($fn) < 3600) {
|
||||
$f = @fopen("http://breakpoint.untergrund.net/broke_budget.php", 'r');
|
||||
$content = '';
|
||||
|
111
cache/bpbudget.inc
vendored
111
cache/bpbudget.inc
vendored
@ -1,111 +0,0 @@
|
||||
<table id='bpbudget' cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td colspan=5 class="topcellwithmarker">5k</td>
|
||||
<td colspan=5 class="topcellwithmarker">10k</td>
|
||||
<td colspan=5 class="topcellwithmarker">15k</td>
|
||||
<td colspan=5 class="topcellwithmarker">20k</td>
|
||||
<td colspan=5 class="topcellwithmarker">25k</td>
|
||||
<td colspan=5 class="topcellwithmarker">30k</td>
|
||||
<td colspan=5 class="topcellwithmarker">35k</td>
|
||||
<td colspan=5 class="topcellwithmarker">40k</td>
|
||||
<td colspan=5 class="topcellwithmarker">45k</td>
|
||||
<td colspan=5 class="topcellwithmarker">50k</td>
|
||||
<td colspan=5 class="topcellwithmarker">55k</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlefilled"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
<td class="middlecell"></td>
|
||||
</tr>
|
||||
<td colspan=18 class="bottomcellwithmarker">
|
||||
Location Rental, Power, Basic Infrastructure, Security, Tables and Chairs, Garbage removal,
|
||||
Equipment transport, Location Insurance<br>
|
||||
(Breakpoint 09 takes place)
|
||||
</td>
|
||||
<td colspan=7 class="bottomcellwithmarker">
|
||||
Bigscreen and PA<br>
|
||||
(Enjoyable competition experience)
|
||||
</td>
|
||||
<td colspan=3 class="bottomcellwithmarker">
|
||||
Party shuttle service
|
||||
</td>
|
||||
<td colspan=2 class="bottomcellwithmarker">
|
||||
Party net- work
|
||||
</td>
|
||||
<td colspan=2 class="bottomcellwithmarker">
|
||||
Se- cond stage<br>
|
||||
(DJ acts)
|
||||
</td>
|
||||
<td colspan=4 class="bottomcellwithmarker">
|
||||
Party tent<br>
|
||||
(Boozing)
|
||||
</td>
|
||||
<td colspan=2 class="bottomcellwithmarker">
|
||||
Comp- etition video reco- rding<br>
|
||||
</td>
|
||||
<td colspan=2 class="bottomcellwithmarker">
|
||||
Party theme deco- ration
|
||||
</td>
|
||||
<td colspan=3 class="bottomcellwithmarker">
|
||||
Music liveacts
|
||||
</td>
|
||||
<td colspan=10 class="bottomcellwithmarker">
|
||||
Competition prizes
|
||||
</td>
|
||||
<td colspan=2 class="bottomcellwithmarker">
|
||||
Party video strea- ming
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
File diff suppressed because one or more lines are too long
132
cache/rsscache_95847ab97cabbd9d59d2ac9ce169cd4f
vendored
132
cache/rsscache_95847ab97cabbd9d59d2ac9ce169cd4f
vendored
@ -1,132 +0,0 @@
|
||||
a:9:{s:8:"encoding";s:5:"UTF-8";s:5:"title";s:13:"demoparty.net";s:4:"link";s:25:"http://www.demoparty.net/";s:11:"description";s:36:"a rss feed with upcoming demoparties";s:8:"language";s:5:"en-us";s:13:"lastBuildDate";s:10:"2013-05-07";s:4:"docs";s:37:"http://blogs.law.harvard.edu/tech/rss";s:5:"items";a:24:{i:0;a:10:{s:5:"title";s:33:"Outline 2013, May, 9th - 12th, NL";s:4:"link";s:38:"http://www.demoparty.net/outline-2013/";s:11:"description";s:294:"date: May, 9th - 12th<br/>
|
||||
country: NL<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Outline is back for the 10th time, delivering you the casual laidback atmosphere you love, the tightest scheduling known to demoscenekind and all the facilities you require to enjoy a demoparty to the fullest!«";s:4:"guid";s:38:"http://www.demoparty.net/outline-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:12:"Outline 2013";s:18:"demopartynet:title";s:12:"Outline 2013";s:17:"demopartynet:date";s:15:"May, 9th - 12th";s:22:"demopartynet:startDate";s:31:"Thu, 09 May 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 12 May 2013 00:00:00 +0200";}i:1;a:10:{s:5:"title";s:30:"Birdie 23, May, 9th - 12th, SE";s:4:"link";s:37:"http://www.demoparty.net/birdie-2013/";s:11:"description";s:48:"date: May, 9th - 12th<br/>
|
||||
country: SE<br/>";s:4:"guid";s:37:"http://www.demoparty.net/birdie-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:9:"Birdie 23";s:18:"demopartynet:title";s:9:"Birdie 23";s:17:"demopartynet:date";s:15:"May, 9th - 12th";s:22:"demopartynet:startDate";s:31:"Thu, 09 May 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 12 May 2013 00:00:00 +0200";}i:2;a:10:{s:5:"title";s:36:"Flashback 2013, June, 8th - 10th, AU";s:4:"link";s:40:"http://www.demoparty.net/flashback-2013/";s:11:"description";s:418:"date: June, 8th - 10th<br/>
|
||||
country: AU<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
» After the success of Flashback 2012. Defame presents Flashback 2013 Sydney Australia. 3 days of non stop demo partying. c64, Amiga, PC, Oldschool, newschool, live compos and live performances. Equiped with quality large screen projectors, lighting, loud sound. sleeping halls, All welcome!! Get Down under this June!! Reload/Defame«";s:4:"guid";s:40:"http://www.demoparty.net/flashback-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:14:"Flashback 2013";s:18:"demopartynet:title";s:14:"Flashback 2013";s:17:"demopartynet:date";s:16:"June, 8th - 10th";s:22:"demopartynet:startDate";s:31:"Sat, 08 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Mon, 10 Jun 2013 00:00:00 +0200";}i:3;a:10:{s:5:"title";s:34:"@party 2013, June, 14th - 16th, US";s:4:"link";s:38:"http://www.demoparty.net/atparty-2013/";s:11:"description";s:50:"date: June, 14th - 16th<br/>
|
||||
country: US<br/>";s:4:"guid";s:38:"http://www.demoparty.net/atparty-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:11:"@party 2013";s:18:"demopartynet:title";s:11:"@party 2013";s:17:"demopartynet:date";s:17:"June, 14th - 16th";s:22:"demopartynet:startDate";s:31:"Fri, 14 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 16 Jun 2013 00:00:00 +0200";}i:4;a:10:{s:5:"title";s:38:"Sommarhack 2013, June, 27th - 30th, SE";s:4:"link";s:41:"http://www.demoparty.net/sommarhack-2013/";s:11:"description";s:121:"date: June, 27th - 30th<br/>
|
||||
country: SE<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»20 seats. Atari. Barbeque. Coding.«";s:4:"guid";s:41:"http://www.demoparty.net/sommarhack-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:15:"Sommarhack 2013";s:18:"demopartynet:title";s:15:"Sommarhack 2013";s:17:"demopartynet:date";s:17:"June, 27th - 30th";s:22:"demopartynet:startDate";s:31:"Thu, 27 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 30 Jun 2013 00:00:00 +0200";}i:5;a:10:{s:5:"title";s:34:"Edison 2013, June, 28th - 30th, SE";s:4:"link";s:37:"http://www.demoparty.net/edison-2013/";s:11:"description";s:50:"date: June, 28th - 30th<br/>
|
||||
country: SE<br/>";s:4:"guid";s:37:"http://www.demoparty.net/edison-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:11:"Edison 2013";s:18:"demopartynet:title";s:11:"Edison 2013";s:17:"demopartynet:date";s:17:"June, 28th - 30th";s:22:"demopartynet:startDate";s:31:"Fri, 28 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 30 Jun 2013 00:00:00 +0200";}i:6;a:10:{s:5:"title";s:35:"Rewired 2013, June, 28th - 30th, BE";s:4:"link";s:38:"http://www.demoparty.net/rewired-2013/";s:11:"description";s:127:"date: June, 28th - 30th<br/>
|
||||
country: BE<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»The Belgians Open Their Breweries Again!«";s:4:"guid";s:38:"http://www.demoparty.net/rewired-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:12:"Rewired 2013";s:18:"demopartynet:title";s:12:"Rewired 2013";s:17:"demopartynet:date";s:17:"June, 28th - 30th";s:22:"demopartynet:startDate";s:31:"Fri, 28 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 30 Jun 2013 00:00:00 +0200";}i:7;a:10:{s:5:"title";s:34:"DemoJS 2013, June, 28th - 30th, FR";s:4:"link";s:37:"http://www.demoparty.net/demojs-2013/";s:11:"description";s:221:"date: June, 28th - 30th<br/>
|
||||
country: FR<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Room for 150 people
|
||||
3 compos : 1k, 8k, demo
|
||||
Remote entries welcome
|
||||
|
||||
Also: conferences, concerts, friendly atmopshere, free sleeping...«";s:4:"guid";s:37:"http://www.demoparty.net/demojs-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:11:"DemoJS 2013";s:18:"demopartynet:title";s:11:"DemoJS 2013";s:17:"demopartynet:date";s:17:"June, 28th - 30th";s:22:"demopartynet:startDate";s:31:"Fri, 28 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 30 Jun 2013 00:00:00 +0200";}i:8;a:10:{s:5:"title";s:32:"ReSeT #10, June, 28th - 30th, FR";s:4:"link";s:33:"http://www.demoparty.net/reset10/";s:11:"description";s:690:"date: June, 28th - 30th<br/>
|
||||
country: FR<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»ReSeT is an Amstrad demoparty in Coutances, located in northwest France. Previously called Amstrad Expo, this party organized by Eliot / Benediction, is a real success each year since 2000. Through its convivial atmosphere, the ReSeT party is an event opened to all the computers enthusiasts no matter about their level and interest: code, electronic, graphics, music, games. You will have the opportunity to discover previews from the upcoming productions and to meet active sceners sharing their knowledge. And as a demoscene tradition, some competitions are planned, so get started on your releases! «";s:4:"guid";s:33:"http://www.demoparty.net/reset10/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:9:"ReSeT #10";s:18:"demopartynet:title";s:9:"ReSeT #10";s:17:"demopartynet:date";s:17:"June, 28th - 30th";s:22:"demopartynet:startDate";s:31:"Fri, 28 Jun 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 30 Jun 2013 00:00:00 +0200";}i:9;a:10:{s:5:"title";s:36:"Arok Party 2013, July, 5th - 7th, HU";s:4:"link";s:41:"http://www.demoparty.net/arok-party-2013/";s:11:"description";s:48:"date: July, 5th - 7th<br/>
|
||||
country: HU<br/>";s:4:"guid";s:41:"http://www.demoparty.net/arok-party-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:15:"Arok Party 2013";s:18:"demopartynet:title";s:15:"Arok Party 2013";s:17:"demopartynet:date";s:15:"July, 5th - 7th";s:22:"demopartynet:startDate";s:31:"Fri, 05 Jul 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 07 Jul 2013 00:00:00 +0200";}i:10;a:10:{s:5:"title";s:49:"Hackerence Summer Party 2013, July, 5th - 7th, SE";s:4:"link";s:41:"http://www.demoparty.net/hackerence-2013/";s:11:"description";s:48:"date: July, 5th - 7th<br/>
|
||||
country: SE<br/>";s:4:"guid";s:41:"http://www.demoparty.net/hackerence-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:28:"Hackerence Summer Party 2013";s:18:"demopartynet:title";s:28:"Hackerence Summer Party 2013";s:17:"demopartynet:date";s:15:"July, 5th - 7th";s:22:"demopartynet:startDate";s:31:"Fri, 05 Jul 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 07 Jul 2013 00:00:00 +0200";}i:11;a:10:{s:5:"title";s:32:"DiHalt 2013, July, 6th - 7th, RU";s:4:"link";s:36:"http://www.demoparty.net/dihalt2013/";s:11:"description";s:436:"date: July, 6th - 7th<br/>
|
||||
country: RU<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»DiHalt 2013 is a festival of computer art, which will take a place on Jule, 6-7 in Nizhny Novgorod. For the 10th time DiHalt gathers the most progressive enthusiasts in different directions of computer art from Russia and from the neighbor countries. - You can participate in competitions with works created for PC, Amiga/Pegasos, ZX-Spectrum and C64.«";s:4:"guid";s:36:"http://www.demoparty.net/dihalt2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:11:"DiHalt 2013";s:18:"demopartynet:title";s:11:"DiHalt 2013";s:17:"demopartynet:date";s:15:"July, 6th - 7th";s:22:"demopartynet:startDate";s:31:"Sat, 06 Jul 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 07 Jul 2013 00:00:00 +0200";}i:12;a:10:{s:5:"title";s:37:"Solskogen 2013, July, 12th - 14th, NO";s:4:"link";s:40:"http://www.demoparty.net/solskogen-2013/";s:11:"description";s:50:"date: July, 12th - 14th<br/>
|
||||
country: NO<br/>";s:4:"guid";s:40:"http://www.demoparty.net/solskogen-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:14:"Solskogen 2013";s:18:"demopartynet:title";s:14:"Solskogen 2013";s:17:"demopartynet:date";s:17:"July, 12th - 14th";s:22:"demopartynet:startDate";s:31:"Fri, 12 Jul 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 14 Jul 2013 00:00:00 +0200";}i:13;a:10:{s:5:"title";s:37:"Nordlicht 2013, July, 19th - 21st, DE";s:4:"link";s:39:"http://www.demoparty.net/nordlicht2013/";s:11:"description";s:927:"date: July, 19th - 21st<br/>
|
||||
country: DE<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Nordlicht 2013 happens 19th - 21st July!
|
||||
Set in the "Westend" building in lovely Bremen, offering you this and much more:
|
||||
|
||||
|
||||
Main hall with space for 100 demosceners (chairs & tables for everyone)
|
||||
Disco / party room with bar (our team will sell you drinks at fair prices again)
|
||||
Chillout areas all around the place (for taking a break away from the noisy hall)
|
||||
Separate sleeping room (sleep, what is that?)
|
||||
A Kitchen (for us orgas to prepare stuff)
|
||||
15 friendly organizers who will look after you ^^
|
||||
Plenty of competitions - categorized into old- and newschool.
|
||||
Two bigscreens, live DJ acts and performances, free tea and coffee
|
||||
and the famous BBQ session outside!
|
||||
|
||||
|
||||
Tickets will be 25 each, available online only! (as soon as the website launches, give it a few days please!)
|
||||
|
||||
|
||||
We're hoping to see you in July! \o/«";s:4:"guid";s:39:"http://www.demoparty.net/nordlicht2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:14:"Nordlicht 2013";s:18:"demopartynet:title";s:14:"Nordlicht 2013";s:17:"demopartynet:date";s:17:"July, 19th - 21st";s:22:"demopartynet:startDate";s:31:"Fri, 19 Jul 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 21 Jul 2013 00:00:00 +0200";}i:14;a:10:{s:5:"title";s:43:"Assembly Summer 2013, August, 1st - 4th, FI";s:4:"link";s:39:"http://www.demoparty.net/assembly-2013/";s:11:"description";s:50:"date: August, 1st - 4th<br/>
|
||||
country: FI<br/>";s:4:"guid";s:39:"http://www.demoparty.net/assembly-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:20:"Assembly Summer 2013";s:18:"demopartynet:title";s:20:"Assembly Summer 2013";s:17:"demopartynet:date";s:17:"August, 1st - 4th";s:22:"demopartynet:startDate";s:31:"Thu, 01 Aug 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 04 Aug 2013 00:00:00 +0200";}i:15;a:10:{s:5:"title";s:49:"Chaos Constructions 2013, August, 10th - 11th, RU";s:4:"link";s:50:"http://www.demoparty.net/chaos-constructions-2013/";s:11:"description";s:196:"date: August, 10th - 11th<br/>
|
||||
country: RU<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»same compos as last year, allows remote entries, foreign visitors welcome, english slides and announcements«";s:4:"guid";s:50:"http://www.demoparty.net/chaos-constructions-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:24:"Chaos Constructions 2013";s:18:"demopartynet:title";s:24:"Chaos Constructions 2013";s:17:"demopartynet:date";s:19:"August, 10th - 11th";s:22:"demopartynet:startDate";s:31:"Sat, 10 Aug 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 11 Aug 2013 00:00:00 +0200";}i:16;a:10:{s:5:"title";s:35:"Evoke 2013, August, 16th - 18th, DE";s:4:"link";s:36:"http://www.demoparty.net/evoke-2013/";s:11:"description";s:349:"date: August, 16th - 18th<br/>
|
||||
country: DE<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»It's 2013, and it is time for evoke again. but this time, we are doing some things different.
|
||||
|
||||
New and innovative compos in addition to the classics, more entertainment for you to enjoy, all wrapped up with what we know how to do best:
|
||||
A party with a heart«";s:4:"guid";s:36:"http://www.demoparty.net/evoke-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:10:"Evoke 2013";s:18:"demopartynet:title";s:10:"Evoke 2013";s:17:"demopartynet:date";s:19:"August, 16th - 18th";s:22:"demopartynet:startDate";s:31:"Fri, 16 Aug 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 18 Aug 2013 00:00:00 +0200";}i:17;a:10:{s:5:"title";s:38:"Demodays 2013, August, 23rd - 25th, CH";s:4:"link";s:39:"http://www.demoparty.net/demodays-2013/";s:11:"description";s:162:"date: August, 23rd - 25th<br/>
|
||||
country: CH<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Your favourite Swiss demoparty is back - Demodays 2013 (aka. Buenzli 22) «";s:4:"guid";s:39:"http://www.demoparty.net/demodays-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:13:"Demodays 2013";s:18:"demopartynet:title";s:13:"Demodays 2013";s:17:"demopartynet:date";s:19:"August, 23rd - 25th";s:22:"demopartynet:startDate";s:31:"Fri, 23 Aug 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 25 Aug 2013 00:00:00 +0200";}i:18;a:10:{s:5:"title";s:38:"Sundown 2013, September, 6th - 8th, GB";s:4:"link";s:38:"http://www.demoparty.net/sundown-2013/";s:11:"description";s:149:"date: September, 6th - 8th<br/>
|
||||
country: GB<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Nice to scene you again! Join us again for Sundown 2013! :D«";s:4:"guid";s:38:"http://www.demoparty.net/sundown-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:12:"Sundown 2013";s:18:"demopartynet:title";s:12:"Sundown 2013";s:17:"demopartynet:date";s:20:"September, 6th - 8th";s:22:"demopartynet:startDate";s:31:"Fri, 06 Sep 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 08 Sep 2013 00:00:00 +0200";}i:19;a:10:{s:5:"title";s:38:"WeCan 2013, September, 20th - 22nd, PL";s:4:"link";s:35:"http://www.demoparty.net/wecan2013/";s:11:"description";s:347:"date: September, 20th - 22nd<br/>
|
||||
country: PL<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»WeCan 2013 is a second edition of a multi-platform demo-scene party, which is going to take place on 20-22nd of September in Lodz, Poland. This time we`ll be moving to a Broadway 18 club, located at Stefanowskiego 17 (corner of Radwa&#324;ska street).«";s:4:"guid";s:35:"http://www.demoparty.net/wecan2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:10:"WeCan 2013";s:18:"demopartynet:title";s:10:"WeCan 2013";s:17:"demopartynet:date";s:22:"September, 20th - 22nd";s:22:"demopartynet:startDate";s:31:"Fri, 20 Sep 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 22 Sep 2013 00:00:00 +0200";}i:20;a:10:{s:5:"title";s:36:"TRSAC 2013, October, 18th - 20th, DK";s:4:"link";s:36:"http://www.demoparty.net/trsac-2013/";s:11:"description";s:53:"date: October, 18th - 20th<br/>
|
||||
country: DK<br/>";s:4:"guid";s:36:"http://www.demoparty.net/trsac-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:10:"TRSAC 2013";s:18:"demopartynet:title";s:10:"TRSAC 2013";s:17:"demopartynet:date";s:20:"October, 18th - 20th";s:22:"demopartynet:startDate";s:31:"Fri, 18 Oct 2013 00:00:00 +0200";s:20:"demopartynet:endDate";s:31:"Sun, 20 Oct 2013 00:00:00 +0200";}i:21;a:10:{s:5:"title";s:44:"Silly Venture 2k13, November, 8th - 11th, PL";s:4:"link";s:44:"http://www.demoparty.net/silly-venture-2013/";s:11:"description";s:227:"date: November, 8th - 11th<br/>
|
||||
country: PL<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»The biggeST international ATARI-only event in Europe, taking place in the north of Poland (8th-11th day of November 2013, Friday-Monday).«";s:4:"guid";s:44:"http://www.demoparty.net/silly-venture-2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:18:"Silly Venture 2k13";s:18:"demopartynet:title";s:18:"Silly Venture 2k13";s:17:"demopartynet:date";s:20:"November, 8th - 11th";s:22:"demopartynet:startDate";s:31:"Fri, 08 Nov 2013 00:00:00 +0100";s:20:"demopartynet:endDate";s:31:"Mon, 11 Nov 2013 00:00:00 +0100";}i:22;a:10:{s:5:"title";s:43:"Kindergarden 2013, November, 8th - 10th, NO";s:4:"link";s:32:"http://www.demoparty.net/kg2013/";s:11:"description";s:265:"date: November, 8th - 10th<br/>
|
||||
country: NO<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Back once again! Same procedure as every year!
|
||||
|
||||
(there might be badestamp. I asked after getting confused over where it was, cuz I can't READ. [your helpful confused editor]«";s:4:"guid";s:32:"http://www.demoparty.net/kg2013/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:17:"Kindergarden 2013";s:18:"demopartynet:title";s:17:"Kindergarden 2013";s:17:"demopartynet:date";s:20:"November, 8th - 10th";s:22:"demopartynet:startDate";s:31:"Fri, 08 Nov 2013 00:00:00 +0100";s:20:"demopartynet:endDate";s:31:"Sun, 10 Nov 2013 00:00:00 +0100";}i:23;a:10:{s:5:"title";s:34:"Forever 15, March, 14th - 16th, SK";s:4:"link";s:38:"http://www.demoparty.net/forever-2014/";s:11:"description";s:262:"date: March, 14th - 16th<br/>
|
||||
country: SK<br/>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
»Traditional 8bit demoparty focusing mainly on Atari, C64, ZX Spectrum, Amstrad CPC, but opened for another scenes as Thomson, Sam Coupe, PMD85 and basicaly any 8bit computer.«";s:4:"guid";s:38:"http://www.demoparty.net/forever-2014/";s:7:"pubDate";s:10:"2013-05-07";s:6:"source";s:10:"Forever 15";s:18:"demopartynet:title";s:10:"Forever 15";s:17:"demopartynet:date";s:18:"March, 14th - 16th";s:22:"demopartynet:startDate";s:31:"Fri, 14 Mar 2014 00:00:00 +0100";s:20:"demopartynet:endDate";s:31:"Sun, 16 Mar 2014 00:00:00 +0100";}}s:11:"items_count";i:24;}
|
10
cron.php
10
cron.php
@ -1,16 +1,16 @@
|
||||
<?
|
||||
//return;
|
||||
<?php
|
||||
require_once('lib/lastrss/lastRSS.php');
|
||||
require_once('include/constants.php');
|
||||
|
||||
header("Content-type: text/plain");
|
||||
|
||||
printf("START %s - ",date("Y-m-d H:i:s"));
|
||||
|
||||
require_once('lib/lastrss/lastRSS.php');
|
||||
|
||||
// create lastRSS object
|
||||
$rss = new lastRSS;
|
||||
|
||||
// setup transparent cache
|
||||
$rss->cache_dir = 'cache';
|
||||
$rss->cache_dir = TMP_FOLDER;
|
||||
$rss->cache_time = 5*60; // in seconds
|
||||
$rss->CDATA = 'strip';
|
||||
$rss->date_format = 'Y-m-d';
|
||||
|
@ -6,15 +6,15 @@
|
||||
// Folder used to store temporary stuff like cache or state files
|
||||
// Any file in this folder should be deleted without impacting pouet
|
||||
// Just making thinks slower
|
||||
define('TMP_FOLDER', 'tmp/');
|
||||
define('TMP_FOLDER', 'tmp');
|
||||
|
||||
// File used to check if scene.org is up, if not pouet goes read-only
|
||||
define('SCENE_ORG_CHECK_FILE', TMP_FOLDER.'IS_SCENE_ORG_UP');
|
||||
define('SCENE_ORG_CHECK_FILE', TMP_FOLDER.'/IS_SCENE_ORG_UP');
|
||||
|
||||
// File used by the deploy script to store the commit that is currently
|
||||
// deployed
|
||||
define('LOCAL_COMMIT_FILE', TMP_FOLDER.'LOCAL_COMMIT');
|
||||
define('LOCAL_COMMIT_FILE', TMP_FOLDER.'/LOCAL_COMMIT');
|
||||
|
||||
// File used by the github web hook to store the commit that is gonna be
|
||||
// deployed next
|
||||
define('REMOTE_COMMIT_FILE', TMP_FOLDER.'REMOTE_COMMIT');
|
||||
define('REMOTE_COMMIT_FILE', TMP_FOLDER.'/REMOTE_COMMIT');
|
||||
|
14
index.php
14
index.php
@ -14,22 +14,14 @@ if ($user["indexoneliner"]>0)
|
||||
$rss = new lastRSS;
|
||||
|
||||
// setup transparent cache
|
||||
$rss->cache_dir = './cache';
|
||||
$rss->cache_dir = TMP_FOLDER;
|
||||
$rss->cache_time = 5*60; // in seconds
|
||||
$rss->CDATA = 'strip';
|
||||
$rss->date_format = 'Y-m-d';
|
||||
|
||||
// load some RSS file
|
||||
$rs = $rss->GetCached('http://bitfellas.org/e107_plugins/rss_menu/rss.php?1.2');
|
||||
//if ($rs = $rss->get('http://bitfellas.org/e107_plugins/rss_menu/rss.php?1.2')) {
|
||||
/*
|
||||
$rss_url = 'http://bitfellas.org/e107_plugins/rss_menu/rss.php?1.2';
|
||||
if ($rs = $rss->get($f)) {
|
||||
}
|
||||
else {
|
||||
printf('Error: RSS file not found...');
|
||||
}
|
||||
*/
|
||||
$rs = @$rss->GetCached('http://bitfellas.org/e107_plugins/rss_menu/rss.php?1.2');
|
||||
|
||||
// latest added prods
|
||||
if ($user["indexlatestadded"]>0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user