![]() |
It's me again lol
Thanks for that I did that and worked fine til I tried it on a menu... When I tried it on menu I got these errors; Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/---/public_html/homepage.php on line 928 Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/---/public_html/homepage.php on line 928 This is the code which I tried: PHP Code:
Carl |
Hi Carl.
Looks like you have missed using \ in a few places. For example near the top you have PHP Code:
PHP Code:
PHP Code:
PHP Code:
If you dont escape every " that is in your HTML inside the echo statement with \ it will cause a premature end to the echo statement and wont work. |
Ok well I have looked and replaced all the " with \" but I still seem to get errors for example:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/----/public_html/homepage.php on line 1039 Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/----/public_html/homepage.php on line 1039 PHP Code:
I take it this is right? PHP Code:
Carl |
Hi Carl,
I should have been a little clearer. You need to escape the " that are part of the HTML code, not the " that are part of the PHP code. Quote:
Should be Code:
<?php If ($vbulletin->userinfo["userid"]!=0) Quote:
Hope that all makes sense |
Wow, I love it! Thank you very much for making this.
|
ok......I have saved the following in a test.php file located in my website root (local machine)
Code:
<?php Code:
Notice: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1952 |
Quote:
I would hazard a guess that its something to do with a server setting, or possibly your cookie path setting in your vB control panel. Quote:
PHP Code:
|
you are definetly right. I installed Vb on a live server, uploaded your hack and it works like a charm. thank you very much!!!!
|
First of all, great hack.
I am having one issue though. Code:
Warning: getimagesize() [function.getimagesize]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/ulancom/public_html/modules/login_vB36.php on line 34 |
Hey,
I'm still having a problem I've fixed other but... Code: Code: Code:
<?php Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/-----/public_html/homepage.php on line 1016 And line 1016 is: Code: Code:
echo "Your not logged in so we display this"; If some one could help me out this would be great. Regards, Carl |
All times are GMT. The time now is 12:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|