Recent content by go2omni

  1. G

    PHP Login/MySQL Question, Im new to PHP

    Please close this thread, I fixed the problem myself, WOOOT. SO SORRY :)
  2. G

    PHP Login/MySQL Question, Im new to PHP

    OK, i changed the host to omni.elementfx.com and it suddenly gave me this error instead; Warning: mysqli::mysqli() [mysqli.mysqli]: (42000/1044): Access denied for user 'go2omni_root'@'198.91.81.3' to database 'go2omni_Login' in /home/go2omni/public_html/Login/classes/Database.class.php on line...
  3. G

    PHP Login/MySQL Question, Im new to PHP

    / define("DB_HOST", "127.0.0.1"); define("DB_NAME", "go2omni_Login"); define("DB_USER", "go2omni_root"); define("DB_PASS", "****"); is db host wrong?
  4. G

    PHP Login/MySQL Question, Im new to PHP

    LMAO, to verify im not a human or spam bot i had to type 'filthy dirty mess' lol. Anyways, just wanted to say: I edited the db.php file to change; define("DB_NAME", "go2omni_Login") thats the name of the database ("DB_USER", "go2omni_"); <<ive put the name i created in the MySQL bit in the...
  5. G

    PHP Login/MySQL Question, Im new to PHP

    HI Guys, I've never used php in my life but I thought i'd give it a go and I haven't really made websites for a while - I want to make a secret area for my clan/team members for a game online (omni.elementfx.com), so I downloaded someone's free login script to give a try and for some reason its...
Top