Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Well I learned from people teaching me, W3schools and amazingly the manual is helpful too. :P Then I just took what I learned and played with it inside MCCodes. :)
  2. I've used both from time to time, for a game I would suggest Hostgator as Byethost is just incapable end of. However Hostgator has it's problems too I guess there just isn't that perfect hosting provider out there :P Good luck in your search :)
  3. Djkanna

    Youtube

    Not interested in COD but hey I like to help :P Subscribed.
  4. The code A_bertrand provided will of course not work straight out the box you'll need to edit it for it to work with what your using, not just copy and paste it.
  5. That's fair, my only concern is that this community is probably not the best for you to sell your creations, here you'll be looking at selling $100-$250 max however for the quality (judging from your provided mascot) of yours people (IE companies, video games, book publishers etc) would pay in the thousands maybe more for bulk stuff. Just a thought.
  6. $150+ is a fair price as Peter says, nice work JimBob. Good luck.
  7. I only replied because of the "rtfm" lol
  8. Well what does it return? ------------------------------------ $total = $db->fetch_single($db->query("SELECT count(`bank_employee`) FROM `bankemployees` WHERE (`bank_id`=".abs((int) $rar['bid']).")")); echo $total; // 2
  9. Haha, Technically you don't need image_map to be a class as you only use it once so id would be a more appropriate option (however that's only if your picky). Also for the copy&paste people you may want to add echo " before the stylesheet starts. :D
  10. I do :D Technically I'm not from Lancashire either as I was born in Yorkshire but I was raised in Lancashire, anyhow I guess it's just me that's lazy then ;(
  11. file.php?action=*Insert url/path/null character here* won't work in this instance so yes the in_array() is indeed pointless. Whereas if you were using something like fopen(), require, etc; then you'd need the array/checks but no reason too here.
  12. So it's true? Us Lancs (for people that aren't familiar, people from Lancashire in the UK) are really lazy people, myself included.
  13. Because of the loose syntax of HTML4 and of course now HTML5, browsers have to and will most likely continue to be forgiving of poor syntax/depreciated tags. So maybe you're right in 20-30 years if people are still using a HTML version, browser will be less forgiving therefore forcing you to write correct code, but until then you're more than welcome to use HTML tags (that are depreciated in XHTML) with a XHTML doctype as the browser doesn't care it's only the validator that does. However this is extremely off topic.. So if you wish to reply take it here : HTML Validation or not?
  14. Well event_add will work if you include global_func.php otherwise event_add doesn't exist.
  15. Well it's not going to work with IE because IE doesn't support it. Try looking at a JS solution for IE.
  16. nl2br();
  17. Well your game is a game, it's competitive as you are going against other players in getting the best states etc. I don't think one can describe what a game is as we all have our own opinions on what a game is and/or what a game should be for us to call it a game. For me a game needs to have either interaction with a AI or a real person playing the game, that is pretty much my only requirement for me to call a game a game.
  18. Hehe only need to check the hidden values and you're sorted.
  19. A few minutes and my money is already maxed out Name: Djkanna [4] Money: $2,147,483,647
  20. Problem only half fixed though :P (meh I just signed up and mugged a dude with some cash) :D Just to note I started with 11k and now I have Money: $24,666,602 I can always win no matter what, change the old num hidden value to one and always click higher ensures a win each time (also changing my bet makes it easier to gain quick cash Also make sure to check if I have enough money on the higher and lower aswell otherwise you get I don't have that kind of cash.
  21. You'll need to give the demo some cash..
  22. Open Firebug or Google Chromes version and bang edited.
  23. Bet more than what's specified? I know not much of a security issue but it's a deflect in how it was intended to work therefore a bug :D
  24. May I ask does Mafia Creator do all the work for you? I've never personally used it before so I've no clue. Also what other options do you have? For example I want to make a mystical game something along the lines of RulerOfZu will this allow me to alter the platform from Mafia? Or is it strictly Mafia games? As for your game: What features does it possess that the millions now out there don't have? Does it have some form of unique gameplay to what most people here think of when it comes to TBG? I will say this I like the layout it's better than what I usually see with new games. I wish you the best of luck with your game. Djkanna.
  25. Um what about checking whether the bet is one of those dropdown options specified? $bet = number_format(rand(1,10)); Is a bad idea considering you use $bet in the form then when altering the users money via a query. So UPDATE `users` SET `money` = `money` - 10,000 ........... if(10,000 > $ir['money']) {
×
×
  • Create New...