Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. Hey all. Ok, I've been pretty much getting bored recently & decided to take up some projects which I started and never really finished, and to make the development stage's quicker & easier on me I decided i'd recruit myself a partner, I don't wish to recruit a team/company though, This will be a independent project with myself and the partner. What is the project? A mccode version 2 game, Which has been recoded + secured and updated to a pretty good stage without sounding too full off myself Game Name? It's not been decided the game is hosted on a friends server/domain while I develop it and test it, This will give the partner more off a say as they'll be involved in naming the project What does this partner need? Graphical skills would be an advantage as they'll be the one's organising/designing the inside and out off the game Good management skills - I wish the game to run fairly and smoothly Good time keeping - I want this project to be on time, When we release a date for project release we keep too it Good communication skills - I don't wanna work with a baby basically. Previous experience off running a game My preferences off the partner; Live in the United kingdom - So we can easily communicate through phone's and such | be online at same time really. I need someone who can understand and speak/type fluently in English Mature* - This is a big part has plenty off ideas Knows the basics off MCCodes V2 What will I be doing? Marketing - I'll be marketing the game so it's expands regularly as possible Updating code - I'll be regularly updating the code it runs on too run faster and get the best we can out off it Running the game - I'll be mainly running the game, Helping users get used to things ect I'll also be talking to bigger game owners to talk about possible link exchange/marketing advice Project status? [progressbar=80,#00cc00,#000000]80%[/progressbar] - This is due too the project not having a layout too go with How too get in touch? Well if you wish too contact me about this, You can very easily contact me through MSN/email @ [email protected] You can ofc use the mailing system here, or if you don't mind people knowing you can reply, I would prefer as much detail as you can give me about you/your previous work ect so I can make a decision on what is best for the game. NOTE: All off topic post's/Spam topics will be removed there & then, I don't mind people wishing me good luck but please atleast say something more then 'Good luck' Thank you Jordan Palmer
  2. Very good luck Bill. If you don't believe Bill is a good developer take a look at his engine FlameSpark even though the coding is really advanced I do believe it is built on a good script, sercured & optimized code. I would personally suggest my own project however I'm doing good alone, nor is the game active yet so yeah, counts me out lol. Good luck Bill.
  3. Great reply bill.
  4. I don't see the point in IP banning someone, Simply secure you're game && funnily enough it'll piss the hackers off more :)
  5. Topic moved.
  6. Yeah you can get bulk IP address's from some site's I remember having some packages from a few proxies
  7. I'm not even gunna laugh...
  8. It's not really. but I just always use it, I never actually thought off doing it like that ;o
  9. @Rasheed; Npz mate @Shad; If you ever need help I could help :) Thank you too all comments.
  10. I use it as it looks cleaner :), Its pretty secure too? I'm not sure the story behind it, jst what I was told basically
  11. Thanks CC, Yeah it'll be something I'll look up pretty soon actually as I wish to get the best speed I can for all modifactions/sites I do :)
  12. @Rasheed: Look at the queries, they're totally different ;) @Danny: Specsavers can always help :P @Crimgame: Thank you, yeah, I guess we all have our preferences :)
  13. Just realised the link I supplied isn't valid to normal members, New URL
  14. You never know what's just round the corner ;)
  15. I'm so gunna use this to abuse people :L Thank you!! :D
  16. I'm also gunna be watching the Vai Brasil game, So I can laugh at George when they get knocked out ;P
  17. Hi ya'll. A few months back I tried this and failed to secure it, I never actually released a secured version from then on as back then I struggled when it came to security, I have improved in the security | Optimization departments, I've been rather bored and not released anything for a good month + now so I thought I'd secure/update this particular file as it's not really mentioned much and plays a pretty important role in the game. Simply replace this with you're current imadd.php <?php /* Developer; Jordan Palmer File; imadd.php - MCCodes Version 2.0 */ include(DIRNAME(__FILE__) . '/globals.php'); if($_GET['price']) { $q=$db->query("SELECT iv.*,i.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid WHERE inv_id=".abs(intval($_GET['ID']))." and inv_userid=$userid"); if($db->num_rows($q)==0) { echo 'This item doesn\'t exist - Contact a admin for more information'; exit($h->endpage()); } else if (!in_array($_GET['currency'], array('money','crystals'))) { echo('This currency isn\'t supported'); exit($h->endpage()); } { $r=$db->fetch_row($q); $db->query("INSERT INTO itemmarket VALUES ('','".abs(intval($r['inv_itemid']))."',$userid,".abs(intval($_GET['price'])).", '".mysql_real_escape_string(($_GET['currency'])."')"); item_remove($userid, $r['inv_itemid'], 1); $db->query("INSERT INTO imarketaddlogs VALUES ( '', ".abs(intval($r['inv_itemid'])).", ".abs(intval($_GET['price'])).", ".abs(intval($r['inv_id'])).", $userid, unix_timestamp(), '{$ir['username']} added a {$r['itmname']} to the itemmarket for {$_GET['price']} {$_GET['currency']}')"); echo 'You\'re item has been added to the market for '.number_format($_GET['price']).''; exit($h->endpage()); } } else { $q=$db->query("SELECT * FROM inventory WHERE inv_id=".abs(intval($_GET['ID']))." and inv_userid=$userid"); if($db->num_rows($q)==0) { echo 'Invalid item ID'; exit($h->endpage()); } else { $r=$db->fetch_row($q); $itemselect=$db->query("SELECT `itmname`,`itmid`,`itmbuyprice` FROM `items` WHERE `itmid`=".abs(intval($_GET['ID'])).""); $item = $db->fetch_row($itemselect); echo ' Adding <a href = "iteminfo.php?ID='.$item['itmid'].'">[b]'.$item['itmname'].'[/b]</a> to the market <form action = "imadd.php" method = "GET"> <input type = "hidden" name = "ID" value = "'.abs(intval($_GET['ID'])).'" /> Price: <input type = "text" name = "price" value = "'.$item['itmbuyprice'].'" /> Currency: <select name = "currency" type = "dropdown"> <option value = "money">Money</option> <option value = "crystals">Crystals</option> </select> <input type = "submit" value = "Submit" /></form>'; } } $h->endpage(); ?>   You're done. - It was early when I coded this, I haven't really slept so they may be a few spelling mistake's, but yeah, it's pretty good I hope :) This has been tested fully.
  18. In order to do that you'd need too install this Voting System :)
  19. I'll happily teach you how too install them via TeamViewer Add me on MSN, [email protected]
  20. What bbcode for what? Progress bar is active - check my sig ? :P
  21. Hey all. OK, I was bored and decided that the post should be better (No offence intended to the current topics) so I decided I'd create a small template which people could use to post with to save time and help people, So silly questions don't need too be asked :) This is totally optional and can edited/rearranged to what you wish, I don't mind I just thought I'd offer some help too those who don't have time to do really fancy post's. [align=center]---------------------------------------------------------- Modification name ----------------------------------------------------------------------- [align=left]Mod Name: Mod Developers/TradeMark: Mod Status: Availability: Limited too: About the mod and how it works: Screenshots/Demo/Product Download: --------------------------------------------------------------------------------------------------------------------------------------------------------- Okay I think that's all we need for now, I'll do a test post below ---------------------------------------------------------- [align=left]Cars Modifaction [/align] ----------------------------------------------------------------------- [align=left]Mod Name: Cars Mod Developers/TradeMark: MCCodes Mod Status: FREE; Availability: MCCodes Version 1.0 Licence/terms off use: General public licence (GPL) About the mod and how it works: Cars Challenge other players in-game to a race of one of three types in challenges. Types of race available: Friendly: Race with no stakes whatsoever. Betted: Bet money on the race outcome. High-Stakes: Winner takes loses car. Mod comes with full installation instructions. Screen shots/Demo/Product Download: Download: Download - I know it's nothing spectacular, but then no one has to ask if the mod if paid/free ect as all the details are supplied, You could even go ahead and add the progress bar if you wished too. ':-) Jordan Palmer :) [/align] [/align][/align]
  22. Will this be free/paid? Which version will this be for? When are you looking at releasing?
  23. All I'll say is I've studied you're code/mods.. They're isn't any shortcuts taken, They've all been developed pretty good
  24. I doubt the code will be too the same quality either, Anyone who's seen Dayo's mods will say he's got a very good coding style/sense. he's one off many web developers who actually knows what they're doing.
×
×
  • Create New...