Quote:
Originally Posted by Hippy
thanks Mark I will test it out ..
as mine has always been ticked by default as well.. but I am looking to improve it for others..
Peek in this forum, I been helping out for some time, I was determined to keep this mod alive..
I will report back..
thanks
Hippy
--------------- Added [DATE]1314741199[/DATE] at [TIME]1314741199[/TIME] ---------------
Just checked my notes I have tried this after tons of research this does work..
but it fills your apache error log file up with this error..
Code:
PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/public_html/forum/holdsession.php on line 37, referer: arcade.php?&act=Arcade&do=play&gameid=4972
thanks for your effort
|
Hmm I had a feeling that might happen because actually the syntax is still wrong...it's going to get confused with the ' marks.
But it seems to work...whereas correcting the syntax like this:
Code:
echo "<meta http-equiv='refresh' content='$secs; URL=$vboptions[bburl]/holdsession.php$session[sessionurl_q]act=arcade&do=play&gameid=$gameid'>";
fails!
--------------- Added [DATE]1314741892[/DATE] at [TIME]1314741892[/TIME] ---------------
Well I reversed the syntax as well to this:
Code:
echo '<meta http-equiv="refresh" content="$secs; URL=$vboptions[bburl]/holdsession.php$session[sessionurl_q]act=arcade&do=play&gameid=$gameid">';
And it still fails.
Syntactically (is that a real word?) it's correct so I can't fathom what's making it fail.