
iR00T
Members-
Posts
375 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by iR00T
-
Re: [V1] Menu dont matter i was using my other games backgroud that game i was on was v1 that CC game i have is v2 so yeah xD that dont mean nothing
-
[mccode] Reset your users without deleating them
iR00T replied to Redeye's topic in Free Modifications
Re: [v1 & v2]Reset your users without deleating them well on my games i have dp's and my basic settings top part lbocked so i added this there my bas settings here Reset All Users that simple but if ur adding it below ur add announcement you might wanna do this add announcement here Reset Users "; so that is hy best for noobs( no offense) dont add to the last add in middle of links some people get confused on "; adding xD -
[mccode] Reset your users without deleating them
iR00T replied to Redeye's topic in Free Modifications
Re: [v1 & v2]Reset your users without deleating them ahhhhhhhhhh add into ur files put a link into ur staff panel -
Re: [V1] Menu Here it is on one of my test sites Screenshot: Ok i have edited this but listen the normal darkgrey button is the non-hover(meaning normal no mouse on it) other light color is wid the mouse on it so enjoy
-
Re: [V1] Menu I like this i will be using it i am gonna edit it a bit so yea :-P
-
Re: [mccode] [TGM] Item Market Logs [TGM] his mods are always confusing and never are the full version like says this *make a break thing for it some people Dont know how to do that so yeah* i bought a mod came wid just a file and sql not how to install it but its says u will need this add into viewuser im like near xD
-
Re: [mccode] [TGM] Item Market Logs [TGM] i will post it here: SQL: -- phpMyAdmin SQL Dump -- version 2.9.0.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 30, 2006 at 09:12 PM -- Server version: 4.1.21 -- PHP Version: 4.4.2 -- -- Database: `crewsofl_project` -- -- -------------------------------------------------------- -- -- Table structure for table `itemlogs` -- CREATE TABLE `itemlogs` ( `ilogID` int(11) NOT NULL auto_increment, `ilogBUYER` int(11) NOT NULL default '0', `ilogSELLER` int(11) NOT NULL default '0', `ilogITEM` varchar(255) NOT NULL default '', `ilogPRICE` int(25) NOT NULL default '0', `ilogTIME` int(11) NOT NULL default '0', PRIMARY KEY (`ilogID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; Installation file: 1. Add the following line to the item market page where the users actually receive the stuff: mysql_query("INSERT INTO itemlogs VALUES('',$userid,{$r['imADDER']},'{$r['itmname']}',{$r['imPRICE']},unix_timestamp());",$c); 2. Put in the mysql dump. 3. Insert the following as a function to your assistant/secretary/admin panels. Make sure to link to it and make a case; break; thing for it: function view_itemmarket_logs() { global $ir,$c,$h,$userid; print "<h3>Item Market Logs</h3> <table width=75% border=1> <tr style='background:gray'> <th>ID</th> <th>Time</th> <th>Buyer</th> <th>Seller</th> <th>Item</th> <th>Total Cost</th></tr>"; $q=mysql_query("SELECT * FROM itemlogs ORDER BY ilogTIME DESC",$c); while($r=mysql_fetch_array($q)) { $sell=mysql_query("SELECT * FROM users WHERE userid={$r['ilogSELLER']}",$c); $seller=mysql_fetch_array($sell); $buy=mysql_query("SELECT * FROM users WHERE userid={$r['ilogBUYER']}",$c); $buyer=mysql_fetch_array($buy); print"<tr><td>{$r['ilogID']}</td> <td>".date('F j, Y, g:i:s a',$r['ilogTIME'])."</td><td>{$buyer['username']}</td><td>{$seller['username']}</td> <td>{$r['ilogITEM']}</td> <td> \${$r['ilogPRICE']}</td></tr>"; } }
-
Re: Free 2 - Gym Ok if im mistaking your suppose to learn in these steps or something similar Html>DHTML>php>and on but yeah i learn i alreaduy knew php and dhtml and bbcode since i had a pc but i learnt a bit of php then css and im working on some of it all but yeah learn small to get higher xD or something like that :?
-
Re: NEW Explore.php[v2] Since peopel say its good ..*lol no offense its black and blue* i would love to see what the resst of ur game looks like
-
Re: Tutorial: v2 - v1 Conversion that is all you basiaclly need i gave u the error lines and a few extra that is the whole function that is messing up but atm i ave just restord my orginal when this has been fixed i will re do what i was doing :-)
-
Re: Free 2 - Gym ifu know html then you should be able to :-D but yeah blue and black *coff's* noob colors*coof's* lol you should do like extermination does get nice templates not that hard i am making one but i just use a nice background image
-
Re: NEW Explore.php[v2] yeah my bad i noticed that i was like ehh to change it but let me chagne it
-
Re: NEW Explore.php[v2] the best table that i have seen was this or class='tablee'> <table width='75%' border='2' class='table'> <tr> <th>hey1</th> <th>hey2</th> <th>hey3</th> </tr> <tr> <th>hey1</th> <th>hey2</th> <th>hey3</th> </tr> </table> so yeah now wid a ncie edited header or style.css sheet that would be anice table but yeah if u have a normal v2 header bearly edited cuase ur a noob then go ahead and forget that code xD it wil look plain xD lol
-
Re: NEW Explore.php[v2] al games i seen wid black and blue are ran by noobs really many games are crap becase they use black and blue just like he did now wid a nice pic behind that it wul d be maybe a c- now f+ good job for first - xD
-
Re: online/offline/total users umm..it is for v1 already and it should work v1 and lite... :? :? :? i think it should...? im not shure never really used one but i will try it
-
Re: Changer User Password! V2 I accualy made that mod that guy was talkin about *how do i view user's current password* yes it might be aganist the law but some users use proxys and wel 9/10 times if a user has the same password it will be the same person i was using this but well i hardly go on my game anymore so yeah i mean i check everyonce in a while for a same pass to se if aperson who they really say they are but other than that I WANT GIVE IT OUT it would take a miracle for me to give it *which wouldent happen* if i break the law sometimes dosent mean other's have to i try not to :-)
-
Re: [mccode] Fixed Advertisements for mccode v1.1 ahh ...thanks for that see i learn new stuff daily...
-
Re: MCC V1 Jail Problem oh well i still havent figured it out could someon give me a code that would work idc if its standard as long as it works lol
-
Re: [mccode] Fixed Advertisements for mccode v1.1 I am testing right now Results:Decent (Here's why) No link to make a advertisement And i couldent find no where in there where the link like on some v1 and v2 stuff it will say like ad.php?action=makeadd or something i didn't find that in nothing up there .... :? someone help me wid that and We'll from beside's all that i haven't yet found a error in there so it works just no way to make one lol -------------------------------- if($ir['userid'] != 1) { die("Disabled for you."); } -------------------- ^^ does that mean that if ur id[1] you can't do it or does it mean that if ur not id 1 you cant do it the ! confused me i know about the other ones its just that one always get's me :-) :?
-
Re: Game Ranks ..... skids This mod is useless all it does is get ur house price some of ur stats and if ur above a number you get that rank woopie
-
Re: Game Ranks u prob got the numbers for the ranks mixed but like i said its a waste of time i woudlent botehr :wink: :| :| :| :| :| :| :| :|
-
Re: New Template! :p I've always wanted to make images like tho's for various things but i could never find a program that could make one as nice as you do i mean i can make them shitty effects graphics do pm me wid the name of the program you use please :-)
-
Re: [v2] mod wanted [v2] (Was Cyberbank) the lines of code for the 2 things are basically the same and well yeah just about a copy - xD everyone has diff codes so yeah but mines where similar - :? - And really there is no diffrence 1.Both banks 2.both have interest 3.one might cost more than the other....
-
Re: Tutorial: v2 - v1 Conversion Ok it says i have a error on lines 258 and 268 someone tell me what they are i havent found any .... :? here is lines 254-269 function gang_forums_viewtopic() { global $ir,$c,$userid,$gangdata; $tpcd=mysql_query("SELECT t.*,u1.* FROM gangforums_topics t LEFT JOIN users u1 ON t.gft_userid=u1.userid WHERE t.gft_id={$_GET['t']}",$c); mysql_query("UPDATE gangforums_topics SET gft_views=gft_views+1 WHERE gft_id={$_GET['t']}",$c); $topic=mysql_fetch_array($tpcd); $posts[0]['username']=$topic['username']; $posts[0]['userid']=$topic['userid']; $posts[0]['time']=$topic['gft_starttime']; $posts[0]['level']=$topic['level']; $posts[0]['nr']=1; $posts[0]['text']=str_replace("\n"," ",$topic['gft_text']); $cntr=0; $pq=mysql_query("SELECT r.*,u.* FROM gangforums_replies r LEFT JOIN users u ON r.gfr_userid=u.userid WHERE r.gfr_topic={$_GET['t']} ORDER BY gfr_posttime ASC;",$c); while($r=mysql_fetch_array($pq)) {
-
Re: Game Ranks this is useless i mean level is basically the same thing as ranks its just a few extra words and more requirements