1

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

Greg Serveur : www.gregserveur.com

Re: [Release] AP News Generator - Bug with archives FIXED !!!

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

3

Re: [Release] AP News Generator - Bug with archives FIXED !!!

The full scrit can be downloaded here :

http://www.gregserveur.com/public/scrip … chives.zip

Greg Serveur : www.gregserveur.com

4

Re: [Release] AP News Generator - Bug with archives FIXED !!!

hi guys, i got 1 question cause i wanna find a way for change the generator .html to .php automaticly, is that possible?

5

Re: [Release] AP News Generator - Bug with archives FIXED !!!

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');
Greg Serveur : www.gregserveur.com

6

Re: [Release] AP News Generator - Bug with archives FIXED !!!

thanks man!

7

Re: [Release] AP News Generator - Bug with archives FIXED !!!

anyone got a backup of this plugin? the download link seems to be dead