Jump to content
MakeWebGames

Robert

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by Robert

  1. Re: protection mccodes v2 My first tip is to not open a game until you know and have had your game tested against sql injections and any bugs inside the coding of each script and mod you put on.. Second Tip is to use the search forum function. you find pages like this http://criminalexistence.com/ceforums/index.php?topic=24802.msg140130;topicseen#msg140130 Third Tip is to pick up a book and find a few tutorials online on how to secure php
  2. Re: Attack Script made by us one that works Hopefully. *BUMP* I agree with Illusions, how the community came together on the last script was actually awesome. I believe to get this script going we need to come to a common agreement on what do we actually want in our attacking script and we can then get it coded together. Any Ideas?
  3. Re: need help with a few things on my game[will pay] Eido, I have tried contacting you but seems we got each other at the wrong times? Feel free to hit me up here tomorrow, I should be in office for most of the day.
  4. Re: need help with a few things on my game[will pay] I can fix it. Please Contact me either via msn [[email protected]] or aim [robertmo116] and we will have i will have a solution for you in no time.
  5. Re: Battle ladder [Mccodes V2] Yeah.. I currently got Illusions installed that I'm playing around with but i havn't played with the script yet.. So whose is recommended.
  6. Re: THIS IS URGENT!!! lol..
  7. Re: [Mccodes V2]Login Register, TOs- New by the looks of it.. it looks like the prono pic is not supposed to be.. and that it was injected by a user via a post in the forum..
  8. Re: V2 index.php Hmm. The die function on the jail hospitial if statment is breaking my layout.. Although overall i like the idea you have done here but it is lacking style.. I took my Bank and incorporated it into my layout with a nice styled table.
  9. Re: [v2] Car Mods what's wrong? can't search the forum?.. :-(   anyways.. http://criminalexistence.com/ceforums/i ... ic=24555.0
  10. Re: [mccodes V2] game Menu Editing+Create System This could be useful i guess.
  11. Re: NEW USERS IMAGE GALLERY FREE!!!!! I couldnt get this to work for V2. Final error i received after editing was Fatal error: Cannot redeclare money_formatter() (previously declared in /home/mc123/public_html/global_func.php:2) in /home/++++/public_html/global_func.php on line 5
  12. Re: Hospital Time   Good Addon. I used this on my hospital and jail, thanks ;)
  13. Re: Lottery [v1 and v2]   Haha It's alright man. Just edit it =] And I plan on using this on my game. I might make something else out of it and remake a new Lottery that people can buy only a few tickets a week and at the end of the week One person wins the jackpot with the money.. hmm and this could be taking farther if wanted to extend that mod... :roll: :-D -Robert™ True. :-D But if you where going to seriously make it yourself like you said on msn i will just wait till you release yours and do edits and make it better than just re-release it That's only because i gave you that idea on msn -.-
  14. Re: [V1]*+*Amazing Explore page*+*[V1] do you have a SS or a link to where I can see this?   -Robert™
  15. Re: Lottery [v1 and v2]   Haha It's alright man. Just edit it =] And I plan on using this on my game. I might make something else out of it and remake a new Lottery that people can buy only a few tickets a week and at the end of the week One person wins the jackpot with the money.. hmm and this could be taking farther if wanted to extend that mod... :roll: :-D -Robert™
  16. Re: Lottery [v1 and v2]   Lol same thing as the one I posted but good job mate. :wink:
  17. Re: [v2] Family's [$30]   This mod sounds great. I plan on buying it as soon as I get the extra money. Still $30? - Robert™
  18. Re: Lottery [v1 and v2] UPDATE: Well Here is my results. I changed the lottery so now it is not using crystals but rather money. The minimum money you must have in order to play is $1000 and you can bet any amount. I changed the chances of winning so its better. Now when you bet and loose the text shows as red and you are redirected back to the lottery page. When you win the text appears as green telling you "CONGRATULATIONS! You won! You have been credited $[money won]! Please Come Again Soon! " This will then automatically redirect you back to the lottery page to make another bet. Also added a little more "style" to it but anyways here you go! Create a file called lottery.php - Insert the following code - This is For V2 <?php /*----------------------------------------------------- >Lottery V2 >Mod Created by Unknown - Edited by Robert™ >Free Mod Not for Resell >Copyright 2008 -----------------------------------------------------*/ include "globals.php"; global $db,$ir,$c,$userid,$h; if($ir['money']< 1000) { print "You need at least $1,000 dollars to play. Now being redirected back to casino..<meta http-equiv='refresh' content='1; url=casino.php'>"; $h->endpage(); exit; } if($_POST['bet']) { if($ir['money']< $_POST['bet']*1) { print "You do not have the right amount of money at the bet you put. Come back when your seriously ready to bet.. >[url='casino.php']Back To The Casino[/url]<"; $h->endpage(); exit; } $rand=(int) rand(1,5); $rand2=(int) rand(1,5); $money=$_POST['bet']*1; if($_POST['bet'] <0) { print "DIE!!!"; exit; } else if($rand == $rand2) { print "<font color='green'><h2>CONGRATULATIONS! You won! You have been credited $[b]$money[/b]!</h2></font> Please Come Again Soon! <meta http-equiv='refresh' content='1; url=lottery.php'>"; mysql_query("UPDATE users SET money=money+$money WHERE userid=$userid",$c); } else { print "<font color='red'><h2>You have lost $[b]$money[/b]! </h2></font> Please Come Again Soon! <meta http-equiv='refresh' content='1; url=lottery.php'>"; mysql_query("UPDATE users SET money=money-$money WHERE userid=$userid",$c); } } else { print "<table width=80% cellpadding=3 border=0 class=maintable><tr bgcolor='gray'><th><font color='#FFFFFF'>Lottery</th></table>Welcome to the YOUR GAME NAME Lottery! Want to have a chance of winning the lottery? You will win by the level you are at and your bet It is $1 per bet. <form action='lottery.php' method='post'> Bet :<input type='text' name='bet' value='0'> <input type='submit' value='Bet!'> </form>"; } $h->endpage(); ?>   If you have any questions of feedback, feel free to ask or state your opinion. :-D
  19. Re: Lottery [v1 and v2] Well Thanks Killah for the secure version of this script. I plan on doing edits to it and I will show what I have done when finished :-D. Once again thanks -Robert™
  20. Re: [FREE] Total time logged in [v1 + v2] Nice mod, How will this work on a much larger game? I am considering using it but good thinking Killah :wink:   -Robert™
  21. Re: Free 2 - Gym   Good job Nyna, I will be using this on my game along with a little editing to it. :wink: Thanks.
×
×
  • Create New...