-
Posts
1,099 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Lithium
-
Re: [Mccodes Lite] Jobs After a few minor edits to suit my layout it will look fine ;)
-
Re: [Mccodes Lite] Jobs @ Richard, it is indeed perfect! :) tested and fully working
-
Re: [Mccodes Lite] Jobs @ Richard, Works pretty fine, though some explanations on the db fields would be great. I tried to dump some info based on the field types but i'm prolly doing something wrong as it won't go further than here. "You seem qualified enough, Congratulations."
-
Re: cron help plz I can understand that, i don't understand is how you claim that Ken's site is yours if he has a purchase receipt upon a domain, as it seems you purchased as well on a bulk package, though after Ken's purchase, making him the rightfull owner of that specific domain.
-
Re: cron help plz meaning that the "Dan" guy made a fraudulent sale up on to Ken's, selling him a domain, without changing credentials. Afterwards, reselling that same domain to you... sure he passed the rights to you... but he was passing rights from something he didn't owned anymore. that my friend is fraud from the the original seller (Dan) and a continued situation (sorry but i don't know how to say it in english) upon the new supposed holder of those domains on which one was already owned by someone else. Also how can you claim that "gave you the domain even though it was Legally mine (I checked this with a few people who are HIGHLY experianced in law)." if Ken as far is said here has receipts for the domain purchase prior to your purchase of the whole domains? Care to explain this to me? Sincerely i don't understand how that's legally possible
-
Re: [mccodes] 5 Card Draw [10$] i don't know about validation on the mcc mod but "bet" allows basicly any char in there numeric or not ;) it looks nice though but odds haven't tried enough to see how it went 6 attempts = 3 losses, 2 win, 1 tie
-
Re: [MC Code V2] Custom Error Pages nice go, yet i hate the damn <meta> forwarding. try this :) time_sleep_until(time()+0.5); header('Location: login.php'); instead the <META HTTP-EQUIV=Refresh CONTENT="5;url=login.php"> Note: you can't test it under windows machines unless you already have PHP 5.3 (can be get on the daily CVS)
-
Re: What FTP Client do you use? Portable i.Ftp, just like FileZilla, is free and it also supports SFTP connections :)
-
Re: Docrime.php help [Please Help] Why it should work? it's _EXACTLY_ the same you have... so if your don't work, the second one wouldn't work as well...
-
Re: Paypal IPN. Secure? the 0.01 tricks come from poorly built ipn files, without any confirmation on the placed amount. if you are unsure your IPN is or is not secure, the best choice you have is to create a sandbox account at paypal and the try your ipn files before making them go public.
-
Re: Any help to remove 10 bullet signup Well it seems that the bunch of idiots were right about it after all! :)
-
[REVIEW REQUEST] - Killah-City.net - Please Review
Lithium replied to Zero-Affect's topic in Browsergames
Re: [Review] - Killah-City.net - Please Review LOL, and just like the music says... "F**K the Police! :) -
Shoutbox Ban - Not Finished - Dont Post
Lithium replied to veaseyspike's topic in Free Modifications
Re: Shoutbox Ban - Not Finished - Dont Post "Un-shout baned user ID" My english is also not the best but wouldn't it be better... "Unbanned user ID from shoutbox" ? -
Re: Any help to remove 10 bullet signup It seems to me that you definetly need not a proper coder but indeed "some bunch of idiots". Every single one of us as pointed you the answer, which by the way a bunch of idiots would also be able to find. Therefore, go back to your "scanning" and tell to these bunch of idiots when you find what you need! :)
-
Re: [V2]Stats Market[V2] http://criminalexistence.com/ceforums/i ... ic=17722.0
-
Re: Hosp And Jail Change Background error you don't need the > 1 here ;) it returns true if the value is > 0 ;)
-
Re: Any help to remove 10 bullet signup As a matter of fact... It is!!!
-
Re: Hosp And Jail Change Background error $back = (($ir['jail']) || ($ir['hospital'])) ? "#FF0000" : "#CCCCCC"; though yours should work too unless you are using .css
-
Re: Any help to remove 10 bullet signup assuming bullets = crystals... come on... just open your eyes and edit it... $db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, $cr, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')");
-
Re: [mccode v2] Most of my Mods Seems you need to open your eyes... or READ the entire thread from the BEGINING
-
Re: [v2]User Competitions[v2] Danny doesn't know how to read ;) But he got a point on you using the OP to post this fix, it keeps threads on they're place instead having a few threads on the same subject
-
Re: Block multiple logins Cronus, how many new tables(and fields) this takes?
-
Re: [mccodes V2] Nudge Users http://criminalexistence.com/ceforums/i ... ic=24555.0
-
Re: V2 basic explore i know, i also know that html is MUCH faster processing than PHP, so believe when i say it's worth to keep opening them :)
-
Re: V2 basic explore <?php include "globals.php"; if($ir['hospital'] && $ir['user_level'] != 2) { ?> You can't explore while you are in the infirmary > [url='index.php']Back[/url] <?php $h->endpage(); exit; } if($ir['jail'] && $ir['user_level'] != 2) { ?> You can't explore while you are in the jail! > [url='index.php']Back[/url] <?php $h->endpage(); exit; } $tresder=(int) rand(100,999); ?> <center>[b]You begin exploring the Town you're in, you see; [/b] <table width="85%" border="1" align="center"> <tr bgcolor="black"> <th>Market District</th> <th>Financial Services</th> <th>Gang Alley</th> </tr> <tr> <td align="center" valign="center"> [url='shops.php']Shops[/url] [url='itemmarket.php']Item Market[/url] [url='cmarket.php']Crystal Market[/url] </td> <td align=center valign=center> [url='monorail.php']Travel Agency[/url] [url='marital.php']Marriage Service[/url] [url='estate.php']Housing[/url] [url='bank.php']Banking Services[/url] [url='crystalbank.php']Crystal Banking[/url] </td> <td align=center valign=center> [url='gangcentral.php']Gangs[/url] [url='gangwars.php']Gang Wars[/url] [url='stockmarket.php']Stock Market[/url] [url='fedjail.php']Federal Dungeon[/url] </td> <tr bgcolor='black'> <th>Statistics Department</th> <th>Casino</th> <th>Mysterious Alley</th> </tr> <tr> <td align=center valign=center> [url='userlist.php']User List[/url] [url='stafflist.php']<?php echo $set['game_name']; ?> Staff[/url] [url='halloffame.php']Hall of Fame[/url] [url='stats.php']<?php echo $set['game_name']; ?> Statistics[/url] [url='usersonline.php']Players Online[/url] </td> <td align=center valign=center> [url='slotsmachine.php']Slots Machine[/url] [url='roulette.php']Roulette[/url] [url='cups.php']Guess The Card[/url] [url='lucky.php']Lucky Boxes[/url] </td> <td align=right valign=right> [url='crystaltemple.php']Crystal Exchange[/url] [url='battletent.php']Combat Arena[/url] </td> </tr> <tr bgcolor='black'> <th colspan='3'>Referal Link</th> </tr> <tr> <td colspan='3'> <center>This is your referal link: [b]http://<?php echo $domain; ?>/register.php?REF=<?php echo $userid; ?>[/b] Every signup from this link earns you two valuable crystals!</center> </td> </tr> </table> <?php $h->endpage(); ?> Not all fixed though it should get you there... try to make things as they should... html tags with "" like href="somelink.hp", colors try to use HEX values, should be (before someone bitch*s why should... best practices!)