-
Posts
205 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Everything posted by Mcfarlin
-
here is the table on a transparent BG
-
ummm.... have you tried to change it back ?
-
I can replace the "cup holders" with stacks of chips NP, i will resize and put on transparent BGs and re post the new images.
-
double my price. lmao that is if he like the images for it.
-
NEW GAMES ONLY--SUPER Secure your Password System, Stop using Md5.
Mcfarlin replied to Joshua's topic in Free Modifications
its this crappy sever come to find out. -
if $r['sex']==female if $r['sex']==male and just for kicks if $r['personality']==jackass I will resize em later.
-
-
OR ON THE WHITE BG YOU GUYS SEEM TO LIKE SO MUCH.
-
HERE IS THE NEXT.
-
Okay i have the table finished, the BG and size can be easily changed.
-
Explain a little more bro. the mail already tells you who its from, how are you wanting it to let em know ?
-
i can change those easy enough, jsut posted some fast ones i did to see if i was on the right track.
-
So far but these were quick looking at the others are these anywhere what your looking for of should i scrap em and go on with life in general. lol
-
Im on this like white on rice bro. lemme see what i can do with those images now. hmm...
-
NEW GAMES ONLY--SUPER Secure your Password System, Stop using Md5.
Mcfarlin replied to Joshua's topic in Free Modifications
this does not work bro. but if i try to use just $userpass=$userpass it works, but im not so sure about how. lol -
yep thats all it is. lol
-
lol i didnt do anything to it, just cntrl F and replaced all. he wanted me to make the staff stuff for it also, but i will take his silence as he figured out how to get it on his own.
-
No CSS ? explain to me please how to do this without it. i really want to know.
-
fully understand that, but thats not what he was trying to do. He wanted to sell many COPIES of his. Not just sell his one time. Not to mention the mods included, i call BS on all of those being his to sell. Just my opinion.
-
this bit here ? so long as duplication is not involved. kinda says it doesnt it?
-
simple. [mysql]<?php $housequery=1; include "globals.php"; $mpq=$db->query("SELECT * FROM CRhouses WHERE hWILL={$ir['maxwill']}"); $mp=$db->fetch_row($mpq); $_GET['property']=abs((int) $_GET['property']); if($_GET['property']) { $npq=$db->query("SELECT * FROM CRhouses WHERE hID={$_GET['property']}"); $np=$db->fetch_row($npq); if($np['hWILL'] < $mp['hWILL']) { print "You cannot go backwards in houses!"; } else if ($np['hPRICE'] > $ir['crystal']) { print "You do not have enough crystal to buy that."; } else { $db->query("UPDATE users SET crystal=crystal-{$np['hPRICE']},will=0,maxwill={$np['hWILL']} WHERE userid=$userid"); print "Congrats, you bought the {$np['hNAME']} for \${$np['hPRICE']}!"; } } else if (isset($_GET['sellhouse'])) { $npq=$db->query("SELECT * FROM CRhouses WHERE hWILL={$ir['maxwill']}"); $np=$db->fetch_row($npq); if($ir['maxwill'] == 50) { print "You already live in the lowest property!"; } else { $db->query("UPDATE users SET crystal=crystal+{$np['hPRICE']},will=0,maxwill=50 WHERE userid=$userid"); print "You sold your {$np['hNAME']} and went back to a Two Man Tent."; } } else { print "Your current property: {$mp['hNAME']} The houses you can buy are listed below. Click a house to buy it. "; if($ir['maxwill'] > 50) { print "[/url] "; } echo "<table width='90%' class=\"table\" border=\"1\" cellspacing=\"1\"> <tr bgcolor=gray> <th>Name</th> <th>Price</th> <th>Will Bar</th> <th>Level Needed</th> </tr>"; $hq=$db->query("SELECT * FROM CRhouses WHERE hWILL>1 AND hLVL > 0 ORDER BY hWILL ASC"); while($r=$db->fetch_row($hq)) { echo " <tr> <td>{$r['hNAME']}</td> <td>\${$r['hPRICE']}</td> <td>{$r['hWILL']}</td> <td>{$r['hLVL']}</td> </tr>"; } echo "</table>"; } $h->endpage(); ?>[/mysql] and the table for the new houses. [mysql] CREATE TABLE IF NOT EXISTS `CRhouses` ( `hID` int(11) NOT NULL auto_increment, `hNAME` varchar(255) collate latin1_general_ci NOT NULL default '', `hPRICE` int(22) NOT NULL default '0', `hWILL` int(11) NOT NULL default '0', `hLVL` int(11) default '1', PRIMARY KEY (`hID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=19 ;[/mysql] if you dont want to put a min level on there you will have to take that bit out.
-
Sudo Update And All that I know--Regarding Issue with McFarlin
Mcfarlin replied to Joshua's topic in General Discussion
its all good for not. and no luck on the IP whoever it was was very good and had to be bored i guess to even bother my game. there is nothing there. its nowhere near finished. not sure who your talking to here, but several lessons were learned. This was not from the past, the topic started when it happend. you the one posting late in it. and this is what we are thinking happend here as well, cant find anything that does not point to immortal. but i dont think he did it. -
say im a level 50 and i trian one then one then one then one. to get my times trained number up that way?
-
Sudo Update And All that I know--Regarding Issue with McFarlin
Mcfarlin replied to Joshua's topic in General Discussion
We cannot find anything that does not point to you bro. the only thing i do know for sure now is that i do not have a clue who it was, if it wasnt you. sinse i have had to redo my PC to get rid of a little *bug* on it deleting files on it as well. i am moving on, and am putting this behind me. however i have taken certain measures to keep this from happening again. no im not telling what has been done but them getting into my pc again will not happen. -
Sudo Update And All that I know--Regarding Issue with McFarlin
Mcfarlin replied to Joshua's topic in General Discussion
well i had not went public with my site to this point BECAUSE I KNEW it was not secure, the plan was to run through the security after all the things that were added to the site were running 100% and bug free. There are a lot of things that could be said here, but i really dont think they are needed.