I am still having a problem with the fopen....
My server said that for security reasons they have disabled "remote" fopen()
functions on their servers. Until these security issues are resolved they
are not enabling remote fopens() function. However, fopen() will work for
all local files i.e. if you are including or opening something locally,
it will work.
Can someone please tell me how the $ttb_alicelocation should be coded to read as a local fopen in tomstalkerbot (line 46). I have tried the following:
$ttb_alicelocation = "/forums/upload/alice/src/talk.php";
and I have also tried the more involved link that shows in my FTP..
OR,
since I do get the talk.html up in the browser and the talk.php with the reply... is there some way to "just" include this in the header without messing with fopen?
|