popfetcher without cron: my idea - bad hack, or ok?
Posted: Sat Mar 18, 2006 9:05 am
lacking cron on my vserver i added this line to a html sidebar plugin in my s9y blog to trigger the popfetcher script
the idea was to trigger the script every time one loads a page of my blog
it works nice, (just one time i got an server error, "server does not respond" ... maybe a singularity
)
my question is whether this is a bad hack using the img tag loading the script, and where the answer of the script does go. to data nirvana?
have a nice day, and: s9y is SO cool!
Code: Select all
<img src='http://typo.infragelb.de/nano/index.php?/plugin/popfetcher' alt='' />it works nice, (just one time i got an server error, "server does not respond" ... maybe a singularity
my question is whether this is a bad hack using the img tag loading the script, and where the answer of the script does go. to data nirvana?
have a nice day, and: s9y is SO cool!