
MyGunWars
Members-
Posts
237 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by MyGunWars
-
Sorry I would not buy your site nor take your site for free.
-
Look at mine http://www.mycriminallife.com
-
Mail Me Plz. I want some thing like view-source:http://www.biocity-rpg.com/Biocity.swf
-
Me and a friend of mine started making some new things and we came across this. Its a error page so when some one on your site and they go to a page that can be found this will come up instead of a with page. The clods move on top across the screen. Pic DEMO: http://i194.photobucket.com/albums/z127/lumpy054/EXP.jpg Download the file and add the pics to your images folder. Add This To your CSS file: body {background: #70ABE5 url(/images/sun.png) no-repeat left -30px;overflow: hidden;text-align: center;} #sky{position: absolute;left: 0;top: 0;width: 100%;height: 170px;overflow: hidden;} #sky div {position: absolute;} .cloud-01 {width:200px; height:76px;left: 5%;top: 15px;background: url(/images/cloud-01.png);filter:alpha(opacity=60);} .cloud-02 {width:290px; height:93px;left: 25%;top: 65px;background: url(/images/cloud-02.png); filter:alpha(opacity=60);} .cloud-03 {width:258px; height:82px;left: 50%;top: 10px;background: url(/images/cloud-03.png);filter:alpha(opacity=60);} div.transbox{text-align: left;margin: 20% auto 13% auto; width: 420px;height: 180px;background: #fff url(wood.gif); border: 5px solid #EC8E1F;-moz-border-radius-bottomleft: 7px;-moz-border-radius-bottomright: 7px; -moz-border-radius-topleft: 7px;-moz-border-radius-topright: 7px; } div.transbox p{margin-left: 30px;} div.transbox h1{margin-left: 30px;color:#000;} p.copyrights {text-align: center;margin-top:55px;color:#A8A1A1;font-size:90%;} p.copyrights a{color:#e1e1e1;text-decoration: none;} p.copyrights a:hover{color:black;} #grass {background: url(/images/Grass.gif);width: 107%;height: 71px;margin-left:-10px; } Open .htaccess and add: ErrorDocument 500 /error.php?code=500 ErrorDocument 404 /error.php?code=404 ErrorDocument 403 /error.php?code=403 ErrorDocument 401 /error.php?code=401 ErrorDocument 400 /error.php?code=400 Add file error.php: <?php $home = 'http://www.mycriminallife.com/'; switch ($_GET['code']){ case '500': $head = 'Internal Server Error'; $text = 'An unexpected condition encountered by the server'; break; case '404': $head = '404 Not Found'; $text = 'The requested URL was not found on this server'; break; case '403': $head = 'Forbidden'; $text = 'Server refuses to fulfill the request'; break; case '401': $head = 'Not Authorized'; $text = 'Request requires user authentication'; break; case '400': $head = 'Bad Request'; $text = 'Syntax of the request not understood by the server'; break; default : $head = 'Hello There'; $text = 'How are you,this page is for HTTP error pages'; } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title><?php echo $head; ?></title> <link rel="stylesheet" type="text/css" media="screen" href="style/style.css"> <!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="style/IE.css"> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="style/clouds.js"></script> </head> <body> <div id="sky"> <div id="cloud" class='cloud-01'> </div> <div id="cloud2" class='cloud-02'> </div> <div id="cloud3" class='cloud-03'> </div> </div> <div class="transbox"> <h1><span style='color:#FF0042;'>“</span><?php echo $head; ?><span style='color:#4E7EEC;'>”</span></h1></p> <?php echo $text; ?>,[url="<?php echo $home; ?>"]Go Home[/url].</p> </div> <div id="grass"></div> </body> </html>
-
Sweet I love this mod. I tryed to make one but failed. :thumbsup:
-
Donation System (With Cart, BOGOF and Discount systems).
MyGunWars replied to Dave's topic in Paid Modifications
I Would Like To Buy This Mod! -
I'm interested in the mod mail me PLZ. :D
-
LOL thats funny illusions. I love ur mods. :thumbsup:
-
I HAVE SELLER RIGHTS TO THAT WEB PAGE!!!
-
Mail Me I Want To Buy This Mod.
-
Mail Me I Want To Buy This Mod.
-
Mail Me PLZ. Im buying this mod
-
I love your mods. I will buy this mod when I get home from my trip. Mail Me On MSN [email protected] KEEP IT UP :thumbsup:
-
Mail me i'm think about buying it.
-
Re: Locked Account Mod [V2] I told a friend of mine about my mod idea and hes helping me come up with some stuff. We go this so far. It works off a COOKIE but I want something eles I dont want to use COOKIES on my web site. if($login_incorrect){ if(isset($_COOKIE['login'])){ if($_COOKIE['login'] < 3){ $attempts = $_COOKIE['login'] + 1; setcookie('login', $attempts, time()+60*10); //set the cookie for 10 minutes with the number of attempts stored } else{ echo 'You are banned for 10 minutes. Try again later'; } } else{ setcookie('login', 1, time()+60*10); //set the cookie for 10 minutes with the initial value of 1 } }
-
Re: Locked Account Mod [V2] XD I will try to type like this so its better for you.
-
Re: Locked Account Mod [V2] You know i dont know why. LOL So what do you think about the mod?
-
Re: Locked Account Mod [V2] Think about what you just said. You are suggesting an automatic lock on an account if the "user" inputs the wrong password more than 4 times. If that was so, whats stopping someone locking anyones account themselves out of spite? Example: -User1 falls out with User2. -User1 decides to log out and try to login to User2's account. -By intentionally inputing the wrong password 4 times, he has User2 banned for a day. Im not sure this was what you was suggesting but it would not work :-P Ok How About Part Two That You Just Helped Me Come Up With The Locked User Logins In And His Accounts Blocked For A Day But He Had The Right User Name And Pass Word. It Come Up And Says "Your Account Has Been Locked For A Day Because Someone Tried To Login In Your Account And Failed Four Times. To Un-Lock Your Account Click Below". And There Will Be A Like To A File That Sends The User A Email That Has A Link In The E-Mail That He Must Click To Un-Lock His Account. I Think This Is A Good Mod. :-D
-
Re: Locked Account Mod [V2] Ya This Would Be A Good Mod If The User Try's To Login In To His Account 4 Times And It Dose Not Let Him In Because Of The Wrong Password Then It Locks His Account For A Day. But I Just Use Fed Jail For Something Like This It Seems Like The Same Thing.
-
Re: [mccodes] Advanced Pet Mod [$15] Ok Well Sorry About That But I Have This Mod And It Had A Bug And He Helped Me Fix It And This I And Really Good Mod. :-D
-
Re: [mccodes] Advanced Pet Mod [$15] I got this mod and its fine. :?
-
[Mccodes V2] [BIG MOD] Trading Card Game [$15]
MyGunWars replied to Joel's topic in Paid Modifications
Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] I Think I Found a Big Add Me On MSN [email protected] -
[Mccodes V2] [BIG MOD] Trading Card Game [$15]
MyGunWars replied to Joel's topic in Paid Modifications
Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Thanks MyGunWars. Any Time Its A Good Mod The Only Thing I Need To Do Was Fix Some Colors