The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Error:
Parse error: parse error in /home/w/worldofc/www/forum/register.php on line 504 Code: $homepage = trim($homepage); if ($homepage) { if (preg_match('#^www\.#si', $homepage)) { $homepage = "http://$homepage"; } else if (!preg_match('#^[a-z0-9]+://#si', $homepage)) { // homepage doesn't match the http://-style format in the beginning -- possible attempted exploit $homepage = ''; Line 504: if (preg_match('#^www\.#si', $homepage)) { |
#2
|
||||
|
||||
![]()
Seems to be correct.
Are there two } after $homepage = ''; ? Did you make any changes to register.php ? If so: Check those changes again or reload the original. |
#3
|
|||
|
|||
![]()
Yeah its like this:
PHP Code:
|
#4
|
||||
|
||||
![]() PHP Code:
|
#5
|
|||
|
|||
![]()
any ideas how i can correct this problem ?
|
#6
|
||||
|
||||
![]()
Yes - take the original and compare it with the current version.
Then only make the correct/necessary changes. |
#7
|
||||
|
||||
![]()
best idea would be just to reupload the original file
![]() |
#8
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|