Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. MCCode are actually doing paid requests from what I hear Why not get some idea's and hire them..or maybe they might have some ideas :O I dno, Just figured this may help :) MCCodes Support
  2. I'll take MCCodes 'take down' serious when I see Ravan Removed :)
  3. Why don't you ask them yourself? Would it not be better if you actually asked them through there support and then maybe they can give you an answer that you understand and what happens ect. My ''MCCode'' isn't actually MCCode anymore, So in reality they can't do shit too me, Why don't you do the same... =]
  4. I don't have any spare time, however I take my time with modifactions then simply enough you're outcome will be a lot better, That then allows your mod to get better feedback ;P
  5. Why add to users table, Would it not be 100% more better if you use a new table and see if the filename exists then simply block it.. Good effort though man, I just wouldn't off doing all u've done tbh
  6. As long as Portal and forum are the first two I couldn't give a toss..I'm just used to that order :)
  7. Could you write up a tutorial, It may help those who are a lil stupid
  8. Thats because marketplace is the last one therefore you aint gunna really mistake it. It was never an vendetta against MCCodes, ANY link could be added I'd say the same thing...im used to having portal there :/
  9. I guess it all come's down to what we wanna do aint it really lol
  10. ban me then? Why would I seriously give a damn? It's a forum...like the other 100000x out there :huh: I suggested something which alot off people are thinking...I keep making the mistake off going to mc when i want portal
  11. No, I asked a question...
  12. So does that make it a invalid suggestion?
  13. I'm used to clicking portal
  14. Ok, well I'm not sure how many off you will actually agree but I'll say this, the new tab order sucks, I keep clicking mccodes and going back to MCCodes.com when I want portal.. I'm so used to it being there.. Ok so I have a suggestion :O Portal Forum Members Vault Partners - Needs correcting too as they're are a few partners Gallery Chat Blogs Market Place MCCodes MCCodes Support This'll stop me keep clicking back to MCCodes when I don't need to be there, I know its a matter off just looking but c'om people I'm so used to not looking lol I hope this can be done rather soon too tbh lol
  15. if you state the files name how would you ever be able to change the names easily? If you cannot be arsed to change all instances using Notepad mass find and replace, Then that's unlucky, I still stick with using file names
  16. Contact MCCodes Support and they'll issue you with a repaired one. This was a known issue and has been actually repaired in the patched version so they say, However contact them
  17. I'd love too seen a screenshot, Seem to be so much code for so little file >_>
  18. I love the fact people post the obvious, I agree with Equinox...Simple >_>
  19. Then remove it, I'm not going to as I think it's fine there. :)
  20. I always do that in my mods. Go back and look. Oh well, we all have our own ways, People say don't use sprintf, MTG does. Live it with (: Thanks and because I didn't think off that, I don't think it has much affect really so yeah.. -.-
  21. Well I saw Renkia topi about having this hopsital and then adding the feature to heal people, I liked the idea, I just thought it needed to be updated, And well I was bored so i thought what the hell, Here is everything I have done:   It no longer selects everything from the db, It selects what it needs Gang tag has been removed, As I didn't think it's needed Secured - *I hope* Heal link only appears when there not in hospital/jail Shows how many users there are in hospital Formats everything   It's free so yeah, Use it or don't I was bored:) I have added screen shots so you can preview too (: Hospital.php <?php include(DIRNAME(__FILE__) . '/globals.php'); $hositalusers = $db->num_rows($db->query("SELECT userid FROM users WHERE (hospital > 0)")); print " <h3 style='text-align: left; text-decoration: none;'>Local Hospital There is currently ".number_format($hositalusers)." players in hospital <table border='1' width='80%' class='table' cellspacing='0' cellpadding='2'> <tr style='text-align:center;'> <td>User and ID</th> <td>Time</th> <td>Reason</th> <td>Action</th> </tr>"; $HOSPITAL=$db->query("SELECT `username`,`userid`,`hospital`,`hospreason` FROM `users` WHERE hospital > 0 ORDER BY hospital DESC"); if (!$db->num_rows($HOSPITAL)) { echo '<td colspan="5" style="text-align: center;">No players are in hospital</td>'; } else { while($Row=$db->fetch_row($HOSPITAL)) { if($ir['hospital'] > 0) { $action = "No action available"; } else { $action = "[url='hospitalheal.php?ID={$Row[']Heal[/url]"; } print " <tr><td>[url='viewuser.php?u={$Row[']".htmlentities($Row['username'])."[/url] [".number_format($Row['userid'])."]</td> <td>".number_format($Row['hospital'])." minutes</td> <td>".stripslashes($Row['hospreason'])."</td> <td>$action</td></tr>"; } } print "</table>"; $h->endpage(); ?>   Hospital heal   <?php include(DIRNAME(__FILE__) . '/globals.php'); if($ir['hospital']) { echo 'Were sorry but your still in hospital. please go [url="index.php"]Back[/url]'; exit($h->endpage()); } if($ir['jail']) { echo 'Were sorry but your still in jail. please go [url="index.php"]Back[/url]'; exit($h->endpage()); } $r=$db->fetch_row($db->query("SELECT `userid`,`username`,`level`,`hospital` FROM users WHERE userid=".abs(@intval($_GET['ID']))."")); if(!$r['userid']) { echo 'Were sorry but we could not find a user with the ID given'; exit($h->endpage()); } if(!$r['hospital']) { echo 'User is not in hospital'; exit($h->endpage()); } $cost=$r['level']*5000; $cf=number_format($cost); if($ir['money'] < $cost) { echo 'Were sorry but you seem to short on funds, You will need <span style = "color:#8B0000; font-family:Segoe UI">$cf</span>to heal '.htmlentities($r['username']).''; exit($h->endpage()); } echo 'Success: You have successfully healed '.htmlentities($r['username']).' We have taken the <span style = "color:#8B0000; font-family:Segoe UI">'.$cf.'</span> from your account [url="index.php"]Go Back[/url]'; $db->query("UPDATE users SET money=money-{$cost} WHERE userid=$userid"); $db->query("UPDATE users SET hospital='0',hospreason='' WHERE userid=".abs(intval($r['userid'])).""); event_add($r['userid'],'[url="viewuser.php?u='.abs(intval($ir['userid'])).'"]'.htmlentities($ir['username']).'[/url] healed from hospital.'); $h->endpage(); ?>
  22. Looking really good mate. Good luck. [MSIE_newline_end ]
  23. Very good work IllegalLife :)
  24. If I ever find you posting any code relating too me, I WILL make you're life hell, As I post on forums where I want it to be not so others can go posting even if you gave the credits too me. Next time you post a mod make sure two things; You have the correct permission to post or.. you created it. You're barking up Immortals street and look how far that got him?
  25. You have a lawyer? lmfao!!! I wonder if he'll prosecute you for claiming this to be your own when you couldn't start a php file if you're life depended on it
×
×
  • Create New...