-
Posts
1,660 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Jordan Palmer
-
Re: cron help plz Well hear goes another wanna be insulter... Ok Chris, Do you have proof that he's ever stealed a script? Im Guessing No Why would he offer hosting to fix some silly crons that can be done vai the host there at? He wouldnt Did he say he was going to host him? No However Did he fix the Problem? Yea Was rdogg was charged for his time? No Are you currently being made a fool off? Yes So hear is the Low down, If people want to use david for hosting they will, If people want him to code they will.. There isnt one reason I woulnt use david as a coder or as a host supplier.. So Kindly ...... , When you supply some evidence to back up your silly little post, I'll rest my case and say sorry ... Untill then, Just Keep your hole shut.. :-D
-
[Mccodes V2] How to get the users to fill up the ID's
Jordan Palmer replied to SpEcKs's topic in General Discussion
Re: [Mccodes V2] How to get the users to fill up the ID's Dont delete users :lol: Use a different method Ie, IP ban, Hmm, Maybe even use in header if['deleted'] == 1) { die("Your account is on our server but is marked as deleted, Mail staff@{$domain} stating your username and player ID");} ALTER TABLE `users` ADD `deleted` int(11) NOT NULL default '0', Please note Im not sure if this would work, I'd at least try tho :mrgreen: -
Re: [REVIEW] Deadly Ghetto. VERY NICE! Well done Iamwicked, Once again you show the wonders of coding!
-
[REVIEW REQUEST] - Killah-City.net - Please Review
Jordan Palmer replied to Zero-Affect's topic in Browsergames
Re: [Review] - Killah-City.net - Please Review This Game is good, I'd play but Im banned :? I have to use a mates comp to get online :wink: Well done Killa and Zero, Very Good Game between the both of you :mrgreen: -
Login & Register & Header & Lost Password
Jordan Palmer replied to veaseyspike's topic in Free Modifications
Re: Login & Register & Header & Lost Password WOW! Spike this is best you've done without asking for us to help! Well done! Now, I'd consider a new header.php... Thanks Pudda -
[V2]Register page with 1 account per ip [V2]
Jordan Palmer replied to Casey's topic in Free Modifications
Re: [V2]Register page with 1 account per ip [V2] Crazy-T - Is this really the place to try and Insult one of the best coders on CE? Killahs A Nice Guy, He helps me when he can, I will say however, Why not help your brother code? Instead of watching him make a EPIC FAIL! Every Post? I dont post any mods because well I dont think Im at that stage in coding yet...Maybe Just Maybe Casey will take our advice and go learn some proper PHP... -
Re: [Mccodes V2] Login This has been Made before http://criminalexistence.com/ceforums/i ... ic=26848.0 Just replace Login.php with the one there :mrgreen:
-
Re: Joinable Organised Crimes Common Sense! Go to his website (http://seanybob.net/index.php) and click Message Me BOOM! You can mail him I'd be sure to do it If I wanted this mod...
-
[v2] Point Temple with images ($5)
Jordan Palmer replied to illegalife's topic in Paid Modifications
Re: [v2] Point Temple with images ($5) Criminal Mind A little advice, Before buying a mod contact the seller sort out the deal and youll get your code then You cannot go round saying "Dont Buy from this seller" all because you sent him the money without contacting him before hand, illegalife Very Nice Mod :), Will be contacting you Thanks Pudda -
Re: [mccodes V2] Donation Mod. Crazy-T I never said it wasent, I said I didnt know if I wanted to and Asked Killah If he could fix it... Killah Thanks for clearing that up kyle, Made me feel a whole lot better :-D David I'll be in touch! :-o :mrgreen:
-
Re: [V2]My own v2 Explore page [V2] Casey: Copy And Paste Skills (10/10) Well Done Edit File Skill (10/10) Well Done But as you know, You cannot go through life Copy and Pastin every code.. I was like you untill Magictallguy(MTG) Fineally made me start learning and now im not awsome but i put my very best into it.. I would advise to go away learn PHP, Then code something Very simple, and once you feel you know what your doing go and make something better and then you will get your +1, Atm You'll be the most hated person on CE within the next few days...
-
Re: [Mccodes V2] New Jobs WELL DONE! Karlos and Specks! Both Look Very Good, I must say Ill be adding them :), I Carnt Have both but hey you did good :)
-
Re: [MCCODE V2] User Competitions If you can do a better job, then feel free to post it. Otherwise don't criticize other peoples work. I cannot do a better Job, However I was suggesting taking the mod and re-coding and testing every bit to ensure it work's No "Criticize" Was Intended :-)
-
Re: [Mccodes V2] Streets Specks - This board Isnt for requesting, There is a board allicated for that, Just a little thing to remember while posting on CE forums Thanks Pudda Ps - Casey Your streets are Stuffed :mrgreen:
-
[V2]Register page with 1 account per ip [V2]
Jordan Palmer replied to Casey's topic in Free Modifications
Re: [V2]Register page with 1 account per ip [V2] This has been made Many Times and Just for anyone out there I didnt make this code but anyway In Register.php Under: $set[$r['conf_name']]=$r['conf_value']; } Add: $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; $q=$db->query("SELECT * FROM `users` WHERE `lastip` = '$IP' "); if($db->num_rows($q)) { die("You already have an account under this IP. Please contact the administrator if anyone else would like to sign up on this IP . >Back"); } Change: You already have an account under this IP. Please contact the administrator if anyone else would like to sign up on this IP To Whatever you want the Message to say, Its that simple :-P NOTICE: I didnt make this Just simply showing anyone who wants this.. -
Re: [mccodes V2] Donation Mod. Ok Now im not sure I wanna buy...Im not sure I want my players getting $200 pack for free LMAO! So Killah, If you know how to sercure it then why not explain to david and let him sercure it...
-
Re: [v2]User Competitions[v2] [b]$q=$db->query("SELECT * FROM competitions WHERE id={$_GET['u']}");[/b] [/quote] Thats Wrong, the $_GET isnt getting any data...
-
Re: [MCCODE V2] User Competitions This Mod Sucks :wink: Why not re-code then re-post the hole lot :) :wink:
-
Re: [mccode v2] Index.php Update Well Done! Im not much of a good coder but i do what i can when i can, This Is GREAT It simply takes all the pointless stuff and puts it in a nice Table!, Thank You!