Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. Re: advanced warning system???? And to get us back on topic... Joker, don't throw random code at us! Give us around 5-10 lines of code above and below what it is you want. Also - I have fixed this for him. But yea - in future let us know what it is that's causing the error too!
  2. Re: A quick hello and a quick question :) I have worked with all 3 versions of DBS (and other game engines). As far as I'm aware, the lite version is a stripped down v1!
  3. Re: [v2] Stafflist enhanced [v2] Screenshot for you! :) Screenie link thingy-mi-bob here!
  4. Re: new login.php Well let's work together! You give me your ideas and I will try to put them down on code!
  5. Re: [v2]Reset Specific User[v2] That made no sense to me whatsoever! Quote from Nyna: WHAT?!
  6. Re: Main Menu Nyna? One "word" (smily) for ya: :-P
  7. Re: Header.php [New/Imrpoved] I'll add in what I can - but I'm not adding paid mod SQL's..  
  8. Re: Header.php [New/Imrpoved] LOL!! Topic title: Header.php [New/Imrpoved] (spelling 'n' all!) So..um how does new/improved header suggest mainmenu2.php?
  9. Re: [mccode] Personal Detals for v2.0 With a quick skim-read through - that query appears to be correct.
  10. Re: [mccode] jail/hosp shoutbox Nope I was told that in a chat a few yearsago while being a little stupid to get the answer I wanted to hear/read. As Nyna would say: "I was a sneaky bish" :D
  11. Re: Header.php [New/More Imrpoved] I'll take the biggest tub you've got! And a Dr Pepper too if you have a few spare! :D  
  12. Re: new login.php Or instead of paying - learn how to use CSS properly and efficiently - and have fun! Edit: Spelt efficiently wrong (almost did again here!)
  13. Re: Tutorial: v1 - v2 Conversion I would say adding an href would be the easiest thing - Having said that, I know 2 people who can't even do that yet they have 3 sites on the run - one of which is a .com!
  14. Magictallguy

    ???!

    Re: ???! ??????????????????
  15. Re: When is it ok to lie? Quote: "Liers always get caught" *makes buzzer sound* -> If you're a good lier and can stick to your story, chances are - you won't be found out. I'd like to see what Nyna's views on this are!
  16. Re: Mccodes Version 1 Or 2 Gotta say I agree with both Nyna and Matt! xD I have working with both versions but do indeed prefer v2. I'm not an experienced developer but I'm learning. Nyna knows this
  17. Re: [v1 & v2]Reset your users without deleating them For V2   <?php include "globals.php"; if($ir['userid'] != 1) { die ("Coo Off!"); } global $db; $db->query("UPDATE users SET money=100000,level=1,exp=0,crystals=100,job=0,location=1,hospital=0,jail=0,course=0,cdays=0,donatordays=2,bankmoney=0,cybermoney=0,turns=100,exp=0.0000,maxwill=100,will=100,energy=100,maxenergy=100,brave=5,maxbrave=5,hp=100,maxhp=100,gang=0,daysingang=0,jobrank=0 WHERE user_level>0") or die(mysql_error()); $db->query("UPDATE userstats SET strength=10,agility=10,guard=10,labour=10,IQ=10") or die(mysql_error()); $db->query("TRUNCATE TABLE mail,events,friendslist,blacklist") or die(mysql_error()); print "Clearing done!"; $h->endpage(); ?>   That should work fine. Post any errors here!
  18. Re: [V1]Paper Boy Panel With New User Level[V1] Um....Description is in the title bar, the topic title, and for some people - in every post!
  19. Re: Making a marquee on all pages Eww, marquee's are so outdated! xD
  20. Re: Making a marquee on all pages Why on earth would you want the news to scroll? That would be just plain annoying?! Quote: <marquee> blah $content <--- Why?! </marquee>
  21. Re: [mccodes][V2] owner`s pannel Quick links and set out differently - In a table so you don't have scroll down to the bottom of the page to find what you want. Although it is a *very* basic "mod", I suppose it's not bad.
  22. Re: [mccode] jail/hosp shoutbox Hahaha. Forgot what I was gonna say now..Oh well nevermind. Oh yea Go here
  23. Re: [V2] Better Explore Page [V2] Very difficult to do a few tables and hrefs? First things I learnt :P
  24. Re: Header.php [New/Imrpoved] Nevermind - he's removed it! xD
  25. Re: Header.php [New/Imrpoved] SQL's coming in soon and I'll edit his header - it is his as I know his old site. (Can't remember the link)
×
×
  • Create New...