
Search found 103 matches
- Mon Dec 24, 2012 3:31 pm
- Forum: Off-Topic
- Topic: HAPPY BIRTHDAY
- Replies: 179
- Views: 40854
Re: HAPPY BIRTHDAY
yo! been awhile but just in time to say happy birthday Jacko!! , happy holidays , and to all a good new year! 

- Thu Sep 22, 2011 5:57 pm
- Forum: Off-Topic
- Topic: Finish the sentence.
- Replies: -1
- Views: 4607
Re: Finish the sentence.
Bob , who works at walmart greeting people at the door while he secretly wishes .....
- Fri Sep 16, 2011 8:40 pm
- Forum: Beginner Help and Support
- Topic: [JS] Can't get .onclick event to work. [solved]
- Replies: -1
- Views: 2238
Re: [JS] Can't get .onclick event to work.
Code: Select all
<p id="p1">Testing testing</p>
<script type="text/javascript">
var p1 = document.getElementById("p1");
p1.onclick=function() {
p1.style.background="red"
}
</script>
- Fri Sep 16, 2011 3:00 pm
- Forum: Say Hello
- Topic: All hail The King!
- Replies: -1
- Views: 2591
Re: All hail The King!
Welcome to the forums ol mighty King 

- Thu Sep 15, 2011 8:57 pm
- Forum: Recruitment
- Topic: Looking for beta testers for facebook app!
- Replies: -1
- Views: 7834
Re: Looking for beta testers for facebook app!
hmmm i dont know to be honest , I think I would have to set some kinda secure setting somewhere in the FB Dev panel I will have to look
- Thu Sep 15, 2011 6:19 pm
- Forum: Recruitment
- Topic: Looking for beta testers for facebook app!
- Replies: -1
- Views: 7834
Re: Looking for beta testers for facebook app!
Hmmm , not sure about the secure login , basically youcan only play it if you're logged in thru facebook , and only view it if you're in facebook so I guess that depends on how you can login to facebook. As for the construction of buildings , if you go to the workers page (workforce tab) and look to...
Re: Hello :)
Welcome to the forums stefans ! I am sure that you will learn alot by browsing around and hopefully you can help out other "noobs" just getting into the fields of programming and web development.
- Thu Sep 15, 2011 1:00 pm
- Forum: Recruitment
- Topic: Looking for beta testers for facebook app!
- Replies: -1
- Views: 7834
Re: Looking for beta testers for facebook app!
nope no wall post or posting to anything other then in game stuff 

- Thu Sep 15, 2011 12:13 pm
- Forum: Recruitment
- Topic: Looking for beta testers for facebook app!
- Replies: -1
- Views: 7834
Re: Looking for beta testers for facebook app!
well since it appears this post didnt get alot of views or responses I am bumping it up a bit. WOuld be nice to get a few players from the I-R community in there to help with ideas and balancing of the numbers. So please if ya have the time and a facebook account then give it a shot and let us know ...
- Mon Sep 05, 2011 4:52 am
- Forum: Older Browser MMO Videos
- Topic: Reguser.php error, Could Not Register, DB Error? [RESOLVED]
- Replies: -1
- Views: 2070
Re: Reguser.php error, Could Not Register, DB Error?
should beCode: Select all
$SQL = "INSERT into players (name, password, email, level, exper) VALUES ['$player','$password','$email','1','0']";
Code: Select all
$SQL = "INSERT into players (name, password, email, level, exper) VALUES ('$player','$password','$email','1','0')";