Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. http://mccodes.com/reportgame.php
  2. every other file works?
  3. post your file in php tags and the error you're having.
  4. $rr = $db->fetch_row($db->query("SELECT COUNT(`refREFER`) AS `r_CNT` FROM `referals` WHERE `refREFER` = '.$r['userid'])); print $rr['r_CNT'];
  5. For one mate this is NOT modification requestion and for two... i can't understand a single thing your saying... stop posting in two places if you don't get a answer then i suggest you edit your original post and TRY ADDING MORE DETAIL FFS.
  6. I saw a few bad points but other than that for a beginner your doing a lot better than some of the people who have joined previously, good job. Your going in the right directions (bad points: closing and opening php tags makes the code look horrible and im sure there is a whitespace issue there somewhere, also maybe space it out a little more it's easier on the eye and easier to debug if you get a error.   echo ' <table> <tr> <td>blah</td> </tr> </table> '; // just a example but everyone has there own style im sure you'll pick up your own.
  7. just curious who did the security for your website?
  8. you spend 150 on a template... and 150 for overkill security and you can't pay 100 for a license... love that!
  9. Advanced secured forum mod... sorry i had to laugh at that $this->engine->simp_option_notext("img","src"); $this->engine->simp_bbcode_att("img","src"); Ownage right there Also maybe take a look at quote system ;) Advanced pile of crap more like EDIT: $_GET['viewforum']=(int) $_GET['viewforum']; if(is_numeric($_GET['viewtopic']) and $_GET['act'] != 'quote') { $_GET['act']='viewtopic'; } if($_GET['viewforum']) { $_GET['act']='viewforum'; } if($_GET['reply']) { $_GET['act']='reply'; } I'm really gunna cry im laughing so much (peed myself)   Note: on line 362 maybe change mysql_fetch_array to $db->fetch_row (just curious)
  10. im creating a mod which creates a mod which then creates a mod :D Sounds like a good idea to me :)
  11. not anymore :D
  12. May i inquest into why? I don't have one (probably the only one) but i was curious :D
  13. if it's got a hyphen then it's not worth more than 5 bucks... ill just wait for your inactive domain to expire and buy it then :)
  14. Paul Evans

    Wtf #2

    that isn't messenger 2011 im guessing because you can't block people on that lol (that i could see) you just set it so your offline to 'em and can accept messages...
  15. lmao love that Zu
  16. So true i apologise formally for my previous post :) He/she is a super mod :D
  17. yeah the customer bought it off you like this month or last... anyways $_POST['race'] = ( isset($_POST['race'])&&in_array($_POST['race'], array(1,2,3)) )?$_POST['race']:''; if ( empty($_POST['race']) ) { echo 'Error!'; die($h->endpage()); // note $h->endpage() will not work on register }
  18. http://makewebgames.io/index.php?page=RMarketplaceEntry&entryID=290&commentID=767#comment767 :P genius
  19. Kinda screwed he is a admin but ill hide you in my basement if you want (feed you left overs) in return you code 6 full days a week and on sundays you give me sexual favours :) <~~lol Hope you can read that without peeing yourself in anticipation ;)
  20. Got a point there DJK php nuke coding was quite difficult to read i mean echo on each line... overkill or what   `".$_SESSION['userid']."` Epic Fail ;)
  21. I am doing your security? true DJK not all 125 files are insecure.
  22. MCC officials that could mean one of 3 people and 1 never chats so CB or Jordan lol
  23. i like that reminds me of PHP nuke coding.
×
×
  • Create New...