Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,124
  • Joined

  • Last visited

  • Days Won

    144

Everything posted by Magictallguy

  1. Re: Drugs Error How about instead of chucking random errors at us - give us the code 10 lines and and 10 lines down from the error line. (Obviously include the error line!)
  2. Re: ipn_donator help please By "auto-donating" I guess you mean auto crediting? For that you will need to edit your PayPal preferences. I believe it's "sand-box"? Or something like that..
  3. Re: HELP Again - yet another error I have fixed for him..
  4. Re: Voting redemption centre error Or even simpler. Instead of writing the function. Replace mny_stripfmt with mysql_real_escape_string
  5. Re: crons? His crons work fine. It's ej.am! I've fixed this for him..
  6. Re: Slight Problem! Need Help Did you double click it by accident? Sometimes that happens..
  7. Re: Urgent Cron Help Needed Looks like it would work fine :P
  8. Re: Help What version are you running on?
  9. Re: Voting For Crystals This will obviously need to be done and implemented into your PHP but here you go! You will also need a few SQL's..May as well add a full mod on xD Stick this somewhere on your voting.php page (remove the <?php and ?>) <?php include "globals.php"; if($ir['voted'] == 1) { $voted = "<font color=green>Yes</font>"; } else { $voted = "<font color=red>No</font>"; } <table> <tr> <td>Sites</td> <td>Reward</td> <td>Voted Today?</td> <td>Cast Vote</td> </tr> <tr> <td>vote link</td><td>12 crystals</td><td>$voted</td><td>your href to vote</td> </tr> </table> ?>   Very basic but there you go.. EDIT: For got to include the globals file!
  10. 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!
  11. 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!
  12. Re: [v2] Stafflist enhanced [v2] Screenshot for you! :) Screenie link thingy-mi-bob here!
  13. Re: new login.php Well let's work together! You give me your ideas and I will try to put them down on code!
  14. Re: [v2]Reset Specific User[v2] That made no sense to me whatsoever! Quote from Nyna: WHAT?!
  15. Re: Main Menu Nyna? One "word" (smily) for ya: :-P
  16. Re: Header.php [New/Imrpoved] I'll add in what I can - but I'm not adding paid mod SQL's..  
  17. 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?
  18. Re: [mccode] Personal Detals for v2.0 With a quick skim-read through - that query appears to be correct.
  19. 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
  20. 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  
  21. 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!)
  22. 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!
  23. Magictallguy

    ???!

    Re: ???! ??????????????????
  24. 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!
  25. 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
×
×
  • Create New...