Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. I love it, Joey and I should be drinking buddies...
  2. This looks pretty interesting... exactly what game owners would need if they want to be successful.. I may look at getting this and see how i'm doing =P
  3. Not everyones game will be called what you called yours, So change the title tag to read from the db.. ie <? echo $set['game_name']; ?> Delete the $IP it isn't used.. You don't need to select all rows from the db for top user ect... only select what needs to be selected
  4. Well I haven't had anyone gain access to anything majorly bad... I've had Equinox bypass the name change, to get a empty name which I hope is now fix I've had a few reports of karlos of little things, Such as shortcuts allow external links but nothing really to worry about as only he can see them. I've also had karlos demote me, and then put me in fed...but admin powers are working so ya know XD
  5. Job List - All things which have been reported or I have found and is in the progress of being revamped Revamp the whole staff side, As the forms do not have the right sub directory. Install the new gym (After christmas without a doubt)
  6. Thanks. Nothing too major as there isn't TOCS written fully yet =P
  7. A few bugs found within the preferneces system. Just small ones for now, however code has been updated, I'm hoping to recode the short cuts modifaction later today
  8. Yep, hence why I am going through three stages. But if I can keep it all good from the babies I'm all good :p
  9. It's going to go through 3 stages, Public testing (ALL general tests), High standard testing(When layout is implented ect) Then the last will be final version which will include everything to be tested however the private which is the last one will be a paid one and chosen by myself :) DOMAIN IS JUST FOR TESTING PURPOSES :D Page updated, Now lets see how sercure this bitch is ;)
  10. Small change of plan, I was going to change the layout before this however decided against it as would mean recoding alot of the files to then recode, to then recode the new layout, which is pretty pointless. So I urge that the LAYOUT IS NOT THE FINAL LAYOUT I was just trying to get something good going on and failed. So please don't take much notice of the layouts as It's free on the site by Eternal and will be changed. Also no need to PM me as the register page will be opened as I wanna test every single page alive on the site, Which will include bringing in some staff At a later stage. There are a few nice features lying around. I will unlink a few features which have been "copied" because to be fair I don't want anyone spitting there dummy out untill the final release. Will post back ina few mins with all details. As said nothing is final (Domain, anything) was all a test to prove that I could atleast get a bugfree vers of mccodes going
  11. Hiya all. As many will know i've worked on my own game for a while, I have based it within mccodes (What can I say? Spank me?) however I've recoded pretty much all of it, I think the only system I haven't fully recoded is the class, however thats my next hit, however I'm actually looking at a possible release date after christmas, Like new year new game new start kinda thing, I'm looking for a handful of testers, This may be your good at testing security or testing generally. This isn't going to be a paid position..EVER. If people are not willing to test things for me then quite simply i'll find people else where to test things. No requirements however you must contact me for details. I will supply all the links necessary. Not everyone will be given details only the ones untill I am happy with the amt of testers there.   GO AHEAD HIT ME Cheers.
  12. This was made in june.. I highly doubt he's still wanting this...
  13. As this hasn't been resolved as of yet, Later today I'll fix this via MSN. Make sure you have Teamviewer installed so you can watch
  14. If I am right your asking how to change the submit button, Well simply change the 'black' bellow in the code :) STYLE='background-color: black; @Jaaaack; If your not willing to help people why even reply? You could of pointed it out to him and supplied a link as to where he can look it up. I'm sure you asked these kind of questions once..
  15. Yeah, Alot of people do. I don't personally but its a habbit that I keep making
  16. Didnt see much of a point. Fine how it is
  17. It's a nasty habbit I make, even though I wouldn't think it'd make too much of a difference really..
  18. I haven't contributed properly in a while, so I thought I'd take the time to today, now this isn't anything major and I only just noticed it really so I decided it'd share it with others. UPDATES: Makes sure the ID GET is a numeric number Make sure the crime exists As I said earlier nothing major, Just much nicer then a user going to the page and getting nothing just the outlay   <?php include_once(DIRNAME(__FILE__) . '/globals.php'); if(!ctype_digit($_GET['ID'])) { echo('CrimeID is not a valid number'); exit($h->endpage()); } $SelectCrime = $db->query("SELECT * FROM oclogs WHERE oclID=".$_GET['ID'].""); if(!$db->num_rows($SelectCrime)) { echo('That ID does not match any records recorded'); } else { $Row = $db->fetch_row($SelectCrime); echo('This is a detailed view of Crime ID '.number_format($_GET['ID']).' [b]Crime:[/b] '.$Row['ocCRIMEN'].' [b]Time Executed:[/b] '.date('F j, Y, g:i:s a',$Row['ocTIME']).' '.$Row['oclLOG'].' [b]Result:[/b] '.$Row['oclRESULT'].' [b]Money Made:[/b]$'.number_format($Row['oclMONEY']).''); $h->endpage(); } ?>
  19. If he would of my link it would of shown that to :L
  20. You can request all threads to be deleted and do another one, PM anyone of our staff team
  21. Great reply sniko :) Pretty much what I said with extra's :P
  22. They was deleted, nothing to worry about :)
  23. Very nice! I don't think I could do anything even close to it within hours XD
  24. Google ads Mine actually has the correct link though :P
×
×
  • Create New...