Jump to content
MakeWebGames

parelem

Members
  • Posts

    89
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

parelem's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I think making this move was a great idea, the community really to be cleaned up. The interface is a lot better nicer than smf, I think the move will prove to be successful soon enough.
  2. Re: [mccode v2] Weather Gym [$1.00] nice job with this one :-)
  3. Re: [mccode v2]Sniper Mod[$15]   close but no cigar. it should read "xx shots" not "shot's" and not "shoot's"
  4. Re: Can anyone help me figure out how to get my blackjack working? use code tags please. you're using a class "deck" in the file, but don't include the class file anywhere, unless deck is defined in globals. if it's not in globals, include the file in there see if that helps. otherwise you need to post more information as 1) we don't know what's wrong with it, 2) can't test the class if we don't have the class definition.
  5. Re: Poison Users ($5.00) why must every mod posted on here turn into an argument? let people sell their damn mods at the price they choose. if you don't like it go find something free, or code it yourself and leave their topics to what they're here for.
  6. Re: Updating How to use cpanel
  7. Re: Round timer Did I say it was up to me? No. I simply gave him one of many solutions to what he asked for.
  8. Re: Round timer  
  9. Re: Round timer   Please learn English before trying to insult someone; you just make yourself look retarded. If you read his original post, all he asks for is a way to display the time remaining which is exactly what that script does with a simple modification. So before telling someone to their "fact's" (should be "facts" btw), learn how to read.
  10. Re: Round timer pulled from here   <script language="JavaScript"> TargetDate = "12/31/2020 5:00 AM"; BackColor = "palegreen"; ForeColor = "navy"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds."; FinishMessage = "It is finally here!"; </script> <script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>   unlike killah, i won't charge you for googling.
  11. Re: Big thanks to Killah could have googled "photoshop image slicing" and gotten the same results; kyle helping you really isn't that big of a deal.
  12. Re: [mccode v2] Preferences very nice blue
  13. Re: [Other] Simple Snow how about adding credit where due, this was pulled directly from dynamic drive. all you did was strip their header and modify variables.
  14. Re: [mccode V2} Web Templates Converted please remove images/defaultpic.jpg from http://www.bravenations.com/login2.php you did NOT ask permission to use this.
  15. Re: PHP string on string basic concatenation, nothing really special there...
×
×
  • Create New...