
FastCoder
Members-
Posts
29 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by FastCoder
-
Looking to hire 5 Web Developers & Designer's!! PAYING!!
FastCoder replied to MyGunWars's topic in Paid Modifications
how much would you pay for a game developer ? -
Paying for securing some pages of my game
FastCoder replied to astralreb's topic in Requests & In Production
ill do it for $4 each page and how many pages are we talking about ? -
ive made around $10 not so much but i just posted the mods few days ago but yea they dont buy so many mods :/
-
New Merit System W/ staff panel add new merit [$15]
FastCoder replied to FastCoder's topic in Paid Modifications
it will be done now -
New Merit System W/ staff panel add new merit [$15]
FastCoder replied to FastCoder's topic in Paid Modifications
yes i told Venom that and it might get added so theres an example in the create page -
New Merit System W/ staff panel add new merit [$15]
FastCoder replied to FastCoder's topic in Paid Modifications
Yes that is needed as you can make it update any Collumn in the sql -
I am selling a New Merit System with the option to add merits ingame through staff panel. This comes with Incremental and non incremental Upgrades [ATTACH=CONFIG]224[/ATTACH][ATTACH=CONFIG]225[/ATTACH][ATTACH=CONFIG]226[/ATTACH][ATTACH=CONFIG]227[/ATTACH][ATTACH=CONFIG]228[/ATTACH][ATTACH=CONFIG]229[/ATTACH] distributed by Fastcoder with consent of Venom Price Changed To $10 its more reasonable Demo :: deathvalley.co.cc user & pass: makewebgames
-
no thats not correct :)
-
no its not xD Venom coded it himself for our game
-
Me and Venom are working togheter
-
their up :)
-
You can have successful, neutral and failed results. You can set different punishments for each. It allows jail and hospital punichsments when you fail. And the amount of time is anything between the min and max set. There are 3 different texts for each result, which then means 3 different jail and hospital results as well. You can also set a crime to have a required item, so the user cannot do the crime if he doesnt have this item. Items can also be awarded when a crime is successfully done. You can require, or give up to 3 items. You can reward xp, money and credits.The amount given is anywhere between the min and max set so it isn't always the same. There is also the page for the staff panel, to create, edit, delete groups and crimes. Cost= $10 The first Copy will be sold for $3 [ATTACH=CONFIG]220[/ATTACH][ATTACH=CONFIG]221[/ATTACH][ATTACH=CONFIG]222[/ATTACH][ATTACH=CONFIG]223[/ATTACH] in number 2 imageyou see images they can all be changed do what you like and they can be different Theres a Demo Available URL = deathvalley.co.cc user & pass = makewebgames
-
oh well u cant actually find anyone who knows me cuz i just startet and why would i shut u down when i need the money? would be quite stupid dont u think ? and i cant make the price lower i got non at my host atm so those who come onto it will get the maximum they can get before i get shut down which is ALOT bcuz i got a very good server with alot of bandwith
-
Im offering Cheap web hosting which is up 99.9% of the time Resources Quota (MB) 1000 Bandwidth (MB) UNLIMMITED Max FTP Accounts UNLIMMITED Max Email Accounts UNLIMMITED Max Email Lists UNLIMMITED Max Databases UNLIMMITED Max Sub Domains UNLIMMITED Max Parked Domains 10 Max Addon Domains 10 only $5 a month send me a PM on here (MWG) and ill create your hosting account right away This is cheap bcuz the server actually costs $50 a month so i need few people to sign up
-
oh well i did mention it was easy changable by CSS
-
Hey there im looking for a job the languages im coding atm are PHP, Jquery, CSS and SQL so please just PM me what you need and what budget you have
-
how can this be pure torns ? look at the bars will ya? yea well i used my own custom bars i designed the layout myself by request of 1 of my mates Torns Layout is different and mine works better then his :/ all you have to change is the CSS to make it your own custom layout ;)
-
ok ive personally havent been screwed in any way they are very good in my opinion but im all ears for what u think about them :)
-
im using http://1and1.co.uk/ They are very good but cron jobs are bit hard to figure at first but become very easy once you learn what to do and it isnt regular cPanel but a custom and you get x amount of months free im personally using their business 1 6 months free and all i had to pay was $60 they are fast and uptime is Very good so i defently recomend these guys
-
Hey there i got a Merit System you might like [ATTACH=CONFIG]188[/ATTACH] Give me a offer how much u wanna pay if u want it ;) Just PM Me
-
Hello everyone i know u dont know me as im new here but as i just joined i wanted to give u 1 free mod :) Create Files.php <?php include "globals.php"; if($ir['user_level']=='1') { printf("<script>location.href='logout.php'</script>"); } $Back = "<br/><br/><hr width='75%'/><a href='files.php'>> Back</a><hr width='75%'/>"; switch($_GET['page']) { case 'index': File_Search(); break; case 'edit': Edit_Page(); break; default: File_Search(); break; } function File_Search() { print "<div id='pagetitle'><strong>File Search</strong></div><hr width='75%'/><br/> <form action='files.php' method='get'><input type='hidden' name='page' value='edit'/> <table width='50%' cellspacing='1'> <tr><td width='50%' id='tablebar' align='center'><b>Search for file</b></td></tr> <tr><td align='center' bgcolor='#DEDEDE'><input type='text' name='search' id='myfield' size='40'/><br/><input type='submit' id='butpost' value='Find File'/></form></td> <tr><td id='tablebarinvert'> </td></tr></table><br/> <table width='50%' cellspacing='0'> <tr><td width='50%' id='tablebar' align='center'><b>List Of Files</b></td></tr> <tr><td bgcolor='#DEDEDE'><i>Choose a file to edit. Alphabetical order.</i></td></tr>"; $alternate_colors=1;$odd="#E7E7E7";$even="#D0D0D0";$num=0;$Count=0; $directory = "{$_SERVER['document_root']}"; $listf = glob($directory . "*.php"); foreach($listf as $list) { $num+=1;$Count++;if($alternate_colors==1){if ($num % 2) {$color="$even";} else {$color="$odd";}} print "<tr bgcolor=$color onmouseover=\"this.style.background='#AABBCC';this.style.cursor='pointer'\"; onmouseout=\"this.style.background='$color';\"><td><a href='files.php?page=edit&search=$list'><div onmouseover=\"this.style.padding='8px';\"; onmouseout=\"this.style.padding='1px';\">$list</div></a></td></tr>"; } print "<tr><td id='tablebarinvert' align='center'><b>$Count PHP Files Found In / Directory</b></td></tr></table><br/>"; } function Edit_Page() { $Head = "<div id='pagetitle'><strong>Access Denied</strong></div><hr width='75%'/><br/>"; $Back = "<br/><br/><hr width='75%'/><a href='files.php'>> Back</a><hr width='75%'/>"; if($_GET['search']=="config.php") { die("$Head Venom disabled access to this file. $Back"); } if($_GET['search']=="files.php") { die("$Head Venom disabled access to this file. $Back"); } if($_POST['file']) { $File = "{$_GET['search']}"; print "<div id='pagetitle'><strong>File Edited</strong></div><hr width='75%'/><br/>"; chmod($File, 0777); $fo = fopen($File, 'w'); $conv = stripslashes(($_POST['file'])); stafflog_add("Edited the file <a href='http://www.deathvalley.co.cc/$File'>$File</a>."); if(fwrite($fo, $conv)) { print "<b><font color='green'>$File sucessfully updated.<br/>Scroll down to view.</b></font><br/><br/><hr width='75%'/> <form action='' method='post'> <table width='100%'><td align='center'> <input type='submit' id='butpost' value='Save ".$File."'> <textarea name='file' style='width:95%;' rows='50' id='mytextfield'>".$conv."</textarea> <input type='submit' id='butpost' value='Save ".$File."'> </td></table> </form> <hr width='75%'/></td></tr></table></table></table></table><br/><hr width='75%'/><br/> <table width='95%'><tr><td style='border: 10px solid #FFFFFF;'> <iframe width=100% height=600 frameborder=0 scrolling='yes' src='http://www.deathvalley.co.cc/".$File."'></iframe></td></tr></table> "; } else { die("An error has occured. (Send Error). $Back"); } fclose($fo); } else { $File = "{$_GET['search']}"; print "<div id='pagetitle'><strong>Editing ".$File."</strong></div><hr width='75%'/><br/>"; $tup = file_get_contents($File); $tup = preg_replace('~</textarea>~is','<+textarea+>',$tup); print " <form action='' method='post'> <table width='100%'><td align='center'> <input type='submit' id='butpost' value='Save ".$File."'> <textarea name='file' style='width:95%;' rows='50' id='mytextfield'>".$tup."</textarea> <input type='submit' id='butpost' value='Save ".$File."'> </td></table> </form>"; } } print "<br/><br/>"; $h->endpage(); ?> then add <a href='files.php'>Whatever u wanna call the link :)</a> To Staff Panel