Topic: [Release] AP News Generator - Bug with archives FIXED !!!
Hi all,
I have fixed the bug with the archives.
You can find the script here :
http://www.gregserveur.com/public/scrip … chives.zip
Demonstration : www.gregserveur.com
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [Release] AP News Generator - Bug with archives FIXED !!!
Hi all,
I have fixed the bug with the archives.
You can find the script here :
http://www.gregserveur.com/public/scrip … chives.zip
Demonstration : www.gregserveur.com
is the full script? I've been doing a search for this plugin and this is the only post where I see a download that and I dont know french, so I wouldnt know how to find it on your site if u have it there
The full scrit can be downloaded here :
http://www.gregserveur.com/public/scrip … chives.zip
hi guys, i got 1 question cause i wanna find a way for change the generator .html to .php automaticly, is that possible?
if you want to change only the extension :
On line 62, change :
$fh = @fopen($output_dir_latest.'news.html', 'wb');
to
$fh = @fopen($output_dir_latest.'news.php', 'wb');
On ligne 118, change :
$fh = @fopen($output_dir_archive.($month > 9 ? $month : '0'.$month).'-'.$year.'.html', 'wb');
to
$fh = @fopen($output_dir_archive.($month > 9 ? $month : '0'.$month).'-'.$year.'.php', 'wb');
thanks man!
anyone got a backup of this plugin? the download link seems to be dead
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [Release] AP News Generator - Bug with archives FIXED !!!
Powered by PunBB, supported by Informer Technologies, Inc.