Jump to content
MakeWebGames

MartialCoder0101

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

MartialCoder0101's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: MCCode v3 To this point in time, Mccode V1,V2, And Now V3. If you have a team of coders working on this thing that is young, Your chances of getting a great game engine is dull. Listen, PHP engines are just like the econmy. If you buy a car, There is something either already wrong with it, Or the manufacturer has some tweeks in it. Therefor, No matter what the circumstances are, Mechanics Are always going to have a job to do. So, Per say, CB and the coding team creates a wonderful game engine, Planned out nice, Coding is great, Security is decent. What you and some others prolly dont know, Is there are some tweeks and turns they may do so you ALL have coding jobs. Fixing,De-Bugging,Etc Etc. Even if V3 is not "wonderful" in your eyes, In the world of PHP, its wonderful Knowledge that him and the team has put into the game engine. As i would love to consume a copy, I can't, Because as you said, The price is outrageous for me. (lol)
  2. Re: [MCCodes V2] View User Me, Personally, I belive its a bit "non-professional" look if you will. Its not just the tables, but just the pure set-up of it. Even if you did have a different Cascading Style Sheet on your game, It wouldnt be bothered to straightening that out.
  3. Re: [mccode V2] Player of the week... Oh yeah, Deff... Weekly Prizes. MVP= 1 12 day DD pack, Not Attackable for $amnt days. Secondary Player= 6 day DD pack 3rd = 3 day dd pack. Something to give people high hopes to stay active during thier gameplay
  4. Re: [Mccodes v2] Pass Parcel or Secret Santa [Working Copy]     Its free it doesn't matter when it gets done!!! That is why I don't post alot of things I do........   Shaved92bravada. No matter what you post. An excellent mod. a non working mod. a edited mod. you will get jerk off's like him that post's crap. You really want to know Why? Because, Nearly half of these people on here are about gaining all the mods they can. So why not act like its Christmas?? Not all about giving, its about caring.   For all you newb retards out there..It goes like this...   Illusions has taken his time to sit and code up somethng nice for you. Although he might not get it done, its not about that. Its about him caring enough to try his damnest to give you guys a good mod for your users for Christmas. And you wont except that? I do, in which thats why im helping him.
  5. Re: [Mccodes v2] Pass Parcel or Secret Santa [Working Copy] Well, Some people doesnt take that someone is doing something for them and respect that these days. They want it done and done then. Meh, I think if they want to talk to illusions like he wont get it done, Lets see them do it. This is a typical complex code to some people, and im sure illusions doing this, and lsitening to a bunch of 4 yr olds telling him he wont get it done ISNT speeding his process up any faster.
  6. Re: [mccodes] Register Coupon Lock Seems to be kinda simple to create. And as far as i could tell, a user that really wanted to could by-pass this easily.. Just a register coupon but Hey, They could by-pass it lmfao..
  7. Re: [mccode V2] Player of the week... Player of the week mod. Very Nice Brotha. I was thinking more along the lines of MVP of the Week or something of that matter. Per say: I trained- 42 times this week PLayer 2-trained -18 Times this Week. I did 40 crimes this week PLayer 2- Did 39 crimes this week. Etc Etc.. Then after the week is up, It totals, and auto adds The MVP of the week, Could go into alot more detail. And If you wish to do this, Shoot me a mail, Maybe it could be a joint project mate.
  8. Re: [Mccodes v2] Pass Parcel or Secret Santa [Working Copy] Scratch That, Taken care of. Sorry. And also illusions, Ill be helping you get this up sometime today/tonight, as some people are being d***s about a man trying.   Hop on msn mate, and we shall talk. ;)
  9. Re: [Mccodes v2] Pass Parcel or Secret Santa [Working Copy] I am getting some 403's off of the staff_parcel.php So i changed user_level to the 2 certain userids i wish to handle this action, in which, Im still getting the 403's. Any certain reason why? lol
  10. Re: [mccodeV2] Donations page Elite Add your case functions   case 'deletedpform': delete_dp_form(); break; case 'delete2dpform': delete2_dp_form(); break;   add your Functions: function delete_dp_form() { deletedpform: echo "<h3>Delete a Donation Pack</h3> You may Delete a Donation Pack Here. <form action='staff_special.php?action=delete2dpform' method='post'> Donation: ".dp_dropdown($c,'dp')." <input type='submit' value='Delete Donation Pack?' /></form>"; break; delete2dpform: $target = $_POST['dp']; $d=$db->query("SELECT dpNAME FROM yourtable WHERE dpID='$target'"); $itemi=$db->fetch_row($d); print "<h3>Confirm</h3> Delete Donation Pack? - ".$itemi["dpNAME"]."? <form action='staff_special.php?action=delete2dpform' method='post'> <input type='hidden' name='dpID' value='$target' /> <input type='submit' name='yesorno' value='Yes' /> <input type='submit' name='yesorno' value='No' onclick=\"window.location='staff_special.php?action=deletedpform';\" /></form>"; break; delete2dpform: $target = $_POST['dpID']; if($_POST['yesorno']=='No') { die("Donation Pack was not Deleted!!!! [url='staff_special.php?action=deletedpform']>Return to The Donation Page[/url]"); } if ($_POST['yesorno'] != ("No" || "Yes")) die('What???'); $d=$db->query("SELECT dpNAME FROM yourtable WHERE dpID='$target'"); $itemi=$db->fetch_row($d); $db->query("DELETE FROM yourtable WHERE dpID='$target'"); echo "Donation Pack {$itemi['dpNAME']} Deleted. [url='staff_special.php?action=deletedpform']>Back [/url]"; stafflog_add("Deleted Donation Pack {$itemi['dpNAME']}"); break; } }   Really Late Here, Sorry if its wrong, Just post up the errors and ill fix them.. And Note: yes i took this from delete crime, just because its late and im lazy lol..Sorry Guys
  11. Re: [mccodeV2] Donations page Elite Ill code it up for you really quick
  12. Re: [mccodeV2] Donations page Elite Haha, Very Nice....Im a newbie to...well here anyways. To do a delete package .. I would start by adding a SQL.. Then, Add a delete button.. Then Run a Query
  13. Re: [mccodeV2] Donations page Elite Me, I think its a bit bland. Seems to be really easy to create also. I personally use a Javascript || YUI tabbed Donator Menu. And for users that doesnt have the Javascript I use a Personal Donator Menu.   But, its a good one mate. Im sure many people will use this as they do others. +1 for you
×
×
  • Create New...