peterisgb Posted November 20, 2014 Posted November 20, 2014 (edited) Hello, I have started to build a web game completely from scratch. This website is offline atm on my wampserver. I've been having a few problems on the way but the basics are there already. The question i am asking, can someone help me sort it out or Partner up on this game and take 50/50 profits when games goes online. I have no starting money atm so will be looking for someone who can work on this with me for free in a contract to receive 50% of the money if this project works and works in the current market. Person will at least know mysqli connection and query's, (This is my weak point, I'm ok but not great.) Please PM me for more info etc. http://battle-ground-beta.tk E-mail: [email protected] Pass: User Thanks Pete. Edited November 25, 2014 by peterisgb Demo link Quote
lucky3809 Posted November 21, 2014 Posted November 21, 2014 Your errors with mysqli is that you need to include your connection $var with the other $var you have used. that is why you get those errors on your userlist page.. just an example: mysqli_real_escape_string($a['username']); should be mysqli_real_escape_string($connection,$a['username']); Quote
peterisgb Posted November 21, 2014 Author Posted November 21, 2014 Your errors with mysqli is that you need to include your connection $var with the other $var you have used. that is why you get those errors on your userlist page.. just an example: mysqli_real_escape_string($a['username']); should be mysqli_real_escape_string($connection,$a['username']); yeah i've already done that. Quote
gamble Posted November 21, 2014 Posted November 21, 2014 What are you trying to accomplish with this game with regards to functioning? Meaning what style are you going for, mafia, gang, military...what? Quote
peterisgb Posted November 21, 2014 Author Posted November 21, 2014 What are you trying to accomplish with this game with regards to functioning? Meaning what style are you going for, mafia, gang, military...what? Military. The idea i was thinking of running along, you the player is the commander. you buy soldiers one by one or so depending on level, you train then, equip theses soldiers with weps etc and they fight other players against there soldiers to win xp for you solider to rank them up and xp for you the commander. Does this make sense? The Registration is complete. just closed as its new. Quote
gamble Posted November 21, 2014 Posted November 21, 2014 Yeah, sounds just like my game haha! Nice cant wait to see how it turns out! Quote
peterisgb Posted November 25, 2014 Author Posted November 25, 2014 Yeah, sounds just like my game haha! Nice cant wait to see how it turns out! Thanks, it might only happen if i get some help tho as i have some problems lol. Quote
gamble Posted November 25, 2014 Posted November 25, 2014 If you got skype give it to me and i will help you out. Quote
peterisgb Posted November 25, 2014 Author Posted November 25, 2014 If you got skype give it to me and i will help you out. PM'ed you it Quote
Sim Posted November 25, 2014 Posted November 25, 2014 Military game's seem to be the new thing.. Quote
peterisgb Posted November 25, 2014 Author Posted November 25, 2014 Military game's seem to be the new thing.. Are they, i dont really play online games much theses days Quote
gamble Posted November 25, 2014 Posted November 25, 2014 A lot of people are making them now it seems. Quote
peterisgb Posted November 25, 2014 Author Posted November 25, 2014 A lot of people are making them now it seems. oh well, i dont mind, they probs wont run like the same basics as mine tho and more likly to run like mccodes lol Quote
Script47 Posted November 25, 2014 Posted November 25, 2014 Mainly most people go for the norm of Mafia/Gangster RPG type. So it's nice to see people mixing it up with different types of genres. Quote
peterisgb Posted November 25, 2014 Author Posted November 25, 2014 Mainly most people go for the norm of Mafia/Gangster RPG type. So it's nice to see people mixing it up with different types of genres. Yeah, this is first time i've built from scratch. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.