Jump to content
MakeWebGames

jcvenom

Members
  • Posts

    575
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jcvenom

  1. It really depends on the request but I usually charge between 5 - 60 pounds (On modifications/Sites) I also do discounts too :) but the price depends on the modification
  2. Hi, As some may know me already and some may not but for those who don't know me my name is Jcvenom, Im one of those kind of people that post but don't post often :) (Unnecessary intro :/) Anyways... im here looking for any kind of work that has something to do with one or more of the following languages :   -PHP (OOP also) -CSS -HTML -JQUERY -MYSQL -VISUAL BASIC -LITTLE JS I am mostly experienced with games including dynamic text based mmorpgs & graphical games. I can also do business sites, Portfolios and online applications(Demo Coming soon), social Networks(Currently Building one called YourSpace). My work rate is fast I can work in nearly any time frame and deliver clean code with comments. I have listed some screenshots of some work I have done with TEXT BASED GAMES such as factions, world war, companies and lots more , I've listed a link to some screenshots below http://jcvenomnetworks.co.uk/?page=jcvenom (Site isn't Fully Complete) http://crimecity-Mafia.com (A dynamic text based mmorpg. Hundreds or dynamic files(PHP, MYSQL, JS) for quite a large project) If your interested or would like to contact me for any reason email me @: [email protected] or PM here or skype: jcvenom_dev Thank you -Jcvenom
  3. It was good knowing you guest i guess im out too bye guys theres no future with MCCODES just disappointments......
  4. Are we both seeing things sniko o_0 richard is back i cant believe it
  5. Amazing work pete as usual delivers professional work
  6. I know mysql is depreciated i simply gave a simple solution they could infact use the McCodes Classes but apparently this class doesn't exist. why dont you provide the non depreciated fix !Angel? seeing you know what your saying pfft
  7. try using   mysql_fetch_array();
  8. what is this?
  9. I used most of us for a reason...
  10. Look anyone who comes here looking to by a game doesn't have to have knowledge of coding they can simply hire developers isnt that what most of us do? and you may call be rubbish or be negative towards me but childish mockery's will not effect me, yes i have said things out of context and i have been called a hypocrite and i apologize for that.
  11. You make me laugh, english is not my first language german is "Gutan tag" and your wrong there because i usually tell developers what to do if i cant do something at that time and please keep your childish negative comments to yourself please and what do you want me to prove ? do you want me to give you cpanel access so you can see? because it wouldn't happen. Look if no one is interested no problem im sure there is other sites less negative as this forum that will read what my post says and correctly answer it in the correct manner
  12. No i don't.., Sniko are you forgetting this is a forum used for people to "Openly" post content for viewers to see/view and as for my spelling maybe I type too fast because i dont always check for spelling mistakes on a post (my bad).Im not trying to show an ego I wrote that post out of a little frustration because people were posting unserious offers and i dislike that. Im sorry for the whole ego thingy im just trying to get serious offers :/ ...
  13. i like it well done :)
  14. I dont have an "ego" i looking for serious offers and yes most people on these forums are noobs (new to coding) or inexperienced i appologise if anyone has been offended by my post but people are just saying 0 ponud etc thats annoying
  15. Built from rc engine every page has been recoded baring in mind to all you noobs every page is loaded by Jquery theres also some advanced mods on the game probably way too advanced for a mccodes game (but everything is possible) my own ajax chat system with chat ban and spam filter, missions with tab, world war, drug far, companies(Recoded by me from scratch) and alot more Other than the developers on the game no they dont own the game i own it they only fix bugs and help out a little etc i build mainly everything you see please submit serious offers as i dont have time to waste with some noobs (in some cases imatures) Thank you any more info needed as i said pm me thanks
  16. After nearly a year of hard work i have decided to put Crimecity-mafia up for sale Crimecity-mafia has been built from scratch and is 98% coded by me There has been alot of mods added over the months and i have recently almost completed a huge update call Update foundation which is viewable here https://docs.google.com/spreadsheet/ccc?key=0AogDcwhbpwOVdHFISnU4dEpGenRjcmZsUmp0RHlmVXc&usp=sharing Currently Hosted on a private VPS Server with Security Question if Ip is changed There is currently 425 players on CCM with between 48-65 players online daily Age : 294 days Total Income : 820 Pounds in 5months Game url : http://crimecity-mafia.com/ Im looking for only serious offers please if theres a need for any more info please pm me Thank you
  17. Okay i will upload it to my network site
  18. It would be nice if you were more specific :) what type of work ??
  19. Hey my name is jcvenom and i dont usually post looking for work as i have a game to look after crimecity-mafia.com but i am now using my free time to code for people I know the following languages : • PHP also OOP • CSS ( Can do responsive ) • HTML • MYSQL And I have eperience with JQUERY and JS(Javascipt) I provide a fast service and I can work in a set time frame or I can try to meet a set time frame I usually work on games and i have my own way of doing things i like to charge at a reasonable price usually cheap depending on work that i am given Thank you and please contact be and info needed post below or again pm me
  20. try function faction_warview() { global $db,$ir,$c,$userid,$factiondata,$f; $wq=mysql_query("SELECT * FROM factionwars WHERE warDECLARER={$ir['faction']} OR warDECLARED={$ir['faction']}"); print "<b>These are the wars your faction is in.</b> <hr width='100%'><table width=100% cellspacing=1 class='table'><tr style='background:gray'><th>Time Started</th><th>Versus</th><th>Who Declared</th><th>Available</th></tr>"; while($r=mysql_fetch_assoc($wq)) { if($factiondata['factionID'] == $r['warDECLARER']) { $w="You";$f="warDECLARED"; } else { $w="Them";$f="warDECLARER"; } $d=date('F j, Y, g:i:s a',$r['warTIME']); $ggq=mysql_query("SELECT * FROM factions WHERE factionID=".$r[$f]); $them=mysql_fetch_assoc($ggq); print "<tr><td>$d</td><td><a href='factions.php?action=view&ID={$them['factionID']}'><font color = red>{$them['factionNAME']}</font></a></td><td>$w</td> "; $cnt=mysql_query("SELECT * FROM users WHERE faction={$them['factionID']} AND hospital = 0 AND jail = 0"); print "<td><font color = green>".mysql_num_rows($cnt)."</font></td></tr>"; } print "</table><hr width='100%'>"; $membcache.="<hr width='100%'><table width=100% cellspacing=1 class='table'><tr style='background:gray'><th colspan='11'>War Report For War Against: {$them['factionNAME']}</th></tr><tr><th>Nr.</th> <th>ID</th> <th>Name</th><th>Level</th><th>Money</th> <th>Location</th> <th>Ready To Be Attacked</th> <th>Hospital</th> <th>Reason</th> <th>Mail</th> <th>Attack</th></tr>"; $q=mysql_query("SELECT u.*,c.* FROM users u LEFT JOIN cities c ON u.location=c.cityid WHERE faction=$f ORDER BY userid ASC"); $n=0; while($r2=mysql_fetch_array($q)) { if( $r2['hp'] >= 2 and (($r2['hospital'] == 0 and $ir['hospital']==0) || ($r2['hospital'] and $ir['hospital'])) and $r2['location'] == $ir['location']) { $color="green";$text="Yes"; } else { $color="red"; $text="No"; } $n++; if($r2['hospital']==0) { $r2['hospreason']=""; } $membcache.="\n<tr><td>$n</td><td>{$r2['userid']}</td> <td><a href='viewuser.php?u={$r2['userid']}'>{$r2['username']}</a></td> <td>{$r2['level']}</td> <td>\${$r2['money']}</td> <td>{$r2['cityname']}</td> <td><span style='color:$color'>$text</span></td> <td>{$r2['hospital']} minute(s)</td> <td>{$r2['hospreason']}</td> <td>[<a href='mailbox.php?action=compose&ID={$r2['userid']}'>Send Mail</a>]</td> <td>[<a href='attack.php?ID={$r2['userid']}'>Attack</a>]</td></tr>"; } $membcache.="</table><hr width='100%'><a href='yourfaction.php'>> Go Back</a><hr width='100%'>"; print $membcache; }
  21. What is $f equal to? The issue here is $q=mysql_query("SELECT u.*,c.* FROM users u LEFT JOIN cities c ON u.location=c.cityid WHERE faction=$f ORDER BY userid ASC");
  22. Top 5 players $fetch_users = mysql_query("SELECT `username` , `level` FROM `users` ORDER BY `level` LIMIT 5"); while($fu = mysql_fetch_array($fetch_users)) { echo "<tr><td align='center'>".$fu['username']."</td><td align='center'>".$fu['level']."</td></tr>"; }
  23. jcvenom

    Layout Design

    Looks pretty good
  24. Couldnt find any errors try what kyle said its definitely some sort of code break
×
×
  • Create New...