MMOCC the isometric world scene, 2006–now
Archive. Archived from the original MMOCC Forum (2006–2010), recovered from the Internet Archive. The forum is read-only history now — the scene talks on Discord. If you posted here and want something removed, get in touch.

Help on php

4 posts · vBulletin era
#1
Hey, i noticed this today, all my php pages wich connect to mysql database give me a nottice error? any clues? all the information doed post...

http://iburst.obxhost.net/register.php is the page.

error:
Notice: Use of undefined constant iburst_movies - assumed 'iburst_movies' in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 5

Notice: Undefined index: id in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 7

Notice: Undefined index: password in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 7


Notice: Use of undefined constant username - assumed 'username' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33

Notice: Use of undefined constant password - assumed 'password' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33

Notice: Use of undefined constant cpassword - assumed 'cpassword' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33

Notice: Use of undefined constant email - assumed 'email' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33

Notice: Use of undefined constant username - assumed 'username' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 37

Notice: Use of undefined constant password - assumed 'password' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 38

Notice: Use of undefined constant cpassword - assumed 'cpassword' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 39

Notice: Use of undefined constant email - assumed 'email' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 40
You are now registered,

You can now loggin to your account




Thanks in advanced Glown
#2
Hey!

Would mind please posting,

Line 5, and 7 of your config file.

Thanks!
#3
Have you done this:
$row[id]
If So change it to
$row['id']

Only this I can think of. It may be your PHP has not been setup correct and some functions are disabled.
#4
Try changing the error reporting to not report the notice errors..

PHP Code:

Recovered from /showthread.php?p=201515 · captured 2008.