Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: [mccode v2] Lottery Not onto this system.
  2. Re: [mccode] Easy cPanel Login There is only 2 port's to your cpanel. 2082, 2083. Unless you get some some one with knowledge to change them.
  3. Re: exp help You will need to wait for floydian, luke or nyna to post with percentages.
  4. Re: exp help Time's that per level? $forumala = ($ir['level'] * 250/ (rand(2,20) * rand(1,5)) + $ir['level']); If they are level 2 the formula would be like: rand 1 = 5 rand 2 = 3 2 X 250 = 500 5 X 3 = 15 500 / 15 = 33 33 + 2 = 35. Now as for a level 100: rand 1 = 8 rand 2 = 2 100 X 250 = 25 000 8 x 2 = 16 25 000 / 16 = 1562 1562 + 100 = 1662   Of course you can change the variable's tho. :wink:
  5. Re: [mccode v2] Enhanced Hall of fame COMPLETED! You must have installed the bust's & bail's wrong.
  6. Re: [mccode V2} Web Templates Converted He add's a form and some queries to fetch simple data from the database. And may i ask. Why complain when it is for free?
  7. Re: [mccode V2} Web Templates Converted http://www.bravenations.com/login1.php Is the only one i like. That suit's me. The banner on there is umm need's a bit of a touch.
  8. Re: [mccode v2] Shop Picture   ah yeah lol im used to calling $ir Bad...
  9. Re: [mccode] gang levels Since a gang will never get that much exp just use:   function ganglevel($exp) { //Bellow is how much you want per level. $floori = 50; $a=0; $end =0; for($x=1; ($end==0 && $x<100); $x++) { $a += floor($x+$floori*pow(4, ($x/7))); if ($exp >= floor($a/4)) { //Do nothing. } else { return $x; $end=1; } } }   I think that will x's it by 50 per level and not 1500
  10. Re: Some Advise I would not recomend MK5. Altho he can program/code very good. He tend's to run off some time's and come back after a week with some stupid excuse.
  11. Re: [v1] hall of fame help Actualy with your way harm can be done. What if he does it your way and a new user signs up? BAM that user cant play. More time for the owner to insert his stats.
  12. Re: Some Advise Zero-Affect, set up a test game. Try exploiting the cmarket.php. Try getting a user's password and what what. Authenticate... Some site's have had this problem where i can put in your username and my password and i can login to your account. Forgot Password... Some site's have had this problem aswell where a user can get the admin's password reset and the email is sent to the user who is exploiting. Forums... ALL site's have had this problem when they begin there v2 mccode game or even v1. Where the exploiter use's something like userpass,userpass,userpass,userpass,userpass,userpass,userpass where userid=1 or am i wrong?   Now as for the cmarket. The only input you got is when your selling your own crystal's and it is only removing crystal's from the user's account. I might be wrong but with a simple union select userpass from userid=1 MIGHT work but i am not sure.
  13. Re: [v1] hall of fame help Umm why not just go like this:   Database's > Game Database > Userstats Table > Arrange from 0 - 999 > Delete all duplicates > No Harm Done!
  14. Re: No cron ? Why would it cost to use unix_timestamp? if(time() == time()-1*60") { //Do the minute cron } But then again you will need a cron to hit that page every minute. and what so ever.
  15. Re: [v1] hall of fame help There is double insert's in your userstat's table. Delete all the double's.
  16. Re: Some Advise On the cmarket.php you can only exploit to get crystal's. So no it won't be crystal market. Possibly one of the following wich i had trouble with: forums.php authenticate.php forgotpassword.php I would recomend deleting the forums.php and see what the little boy has to say then.
  17. Re: [mccode v2] Lottery That's because it's a different system. The system your talking about is more of a win to the person who buy's the most ticket's.
  18. Re: Just got this pm... I for one have not recieved that personal message. And his website look's oddly fine to me.
  19. Well as i have mentioned in other post's that a new game made by me will be opening very soon. Now i would like to tell you all. Yes the base code is mccode's but i have re programmed all of the file's within the back. I am looking for 1 person: GFX Designer: You will be paid everytime i ask for a image until donation's come in good and then you will get a monthly pay. You will need to complete the image within the time limit i need it for. Which will be in more or less about 1 week. You have to be good. What's New: # New layout compare to all other mccode games. # 4 Table design # Rebuilt gang script # Re programmed php file's # Faster game play # Efficient programming # New Graphics # Built in SMF to be able to do alot. # Arcade # All of my mod's that i have created. Including family's rebuilt. # Brand new story line # Competition's # AJAX Chatroom created by me # IRC (Hopefully get a space on ce irc rack) # Many more features to come. The game is busy in the stage of programming. The php file's have been re programmed already by me. Now... Why am i making another game you may ask? I was busy in the making of www.deadlykillah.com but then my laptop crashed. Now i am on my mom's computer and my laptop is busy getting fixed. Hopefully it can be fixed. You may also ask this to your self: Why make a new game when the last one just got sold and over again and what what? This game is going to stay!
  20. Re: [mccode v2] Lottery No you can not do that WHY: Well how is the system going to predict what random number is given when the cron run's? If you have high advanced technology so that the rand() can be figured out before time then please give it to us because we all would like to know what happen's in future.
  21. Re: Updated forums [mccodes v2] I do recall making this:   And it does secure the forums.
  22. Re: Needed... v2 forums sql queries for the db   The new owner of MCcodes bieng coldblooded right?
  23. Re: [mccode v2] Battle Arena [$25 in paid modifications] Ill join... * Killah shakes his head next to radio_active & blue...
  24. Re: [mccode v2] Battle Arena [$25 in paid modifications] MY TURN!!! :lol:   Free version of the attack ladder? UMM!!! WRONG!!! It's not free.   Why bring my name into it? :? :|
  25. Re: [mccode] My forgot password Because altho i can call mysql.php. I still need to do a connection to the database for the v2 version.
×
×
  • Create New...