Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. Weird how you made it all yourself but you need someone who can code... reminds me a little of wayofthemafia script EDIT: Actually it is way of the mafia just very crappy edited profile.php?viewuser=demo ... but ok maybe possible it's just a freak similarity but then look at your edit profile and the fact you have no link to my profile on the main menu and the names of the main menu items... nice copy though
  2. <?php include "globals.php"; if ( $ir['level'] < 5 ) { echo 'You cannot enter this page till your level 5.'; die($h->endpage()); } switch($_GET['step']) { case 'index': casino_index(); break; default: casino_index(); break; } function casino_index() { global $db,$ir,$c,$userid,$h; $tresder = (int) (rand(100,999)); echo "<table><tr><td><center> Welcome to the __________ casino. Take a look around and see if there is anything you would like to play. You have {$ir['casinotokens']} casino tokens. [url='slotsmachine.php?']> Slots[/url] [url='arcade.php']> Arcade[/url] [url='lucky.php']> Lucky Boxes[/url] [url='slots.php']> 7's and Stripes Slots[/url] [url='roulette.php']> Roulette[/url]</td> </tr></table>"; } $h->endpage(); ?>
  3. Technically joshua   $var = (isset($var)&&ctype_digit($var))?intval($var):0; i don't get why you post abs((int) seems like your just copying it from somewhere easier to just say abs int...
  4. If you review the text it actually says it's only available in my beautiful country(the uk) and australia.
  5. What lag? lol
  6. yeah for example if the entire file isn't accessible until a user is level 5 then the top of the file would look like this <?php include_once('globals.php'); if ( $ir['level'] < 5 ) { echo 'You cannot enter this page till your level 5.'; die($h->endpage()); }
  7. function suffix($qty) { return (($qty > 1)?'s':''); } easier and shorter but it's about bloody time someone did that fuction... good work
  8. Paul Evans

    deleted

    Mcv2 - exploitable - price of security (around 150 bucks for fixes) wayofthemafia - exploitable - price of security (around 100 bucks for a quick fix) Personally i'd say use MCv2 for the amazing amount of users and modifications and wait to see who brings out a new engine in the near future.
  9. yeah just never let paul, eq, djk or dom on your server they are complete newbs :P
  10. Operators - Comparison may help more than what paddy posted. Also maybe if ( $ir['level'] < 5 ) { echo 'Level 5+ please.'; die($h->endpage()); } No difference im just a sucker for using my own style in code
  11. Paul Evans

    deleted

    Didn't richard make a attack doing something similar? Searching before leaping always helps but if you post the code (if it's free) we can point out your issues.
  12. Don't forget email accounts because crons send to email it's easier to have the email account on the server, just remind people to wipe 'em every now and then.
  13. # Example $_GET['bet'] = (isset($_GET['bet']) && ctype_digit($_GET['bet'])?$_GET['bet']:0); if ( empty($_GET['bet']) ) { echo 'error'; die; }
  14. makes sense spending all that time coding something up and then lose it...
  15. danny why would dabs need to send you it if you recoded.... Recode instructions: => download mclite => click on folder => click del button => click enter => empty recycle bin ^best way i've found
  16. would of been easier to just dismiss v2 patching and go onto v3 a entire new system which they check for any bugs for months before releasing and give a 75% discount to v2 clients for the trouble.
  17. I actually don't like SOS which is why i went with BTD and due to them doing a mates website (mafiacorruption) and the customer service skills are rather good.
  18. depends on MCC's depth on the patch i mean if they do it right it would need a entire replace.
  19. the only draw back is any code or stuff you've done when buying the other patch will be lost when you install the new patch and then when they release another patch the same again... worth it huh
  20. Paul Evans

    Found this.

    both... if it's not your original script im not really going to give you all the info so you can go around messing with them now am i...
  21. Paul Evans

    Found this.

    well then obviously you don't know me... i found quite afew bugs in it... bet i could find more if i reviewed the code
  22. Paul Evans

    Found this.

    User: demo Pass: demo for wayofthemafia.net By the way it's exploitable
  23. Paul Evans

    deleted

    ^ there ya go then
  24. any template would work on MCC... just need a basic skill with coding. Try maybe SOSfactory if you'd prefer more detail.
  25. http://bluetrendzdesigns.com/ they did my template, price varies. http://Http://www.crimgame.com is my site (tell them i sent you) but expect paying more than 500 bucks
×
×
  • Create New...