Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. Dayo you're probably close too as busy as me. however the main guy who I work for as part time web guy, knows nothing so it takes me even longer, CG is yours and you know what you want.. Anyway i'm not trying to make a contest but just proving compared too some this guy has it EASY.. but anyway - goodbye ;')
  2. Hey man, Isn't this like the 10th time you've ''left'' & tbqh how is that even close too having a lot on your hands, I mean no offence, but try living my life XD A) I regularly take my nephew on the local park, Learning him too play football (>_< I hate football but ya..) B) I have recently started too start develop things (A few new mods and such) C) I am now working full time at a profession that is 100% new too me D) I have mod position on here (Granted I don't have to do alot however I have to check ALL post's) E) I am working part time as Web Master for a upcoming firm F) I have two nephews who I like too spend time with Please tell me how you have alot on your hands? :/ I appreciate you naming me in the thread, However I don't see what's so demanding that you need too quit MWG again >_>
  3. I would highly suggest contact dayo Dayo's Website Dayo's MWG Account
  4. Jordan Palmer

    php question?

    No problem. I would highly suggest you secure those $_POST[''] though if you haven't already
  5. Wouldn't this be the same as Operation Jar-head?
  6. I know I already said this but damn man, they're great!
  7. PHP Encryption [lmgtfy]php+encryption[/lmgtfy]
  8. Jordan Palmer

    php question?

    Try using this; <?php # remove obv :P if ((($_POST[goal1]*3) + $_POST[point1]) > (($_POST[goal2]*3) + $_POST[point2])) { $onesql = "INSERT INTO `league` (W, Points) VALUES ('1','2') WHERE `team` = ".$_POST['home'].""; $twosql = "INSERT INTO `league` (L, Points) VALUES ('1','0') WHERE `team` = ".$_POST['away'].""; mysql_query($onesql) or die('OneSQL is broke'); mysql_query($twosql) or die('TwoSQL is broke'); } ?> Report any error's (:
  9. Whoops sorry :')
  10. What is your price range? Are you looking for just a PSD or coded too?
  11. Simple answer; You need to import the SQL file too the database :')
  12. Well now that the stupid post's have gone. If you need any help either post here or you can PM me. :)
  13. <?php if($ir['user_level'] == xx) { include_once('staffpanl.php'); } Something like that?
  14. Under the query where it sets there vote simply do; [mysql] $db->query("UPDATE `users` SET `crystals` = `crystals` + 20 WHERE `userid` = $userid");[/mysql] Change it accordingly to what you wish :')
  15. That should work if you've uploaded the image to that sub
  16. title.jpg?
  17. Did you name the replacement the same as it's named in the header.php?
  18. A) This is MCCodes B) What is langauge.php? C) Have you tried to run it manually? please post errors and such
  19. Suggestions Don't do it after every single crime, This will most probably lose any game members, If you're gunna use it, Calculate the crimes they've passed and then after so many make them Waite  Have different times for different brave, Like if brave is 150, maybe make them waite 3min if below that make them waite 30seconds or so, This'll make things, Or something like that  Use time-stamping instead off crons, Much more accurate and efficient@CJ; Yes you most probably could use sessions to do this and it'd probably be a better way
  20. You don't need the print
  21. This should be in General diss; This isn't yet a free modifaction.   Topic moved
  22. I don't see the point or need for any Ajax/Javascript really, And refill automatically? I think you might just be lacking off sleep when you're thinking about this
  23. How much you looking for it? I'd probably offer around $50 ish If I actually wanted it
  24. George - Ask Dayo too show you how? Using Team-viewer; You're partners i'm sure he would
  25. I've not seen a game in rescission - anyway - if you cannot lend a help to the guy shut up :)
×
×
  • Create New...