Jump to content
MakeWebGames

TheNeedle

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

TheNeedle's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Login [Free] Thanks to this I made a decent login :O I'll improve it later but here it is:) http://forgottensamurai.ej.am/login.php p.s: I don't know much about anything but it was pretty easy to do with a little google :) Thank you Zero
  2. Re: Server timer help echo sounds familiar, must of seen it before. I'm more familiar with vb, did abit of it in school. Only reason i understand the if statements and what not lol.   btw, ty it worked great!
  3. Re: Server timer help So PRINT<<<EOF EOF; is the heredoc function? It injects javascript/ajax into the page?
  4. Hi, I'm trying to do a server timer but i keep getting this error. Parse error: syntax error, unexpected '<' in /home/theneedl/public_html/mainmenu.php on line 37 Newbie error D; Here's the code from line 36 +   print "[b]Time[/b] "; <script type="text/javascript"> function startTime() { var today=new Date() var h=today.getHours() var m=today.getMinutes() var s=today.getSeconds() // add a zero in front of numbers<10 m=checkTime(m) s=checkTime(s) document.getElementById('txt').innerHTML=h+":"+m+":"+s t=setTimeout('startTime()',500) } function checkTime(i) { if (i<10) {i="0" + i} return i } </script> </head>[/b] <body onload="startTime()"> <div id="txt"></div> print "<hr />";
  5. Re: Login [Free] So I can use this code change the design up and still leave you credits and thats fine right?
  6. Re: The Best Game Ever Released   Zero hour was a good game.
  7. Re: [Help] Installing mccodes v2 Thanks to Tonka its up and running :) thanks everyone
  8. Re: The Best Game Ever Released I'm a huge fan of final fantasy. 7 to be specific, thats from 97 though. Something more recent would beee The Legend of Zelda: Ocarina of Time Classic :P
  9. TheNeedle

    Hello

    Re: Hello Welcome. like your signature by the way ;D
  10. Re: [Help] Installing mccodes v2 Danger boy isin't online, I could use anyones help at this point. I'm not quite sure if its what I enter as the information is correct, but, from what I understand I think it is. These are the exact details I enter: Username:worldofsamurai_theneedle pass:mypass databse: worldofsamurai_mccodes TheNeedle is assigned to the mccodes database and has all privileges available.
  11. Re: [Help] Installing mccodes v2 Well the password isin't admin. However, when I installed it I did do it like that and I put the correct pass and it gave me that error.
  12. Re: [Help] Installing mccodes v2   so, tell me if this looks right with made up acc and pass username = worldofsamurai_adm password = admin database = worldofsamurai_mccodes Considering mccodes is my database and adm is my user attached to it.   IF that is the correct way to do it then there must be something else that causes my error. Can anyone verify if that's correct please and thankyou
  13. I just got a quick question. Each time I run the McCodes installer I fill out the information and run it. I get this error; Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Private'@'localhost' (using password: YES) in /www/vndv.com/w/o/r/worldofsamurai/htdocs/class/class_db_mysql.php on line 46 FATAL ERROR: Could not connect to database on localhost (Access denied for user 'Private'@'localhost' (using password: YES)) I'm positive its related to the information i enter at the database config section, but I've tried a load of things. I do have a database created and a user created. Username Database Name worldofsamurai_theneedle worldofsamurai_database1 These are just test so I can figure this out, but that exactly should I fill out to fix this problem? Username: Password: Database Name: Your help is greatly appreciated. TheNeedle :-D
×
×
  • Create New...