Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. They are married right? 8|
  2. This looks good. I think I've found my Christmas present to my brothers girlfriend xD
  3. This looks like a good investment I might purchase :)
  4. You're very welcome Albenski. Everyone needs a little nudge now and then and even though most people think I'm a jerk and what not I'll still help everyone I can Soon enough you're game will be ready to be opened ;] Merry Christmas and a very happy new year to everyone
  5. Great work Illusions. I've added this :)
  6. Couldn't of said it better myself. Good work Illusions
  7. Hey Anthony. I can create one a new header, However you'd need to contact me via PM and lemme know what ya want ect. Regards, Jordan - Pudda
  8. Hey there. Will you be paying for this? I've created a new Gang System like this, and I can do again, However I'm afraid it wouldn't be free. Nor would you get my version. I'd simply recreate it for a price if you're interested.
  9. [mysql] CREATE TABLE `bugports` ( `brID` int(11) NOT NULL auto_increment, `brREPORTER` int(11) NOT NULL default '0', `brTEXT` longtext NOT NULL, `active` int(11) NOT NULL default '0', `time` varchar(40) NOT NULL default '0', PRIMARY KEY (`brID`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; [/mysql] Should work fine..if not drop me a email and ill check it over.. but worked for me
  10. Hey all. I've been updating SeanyBobs Bug report system. I'm sick of seeing these one's around the forums with all this crap like urgency ect. I think it's un-needed and basically is just useless info... All copyrights go to SeanyBob. I've simply updated the code :) - Anyway here it is [mysql]CREATE TABLE IF NOT EXISTS `bugports` ( `brID` int(11) NOT NULL auto_increment, `brREPORTER` int(11) NOT NULL default '0', `brTEXT` longtext NOT NULL, `active` int(11) NOT NULL default '0', `time` varchar(40) NOT NULL default '0', PRIMARY KEY (`brID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;[/mysql] Create a file called Bugports.php <?php include_once DIRNAME(__FILE__) . '/globals.php'; $bugtxt="Report a bug dont exploit it - Please be sure its a bug and not spelling mistake"; $bugadded="Your bug has been processed. Our admins have been alerted. Thank you"; if($_POST['report']) { event_add(1,"New Bug Report ",$c); $insertbug = sprintf("INSERT INTO bugports VALUES ('', %u, '%s', '1',%u)", $userid, $db->escape($_POST['report']),time()); $db->query($insertbug); echo $bugadded; $h->endpage(); } else { print "<h3>Bug Report</h3> $bugtxt <form action='bugport.php' method='post'> What the bug is: <textarea rows='20' cols='60' name='report'>{$_GET['report']}</textarea> <input type='submit' value='Send Report' /></form>"; } $h->endpage(); ?>   In staff_users.php Cases case 'breportsview': breports_view(); break; case 'brepclear': breport_clear(); break; add at the bottom function breports_view() { global $db,$ir,$c,$h,$userid; $time=date('F j Y, g:i:s a',$r['time']); print "<h3>Bug Reports</h3>"; echo "<table class='table' width='80%' border='1'>"; echo "<tr>"; echo "<th width='25%'>Reporter</th>"; echo "<th width='25%'>bug</th>"; echo "<th width='25%'>clear</th>"; echo "<th width='25%'>time reported</th>"; echo "</tr>"; $q=$db->query("SELECT br.*,u1.username as reporter FROM bugports br LEFT JOIN users u1 ON u1.userid=br.brREPORTER WHERE active=1 ORDER BY br.brID DESC",$c) or die(mysql_error()); while($r=mysql_fetch_array($q)) { print "\n<tr> <td>{$r['reporter']} [{$r['brREPORTER']}]</td>"; echo "<td>".stripslashes(htmlspecialchars($r['brTEXT']))."</td> <td>Clear</td> <td>$time</td> </tr>"; } //".time_format(time() - $r['time'])." print "</table>"; } function breport_clear() { global $db,$ir,$c,$h,$userid; $_GET['ID'] = abs((int) $_GET['ID']); $db->query("UPDATE bugports SET active=0 WHERE brID={$_GET['ID']}"); echo "Cleared > Back"; }   This'll never delete any bugs from the database, It'll simple set it to NOT active bug and it wont appear in the bugs list I may once again update the code later this month ;]
  11. Re: Can he be trusted @ Danny & Goku: Thanks appreciated guys! @SSG - A few questions really Can I be trusted to do what exactly? Why would you be asking that? Do you go by any other names? I can be trusted along as I feel the trust if on both side's. I have been down the hacking path, And that lasted a week, Now i'm once again programming site's and quite a few are Free of charge. So can I ask why you are asking if i can be trusted as after reading this post I have no idea who you are. You will find bad reports by a few guys to be honest: Pained - hacked a number of game's so I reported him and he got closed down =] I and HD, Mike, Karlos, Magictallguy have all had our fair share of arguments but I think most of us are cool now.. Now please PM/post who you are =]
  12. Re: {PHP-Engine} {Free}   Business is business...   Completly usless and pointless.... Thats not for you to say Dave. That'd be what the mod are there for =]
  13. Re: auto fed   Yay! My forum got mentioned xD Please note, that it is me that helped Jeff in the first place ;) [me=Pudda]pops Magictallguys big head XD[/me]
  14. Re: Looking for code paying $5 I know you by rep and no offence but if hacking is the thing your gunna do..don't do it...they're isn't a point The user has been exposed we all know not to help him for less than $500 :wink:
  15. Re: Looking for code paying $5   Oh yeh lmao I guess thats why they both have a load more -1s than +1 lmfao You just destroyed yourself well done
  16. Re: v3 Mafia Game Script released. Nice little engine.   well done :)
  17. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED Maybe xD depends how bored I get :lol:
  18. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED   I have done something like this.. It's great as I can who and what time they're tampering :-D
  19. Re: New Game Ah well when you do :lol:
  20. Re: mysql help? Yup I agree they're
  21. Re: mysql help?   Maybe he didn't maybe he just filled it in :-o
  22. Re: New Game God dammit. Contact skyfuse and for $200 you'll get a nice layout. Understand now?
  23. Re: New Game Were not all good with gfx If you want user's for your game then try them to and they'll do a nice layout for ya :wink:
  24. Re: installer question I believe you need to set up a domain for that Not sure though. sorry
  25. Re: New Game SkyFuse do pretty good one's for $200 ish.. Or of course the Famous SOS Factory for $2000 - $25000 :wink:
×
×
  • Create New...