
skooda
Members-
Posts
494 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by skooda
-
I dont think that will sale the price is way to high for that.You'll be better off giving it out for free or 5$.
-
How much do you plan selling it for?
-
It looks like you just added a layout with 3-5 mods on it.
-
I wouldnt called him a noob to insult him.He's a new guy that want to start his own game.Everyone had to start somewere.As Ravan threads arent that intelligent themselves.
-
I think if a host has the word unlimited I think you should stay away from it.I prefer a host that give limits their mostly the reliable ones with good uptime.
-
Theirs no such thing as unlimited when it comes to webhosting.
-
Not sure why you made a thread about mods.I signed up on your game and its mccode v2 incase you havent notice theirs a section for free mccode v2 mods most of them tell you what to do.
-
Well you keep hitting your limits b/c its a free host.You could get a good reliable host for 99 cent a month.
-
No longer for sale.Please close this thread.
-
Sorry cant edit post on mobile. Also for mod license its most likely you will get the mccodes and mccodemods account aswell. Also for a bonus it has an membership at top100arena heres a link to the page. http://www.top100arena.com/mmorpg/page/2/ That will be all.
-
Hello im selling wisecrime.Im selling it b/c I dont have time for it and I have to much on my hand. You get. Wisecrime.com Expires-6/20/2014(name cheap) Valid mccode V2 license & files Paid Mods Advance features 200^ members * 15 active members ( not sure now as the ingame has been screwed up in the pass 3 days) 100$^ profit Paid host( http://www.scottdalehosting.com) I will be selling all this for 200$ as I put more than that in WC but 200$ seems like a fair price. If want more details pm me or mail me at [email protected]
-
Still looking for a partner
-
Its a thread out for this.
-
Ok I believe I have most of this done this would be my last part.I have put the css/xhtml into mccode v2.The problem is that it dont show the username,points,steps or any of that also everything at the bottom of the page. <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; if($ir['hospital']) { print "<a href='hospital.php'>Hospital ($hc)</a><br /> <a href='inventory.php'>Inventory</a><br />"; } elseif($ir['jail']) { print "<a href='jail.php'>Jail ($jc)</a><br />"; } else { print "<b><u>Main Menu</b></u><br /> <a href='index.php'>Home</a><br /> <a href='inventory.php'>Inventory</a><br /> <a href='garage.php'>Your Garage</a><br />"; } if($ec > 0) { print "<a href='events.php' style='font-weight: 800;'><font color='yellow'>Events ($ec)</font></a><br />"; } else { print "<a href='events.php'>Events (0)</a><br />"; } if($mc > 0) { print "<a href='mailbox.php' style='font-weight: 800;'><font color='yellow'>Mail ($mc)</font></a><br />"; } else { print "<a href='mailbox.php'>Mail (0)</a><br />"; } if($ir['jail'] and !$ir['hospital']) { print "<a href='gym.php'>Jail Gym</a><br /> <a href='hospital.php'>Hospital ($hc)</a><br />"; } else if (!$ir['hospital']) { $city=mysql_fetch_object(mysql_query("SELECT cityname FROM cities WHERE cityid = ".$ir['location']." ")); print"<a href='explore.php'><font color='red'>$city->cityname</font></a><br /> <a href='gym.php'>Gym</a><br /> <a href='job.php'>Your Job</a><br /> <a href='criminal.php'>Crimes</a><br /> <a href='education.php'>School</a><br /> <a href='newspaper.php'>News Stand</a><br /> <a href='streets.php'>Search the streets</a><br /> <a href='hospital.php'>Hospital ($hc)</a><br /> <a href='jail.php'>Jail ($jc)</a><br />"; } else { print "<a href='jail.php'>Jail ($jc)</a><br />"; } if ($ir[donatordays]==0) print" <a href='vipnews.php'><LI></font>Donators News</font></a><br />"; if ($ir[donatordays]>0) print" <a href=vipnews.php><LI>Donator's News ({$ir['newann']} New!)</font></a><br />"; if($ir['new_announcements']) { print "<a href='ann.php' style='font-weight: 800;'><font color='yellow'>Announcements ({$ir['new_announcements']})</font></a><br />"; } else { print "<a href='ann.php'>Announcements (0)</a><br />"; } print " <a href='search.php'>Search</a><br />"; $qq=$db->query("SELECT * FROM cities WHERE cityowner=$ir[userid]"); if(mysql_num_rows($qq) > 0) { print "<a href='cityadmin.php'><font color='lime'>City Admin Panel</font></a><br />"; } if(!$ir['jail'] && $ir['gang']) { print "<a href='yourgang.php'>Your Gang</a><br />"; } if($ir['userid'] == 1) { print "<hr /> <a href='owner.php'>Owner Panel</a><br /> <a href='owner2.php'>Banker's Panel</a><br /> <a href='owner3.php'>Crook's Panel</a><br />\n"; } if($ir['userid'] == 37) { print "<hr /> <a href='owner2.php'>Banker's Panel</a><br />\n"; } if($ir['userid'] == 97) { print "<hr /> <a href='owner3.php'>Crook's Panel</a><br />\n"; } if($ir['user_level'] > 1) { print "<hr /> <a href='staff.php'>Game Control</a><br />\n"; if($ir['staffnew_announcements']) { print "<a href='staffannouncements.php' style='font-weight: 800;'><font color='yellow'>Announcements ({$ir['staffnew_announcements']})</a></font><br />"; } else { print "<a href='staffannouncements.php'>Staff Update's (0)</a><br />"; } print "<hr /><b>Staff Online:</b><br />"; $q=$db->query("SELECT * FROM users WHERE laston>(unix_timestamp()-15*60) AND user_level>1 ORDER BY userid ASC"); while($r=$db->fetch_row($q)) { $la=time()-$r['laston']; $unit="secs"; if($la >= 60) { $la=(int) ($la/60); $unit="mins"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } } print "<a href='viewuser.php?u={$r['userid']}'>{$r['username']}</a> ($la $unit)<br />"; } } if($ir['donatordays']) { print "<hr /> <b>Donators Only</b><br /> <a href='friendslist.php'>Friends List</a><br /> <a href='assassinateuser.php'>Assassinate User</a><br /> <a href='blacklist.php'>Black List</a>"; } print "<hr /><u><b>Personal</b></u><br /> <a href='preferences.php'>Preferences</a><br /> <a href='blogs.php'>Update your Blog</a><img src='new.png'><br /> <a href='playerreport.php'>Player Report</a><br /> <a href='breport.php'>Bug Report's</a><br /> <a href='helptutorial.php'>Help Tutorial</a><br /> <a href='gamerules.php'>Game Rules</a><br /> <a href='viewuser.php?u={$ir['userid']}'>My Profile</a><br /> <a href='logout.php'>Logout</a><br /><br />"; ?>
-
sorry miss spelled typo it should of been css,security
-
Hello im looking for a partnership.Its not much require to apply.Im not asking for a investor or anything.I have mostly everything I need to continue my journy. What can I offer? A valid engine with license (MCCODE V2) Valid paid mods. A paid shared host for testing in beta. A Xen Linux VPS PHP skill (not very good in it but im learning) What im looking for? Must know PHP,CSS-Securing Must be active. Easy to contact. What do you get out of it? 50% of profit yea I know you hear this all of time but my has made XXX in 3 weeks but it went from downhill from their. All welcome to apply but if your not on the trusted coders or if I haven't dealt with you before.Please show me some of your work.
-
Happy birthday
-
I seen this thread this is a little amusing.Umm if the guy was that dumb to go as "inspector" im 98% sure he use his real ip to sign up.How bout you send his ip to mccode to warn them about him.
-
Old Torn City layout based game full script
skooda replied to jackhampson's topic in Paid Modifications
Umm I seen many people selling this.I even have a copy and I dont believe you own it or have rights to it. -
Im not sure if a few things should be on the html.I seen it when they put in the html it had the bars and all that and i wasnt sure if it was suppose to be on their or not
-
I been knew how to do source code and i have learn a little css/html it was just a question
-
@stevenrfc nope not sell theyr freelancer workers(i think thats what you would call them) )