Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Djkanna

    crazyt.co.uk

    What's with the spam. We know your site from your name O.o
  2. I know sod all about Flash but I don't think the "End On" is needed in there. I believe the third param is for POST and GET methods
  3. Removed, may be back.
  4. echo '[url="http://www.everywherechat.com/"]EveryWhereChat Free Flash Chatrooms[/url] <script src="http://www.everywherechat.com/e.php?defaultRoom=Duncan_Construction&roomList=true&fontSize=12&width=600&height=800&theme=night"></script>'; Add that to your index.php
  5. They don't allow one minute nor five minute crons I believe.
  6. It would help if you showed us your estate but by the looks of it your array broke...
  7. Thank you! Illusions. Veni, vidi, vici (I came, I saw, I conquered). I think that pretty much sums up what you've done here :P Best of luck in the future and get well soon. Djkanna
  8. I think he wants a list of weapons for his game. Like Name: Carl Gustav Model 45 Length: 31.8" (808mm) Weight: 7.62lb (3.45kg) Barrel: 8.0" Calibre: 9mm Rifling: 6 groove r/hand Feed: 36/50-round box C. Rate: 600rpm Muz Vel: 1210 f/s (369 m/s) Sights: 328 yds (300m) If so, just Google a list of weapons and you've got it!
  9. The first would work fine!
  10. I like stripe although I do prefer the drawn version rather than the coloured in version :D Looking good Youngmre, best of luck. Djkanna
  11. Edit: Sorry didn't see AlabamaHits post ^^ <?php /* * Made By: Djkanna. */ require_once (dirname (__file__) .'/globals.php'); $users = $db->query ( "SELECT u.`userid`, u.`username`, u.`level`, u.`hp`, u.`gang`, u.`location`, g.`gangname`, g.`gangPREF`, c.`cityname` FROM `users` u LEFT JOIN `gangs` g ON `gangID` = u.`gang` LEFT JOIN `cities` c ON c.`cityID` = u.`location` WHERE ( c.`cityID` = ".$ir['location']." && u.`user_level` != 0 ) "); echo'[img=/pickafight.jpg] '; ?> <table width="100%" class="table"> <tr> <th>Player</th><th>Status</th><th>Level</th><th>Posse</th><th>Options</th> </tr> <?php while ($u = $db->fetch_row ($users) ) : ?> <tr> <td><?php echo $u['gang'] != 0 ? "[".$u['gangPREF']."]".stripslashes(htmlentities($u['username'], ENT_QUOTES)) : "".stripslashes(htmlentities($u['username'], ENT_QUOTES)); ?></td> <td><?php echo $u['hp'] <= 1 ? "<span style='font-color: red;'>Unconscious</span>" : "<span style='font-color: green;'>Alive</span>"; ?></td> <td><?php echo number_format($u['level']); ?></td> <td><?php echo $u['gang'] != 0 ? "[url='gangs.php?action=view&ID=".$u[']".stripslashes(htmlentities($u['gangname'], ENT_QUOTES))."[/url]" : "<span>No Posse</span>"; ?></td> <td><?php echo $u['hp'] <= 1 ? "<span style='font-color: #999; text-decoration: line-through;'>Attack</span>" : "[url='attack.php?ID=".$u[']<span style='font-color: red;'>Attack!</span>[/url]"; ?></td> </tr> <?php endwhile; ?> </table> <?php $h->endpage (); ?> Try that.
  12. lol I'm old and i dont beleive i've heard that one before >< That's about as appealing as playing Leap Frog with Unicorns lol. Haha.
  13. It's pretty much a nice way of saying either: Shut up, f* off, I want you to die.. Much like; Take a flying leap of a galloping Goose
  14. Djkanna

    Gang Riot

    Looks good Zeggy =)
  15. If the past has shown SkyFuse/MaxPixa bases most of their designs on designs produced by SOSFactory. In my opinion it's not a bad look to go for.
  16. Sh->endpage() should be $h->endpage(); Looks pretty good well done Coly010
  17. if ($_GET['energy'] = 12 && $_GET['money'] = 1000) { success..... } else { fail....
  18. That's possible now and infact has already been done.
  19. No worries there is a few more on the request board.
  20. All you need to do is change the link. This <a href='lottery_win.php?ID=".abs(intval($wins['ID']))."'> Becomes this: <a href='lottery_win.php?ID=ID&ID=".abs(intval($wins['ID']))."'>
  21. That would be because you aren't calling the ID function. the action equals the case then the GET method equals the ID. So with your naming ?ID=ID&ID=theidhere
  22. } before the else } else {
  23. http://makewebgames.io/index.php?page=Thread&threadID=32345&highlight= There's one.
  24. Your discription is a little short.. The look is not too bad It runs on Ravens rip of Mc Codes (don't know if that's a bad thing - there is slight differences you can see between both scripts). Overall it's not bad :) Good luck.
  25. It's kinda stupid if you ask me, sure it's offline (Real World) problem but bringing it into a game is weird I always thought games were a place to get away from reality..
×
×
  • Create New...