Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Welcome back Albenski, I can honestly say I don't remember you but that may of been before my time sort to speak. However welcome back and sorry to hear about your circumstances. Good luck with your new game :)
  2. You shut up no one want's to talk to you.... Sorry fella it's just when you have pr*cks like the above you just cannot help it :)
  3. Ooo "idiot" and "dumbass" in the same sentence well I did well didn't I? My intention wasn't to ruin this mod infact the double post was a slight accident so before you call me an idiot and or a dumbass, grow a pair and think of better names as I have one of them in my signature you 'dumbass'.. If I want to open a new thread I will do but not to insult your inteligence or lack of, but more like something that people will find usefull. Kthxbi ;)
  4. Maybe, But if there is not some sort of limit on the stats they will inflame again and the problem will just come back..
  5. I cannot give you an actual correct answer to this Bodyguard problem as I don't know how it has been done :S All I can say is hope that the owner can fix it before all the players leave.. We will more than happily help when we can however here there is not right lot we can do sorry.
  6. Well bigint would allow it to have a larger number so that's not really the soloution. For some reason my money is on some exploitable script within the game that people are using the their advantage. As most games that don't have known exploits don't usually have stats higher than a couple thousand at most.
  7. Sounds good, good luck with it
  8. http://thedrizzlenetwork.com/ -- A FAILED WEBSITE ALREADY!! LMFAO!!! You might benefit from a few tutorials you noob WTF!?!? "<marquee>The Drizzle Network - By Dillion Dewitt </marquee>" ^lol^
  9. And you call you're self a programmer? And that made sense how? LOL!! Let's break it down Pudding. 'And you call you are self a programmer?' ^Now tell me that makes sense 8o
  10. <?php require_once (dirname (__file__) .'/globals.php'); $users = $db->query ("SELECT `username`, `userid`, `hp`, `level` FROM `users` WHERE ( `hp` !== 0 )"); echo "<table width='100%' class='table'> <tr> <th>Username:</th><th>Health</th><th>Level</th><th>Links</th> </tr>"; while ($u = $db->fetch_row ($users) ) { echo "<tr> <td>".stripslashes(htmlentities($u['username'], ENT_QUOTES))."</td> <td>".number_format($u['hp'])."</td><td>".number_format($u['level'])."</td> <td>[url='attack.php?ID=".$u[']Attack[/url] </tr>"; } echo "</table>"; ?> Something quick and should help you get started :)
  11. Ah I was under the assumption that the code did not work lol http://fancybox.net/
  12. Try: <script type="text/javascript"> $('[rel="item_info"]').fancybox({ 'width' : '50%', 'height' : '70%', 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe' }); </script>
  13. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  14. Is the code correct on the end of your crons? curl http://www.domain.tld/cron.php?code=blah You can find the code in config file
  15. Free website hosting go sign up Free Web Hosting is really free, no hidden fees, no credit card or other deposit required!
  16. Note: pseudocode
  17. So then include top.php and add the connection identifier in this 'query' see if that sorts it :)
  18. And to explain "i" on the end means ignore case :)
  19. Now if it's set up remotely like Mc Codes where there is like a globals file that has everything in one place including a configed linked in then check that query make sure there is a connection identifier on the end of it ;)
  20. Are you 100% sure you made sense just then? Anyway get back on topic.. :P
  21. Oh and this does so it should be in a board on EzRPG :P
  22. Lmao Wrx
  23. :O I said that lmao
  24. $whitelist = "string";
  25. Forget the array(); <?php // Add to your whitelist $whitelist = " <img> [i]"; // Then use your whitelist within Strip_tags() ;) $message = "[img=http://domain.tld/image.png] Some Text [i]WooP[/i] Hello</p>"; $message = strip_tags($message, $whitelist); echo $message; ?>
×
×
  • Create New...