Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. We could give them some traffic... We could be nice :D
  2. Good ol' Seanybob ;)
  3. Only Donators can use. if( $ir['donatordays'] < 1 ) { echo 'You\'re not a donator. Cannot use.'; $h->endpage(); exit; }   and 100 Crystals per click /* - Assume you've put in a IF() statement to see if they have these 100 crystals anyway */ $db->query("UPDATE `users` SET `crystals`=LEAST(0, `crystals`-100) WHERE `userid`=$userid");   and 50% of the will used from the house but no will taken away from the bar. No idea what you mean.
  4. You're correct. You need a white hat - they actually may be able to do both jobs. Try and contact Paul Evans, I believe he and his brother work together to do this.
  5. Sure does! However a few months ago, it didn't.
  6. Have you tried just putting in the figures? Perhaps without the percent sign.
  7. I wouldn't go as far to say "useless". It provides some insight - yes, his views - into trustworthy people of the forum, however it is outdated, but not useless.
  8. Perhaps there was some rhetorical aspect in there? Side Note: Good luck with the sale, it's an awesome engine!
  9. sniko

    Facebook Register?

    Is there not an article on Facebook: Developers?
  10. Good concept! +1
  11. Yeah, there is a version on http://www.ganstacity.com/ (Permission granted to post by the game owner via Skype)
  12. Thanks Dave for the wishes :) $15.00 is around £9, which isn't that much compared to what you can make with the system; selling username images for money. I've seen a few games with this system in place, so it must be a catcher ;)
  13. Modify users usernames to images With this modification, staff members can mod a username to make it an image. Perhaps give this as a donator feature, and increase profit :) Links View Screenshots View License View Reviews Updates * You can now upload images from your computer straight to the directory using the staff panel (22/11/2012) Thanks for your interest :)
  14. If it's stock gym, there shouldn't be an issue, I don't think. I would go for what Illusions posted; http://makewebgames.io/showthread.php/42455-My-bars-design-break!-please-help!?p=283241&viewfull=1#post283241
  15. You'd need to see what encryption method they use, as well as the table names. But, if you apply the same theory, yes.
  16. Although true, he would need to edit the header.php file to address his main issue, " I want to modify my header completely and well make a new design."
  17. header.php Although, agreed, the source isn't exactly "eye-candy".
  18. sniko

    layout help

    I do hope this is rhetorical. We wish to see the
  19. Nice! Perhaps some sort of error given, if you turn bad and alter the string query....   if( !in_array($_GET['horse'], $horses) ) { }   EDIT Relooked at the source, it's not needed anyway. My bad
  20. ooo, did someone look at my signature? :p It definitely explains some things better than other resources, in my opinion. I guess the content is a little like a cake; you cannot cater for everyone. (Yeah, I made that metaphor up :)) I've found that there are some interesting articles there. With regards to the authors missing the plot totally, what aspect are you looking at?
  21. sniko

    Modern Mafia

    *Squints eyes, still has trouble reading the text* The navigation links are off on my screen *Wiggles mouse, ah, found it!* After I register, the link is tiny...top of the screen Oh cool! I always like it when I have to type in my login details again after register! /sarcasm (Auto-login would be handy) I login, what is the aim of the game, what do I even do....why do I exist.... I now know why I exist, because I'm a rich. Without doing anything, I start with $500,000. (Economy.....) I cannot even kill anyone...It's closed until there are more members...... Right. Main menu is a dump of links...I don't like this... I like the badges by the way, on profile ;)   Account Information Username: mwguser Passcode: mwguser Edit Footer is in the header o.0
  22. sniko

    Item stats..

    Won't work, as $ir['equip_primary'] is the ID of the item.   $get = $db->query("SELECT `weapon`,`armor` FROM `items` WHERE `itmid`={$ir['equip_primary']}"); $r = $db->fetch_row($get); echo 'Power: '. $r['weapon'] . PHP_EOL .' Guard: '. $r['armor'];
  23. Exactly. -tooshort-
  24. Are you still using the code shown in #1?
  25. See if the image actually exists. Right click > copy image URL > open new tab > paste > compare result with images
×
×
  • Create New...