fix me beautifull
category: general [glöplog]
A lot of productions for the Acorn platform have their
download link pointing on our old acorn demo archive server IP at 212.99.129.82. This IP is now invalid, but the server moved to www.icebird.org. Is it possible to do a search&replace '212.99.129.82' -> 'www.icebird.org' in the database?
Quite a lot of prods affected, for example:
prod 5650
http://212.99.129.82/filez/demos/Archiologics/Ostern95.zip
should become ->
http://www.icebird.org/filez/demos/Archiologics/Ostern95.zip
download link pointing on our old acorn demo archive server IP at 212.99.129.82. This IP is now invalid, but the server moved to www.icebird.org. Is it possible to do a search&replace '212.99.129.82' -> 'www.icebird.org' in the database?
Quite a lot of prods affected, for example:
prod 5650
http://212.99.129.82/filez/demos/Archiologics/Ostern95.zip
should become ->
http://www.icebird.org/filez/demos/Archiologics/Ostern95.zip
The OLDskooldemomaker program is a Fake it produces VIRus insted of working...
Hey Mr. Híll :) how's life... can you do some screenshots for various Acorn demos that I recently added? :)
http://www.pouet.net/groups.php?which=3698
Shortcut: AM
(another "great mystery" solved! woohoo! ;))
Shortcut: AM
(another "great mystery" solved! woohoo! ;))
lotek style: I wouldn't use it myself since it's not clickable from the prod.php but submitpartyinfo.php still works there. As long as no month is set you may set one.
hill:
mysql> select id from prods where download like "%212.99.129.82%";
+------+
| id |
+------+
| 3151 |
| 5641 |
| 5644 |
| 5645 |
| 5646 |
| 5647 |
| 5648 |
| 5649 |
| 5650 |
| 5651 |
| 6840 |
+------+
11 rows in set (0.05 sec)
mysql> update prods set download = replace(download,'http://212.99.129.82/','http://www.icebird.org/') where download like 'http://212.99.129.82%'; Query OK, 11 rows affected (1.58 sec)
Rows matched: 11 Changed: 11 Warnings: 0
mysql> select id from prods where download like "%212.99.129.82%";
+------+
| id |
+------+
| 3151 |
| 5641 |
| 5644 |
| 5645 |
| 5646 |
| 5647 |
| 5648 |
| 5649 |
| 5650 |
| 5651 |
| 6840 |
+------+
11 rows in set (0.05 sec)
mysql> update prods set download = replace(download,'http://212.99.129.82/','http://www.icebird.org/') where download like 'http://212.99.129.82%'; Query OK, 11 rows affected (1.58 sec)
Rows matched: 11 Changed: 11 Warnings: 0
correct download link for this prod :
http://www.scene.org/file.php?file=/demos/groups/t-rex/trx-ov32.zip&fileinfo
http://www.scene.org/file.php?file=/demos/groups/t-rex/trx-ov32.zip&fileinfo
and here the dos version :
http://www.scene.org/file.php?file=%2Fdemos%2Fgroups%2Ft-rex%2Ftrx-over.zip&fileinfo
perhaps you can add it as disc 2 or sth..
http://www.scene.org/file.php?file=%2Fdemos%2Fgroups%2Ft-rex%2Ftrx-over.zip&fileinfo
perhaps you can add it as disc 2 or sth..
ps: I'd like to have a link from editprod.php and editprod_light.php to submitdownloadlinks.php. They only appear when there is already a link but when I want to add one I can't do it that easy...
good work, as always, madenmann :-)
(and the other admins, of course..)
(and the other admins, of course..)
rene: i'll update a couple more things tonight..
havoc: fixed
jumalauta dungeon horrorous fast porting section http://www.pouet.net/prod.php?which=23250
le linux port: ftp://ftp.untergrund.net/users/waffle/jumalauta/jml-c002.tar.gz
le linux port: ftp://ftp.untergrund.net/users/waffle/jumalauta/jml-c002.tar.gz
For prod 14099 - Blue tuesday by xplsv
http://pouet.net/prod.php?which=14099
Final version (please replace the download link with this one :))
http://www.xplsv.com/prods/demos/xplsv_bt.zip
Video version
http://xplsv.scenesp.org/prods/demos/xplsv_bt.mov
There's a new screenshot (screenshot_t.png) inside the zip package, just in case somebody (madenmann?) feels the need to replace the wrong screenshot with this one which looks better.
Same goes for the nfo file. Nice readme.txt inside it which should replace the current nfo file.
thanks!
http://pouet.net/prod.php?which=14099
Final version (please replace the download link with this one :))
http://www.xplsv.com/prods/demos/xplsv_bt.zip
Video version
http://xplsv.scenesp.org/prods/demos/xplsv_bt.mov
There's a new screenshot (screenshot_t.png) inside the zip package, just in case somebody (madenmann?) feels the need to replace the wrong screenshot with this one which looks better.
Same goes for the nfo file. Nice readme.txt inside it which should replace the current nfo file.
thanks!
Now that I remember this version has exes for mac os X and windows. So please add mac as new platform :D
/me demands the rights to fix broken d/l links :)
Last one for the moment:
Working link for this one.
Last one for the moment:
Working link for this one.
stingray: host/~axess/hetero/bla is a very cool url. please present some new download links containing that words. ;)
sole: I came back from a friend's birthday, I'm totally drunken. It's unfair to read my name here. Anyway, changed. Feel free to submit an nfo with line breaks since pouet's script does not include them.
ps: I know stingray and I know he's a trustable person. Feel free to set his user level to the value of 4.
sole: I came back from a friend's birthday, I'm totally drunken. It's unfair to read my name here. Anyway, changed. Feel free to submit an nfo with line breaks since pouet's script does not include them.
ps: I know stingray and I know he's a trustable person. Feel free to set his user level to the value of 4.
MadenMann: I guess that should not be much of a problem. :)