Search found 2 matches

by dazzling
Fri Aug 28, 2009 12:30 am
Forum: [SC] Custom Code
Topic: [Module] Froogle Static export
Replies: 52
Views: 159956

Re: [Module] Froogle Static export

Hi Martin,

Thanks anyway.

I just "fooled" that function getip() by adding "$_SERVER['REMOTE_ADDR'] = 1" as the first line of froogle.php

My cron jobs are now running.

THANK YOU AGAIN!

Darren
by dazzling
Thu Aug 27, 2009 3:02 pm
Forum: [SC] Custom Code
Topic: [Module] Froogle Static export
Replies: 52
Views: 159956

Re: [Module] Froogle Static export

Great script! Saved me loads of hassle! CHEERS!

Just one issue I can't fix. I run many other PHP CRON jobs from Windows Scheduler on my own dedicated we server.

However, when I try to run this it seems a getip() function is called in general.php which in turn looks for $_SERVER['REMOTE_ADDR'] and ...