Jump to content
MakeWebGames

bloodless2010

Members
  • Posts

    70
  • Joined

  • Last visited

bloodless2010's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm making a game LIKE it, I'm not using a nulled version of Travian. It wouldn't have what I need there.   I already know PHP.   Yes this is what I mean.
  2. Okay so I'm making a game like Tribal Wars/Travian, I can do most of the stuff just one thing I'm not sure where to begin! If you have played the games I'm on about you will get what I mean, the game has a 'map' this map is graphical and has coordinates and you can see the other villages on it. I'm not quite sure the best way to do this, but if you have played tribal wars, Travian of nearly any village building strategy game (including Devana) you will know what I mean. I knows Devana is open source but last time I checked it was really hard for me to read as I dog know my way around their source. Thank you guys!
  3. JQuery isn't a programming language, it's a Javascript library. MySQL is a database of SQL, SQL is a query language. HTML(5) is a markup language. Javascript is 1 word (Not Java Script) CSS is a style sheets, not a programming language. MySQLi is a MySQL extension (that 'improves' it; hence the i) - and is only used in PHP, still, not a programming language. The only TRUE programming language listed in that poll would be Java. I suggest changing the thread title.. Sorry, I just had to point this out.
  4. Just looking through your source now and I notice.. in pdo.config.php and well, you say MySQLi connect then use PDO? Why's that :p - - - Updated - - -   Also, is your script secure from stuff like session hijacking/stealing? You're using the standard session_start()
  5. Okay so for this new project I'm working on, I'm looking for a simple engine that would be a good start (i.e secure login with sessions ect, user system already setup) just purely the basics, if anyone knows one let me know
  6. Okay so yes I did make a thread before but that was a different thing, I'm looking for a Medieval styled template, I can't seem to find one anywhere and I'm wondering if anyone knows where I can find one, it doesn't need to be complicated or anything just medieval-ish, thanks!
  7. That is nothing like anything I want sorry.
  8. I don't mean graphics, I'm looking for a template for the actual website :p I can get the graphics as I have a few friends who can make me some simple tiles
  9. Hey guys! I'm currently coding a game like Tribal Wars/Travian from scratch, everything else is fine just I'm not good at CSS.. I'm wondering if any of you guys know/have any RPG style templates that would suit a village building game, if you have/know one please let me know! I'm sure one of you have something I can use ! :) Thanks guys!
  10. I'm not quite sure how to put them all into 1 query as I'm new to SQL. Could you maybe help me?
  11. Anyway, is that the most efficient it can be?
  12. That just shows you didn't read the code I posted, let me repeat it; http://pastebin.com/YgRKWXkQ I am using prepared statements that have binded values...
  13. no, but I've kinda done it now :p Just took some brain fart for me to do it; Here's my current code: http://pastebin.com/0G1WChF6 How can this code be optimized? Is there any way? I'm not sure if it's the best it can be :p
×
×
  • Create New...