Was wondering if someone here could help me. I have two issues first one is with arcade.php i get an error ......
Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 3190
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 4082
line 3190 ----$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
line 4082 -----$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Seems it doesn't like the reference NEW if i delete these lines the error goes away but i think it prevents you from making a comment on yr high score.
Also have an issue with the code u add to the index.php file. I have read yr posts here and tried it in forum.php and in content.php but this didn't work for me.
After completing a game i get this error:
Code:
Notice: Undefined index: module in C:\wamp\www\magamers\index.php on line 2
Notice: Use of undefined constant act - assumed 'act' in C:\wamp\www\magamers\index.php on line 41
Notice: Use of undefined constant autocom - assumed 'autocom' in C:\wamp\www\magamers\index.php on line 42
Notice: Undefined index: autocom in C:\wamp\www\magamers\index.php on line 42
Notice: Use of undefined constant showuser - assumed 'showuser' in C:\wamp\www\magamers\index.php on line 43
Notice: Undefined index: showuser in C:\wamp\www\magamers\index.php on line 43
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 3190
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 4082
I have found that by deleting the reference NEW on lines 3190 & 4082 as well as deleting the whole of line 4083 ..... as well as deleting lines 2, 41,42 & 43 in the index.php i can get it to work .. (save scores) but as i've said above i cannot comment on highscores, probably because i've deleted the bbcode reference
Any help would be apprieciated as im trying to get things sorted out on a localhost before i put it onto the web.
ps. newbie to this who is trying to learn