Andy Posted February 4, 2009 Posted February 4, 2009 this is my first login page i didnt create all of it but i updated it a little no harsh comments please since its only my second mod and im still fairly new to php :-P just replace your login.php file with this code You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. wallah lmao thats it hehe +1 please lol Quote
redsnake420 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page Screen shot? Quote
Eternal Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page this is my first login page i didnt create all of it but i updated it a little no harsh comments please since its only my second mod and im still fairly new to php :-P LoL This is funny. I won't be nasty but this is a view source copy paste. screw being nice. PHP has php in it. This has html in it Either look into the real login page then make your changes or google how to use php. Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page lol funny eh? but at least he is trying :P Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
POG1 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page this login page is static, why does it need to be php? it would be good enough as a html file. Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page i made it php to shut thehacker07 up :-P Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. <?php echo ' the code here from above'; ?> So <?php echo ' and '; ?> So really what are they doing? you've just added <?php echo ' at the start of the script and '; ?> at the end so really what's the point when you can just remove <?php echo ' and '; ?> and it still the same. You could use <?php if including a file as in include(DIRNAME(__FILE__) . '/blah/blah.php'); and then ?> its just the same.. or you could use <? ?> Edited: Why? i was writing this before them 2 posts from above came! Quote
POG1 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That is not needed :p Quote
Lithium Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page PHP has php in it. This has html in it Either look into the real login page then make your changes or google how to use php. You know... this is quite funny too, i thought php could have html and html could have php, and php has php in it? wtf... either IS php or HAS php? Either look into the real login page then make your changes or google how to use php AND/OR html :) Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page With out some or most "HTML" php pages would have html in but, without html your page won't work.. Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <?php echo ' the code here from above'; ?> So <?php echo ' and '; ?> So really what are they doing? you've just added <?php echo ' at the start of the script and '; ?> at the end so really what's the point when you can just remove <?php echo ' and '; ?> and it still the same. You could use <?php if including a file as in include(DIRNAME(__FILE__) . '/blah/blah.php'); and then ?> its just the same.. or you could use <? ?> Edited: Why? i was writing this before them 2 posts from above came! I just posted the php version.... didn't say i edited alot.... (Btw, you shouldn't illegally download engines (wondering what im on about? MSN Chats so dw)) That is not needed :p i know but as i said i made it php for thehacker07's sake. Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page And to shut Crazy-T up: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
POG1 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page about 20 more lines of un needed code there karlos ;) Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page fair point. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <?php echo ' the code here from above'; ?> So <?php echo ' and '; ?> So really what are they doing? you've just added <?php echo ' at the start of the script and '; ?> at the end so really what's the point when you can just remove <?php echo ' and '; ?> and it still the same. You could use <?php if including a file as in include(DIRNAME(__FILE__) . '/blah/blah.php'); and then ?> its just the same.. or you could use <? ?> I just posted the php version.... didn't say i edited alot.... (Btw, you shouldn't illegally download engines (wondering what im on about? MSN Chats so dw)) What, you mean GRPG so what? and i bet most people download illegal engines and cracked programs so and what! And to shut Crazy-T up: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. "And to shut Crazy-T up:" ... i wasnt arguing .. about 20 more lines of un needed code there karlos ;) @ POG1: when hes done enter lines going down the page? and with the javascript you could include that in its own js file and then include it :) Quote
POG1 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <script language="javascript" src="js.js></script> ;) Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page Warning - while you were typing a new reply has been posted. You may wish to review your post. the JS was in the script already.... and i left it their.. the top part has enter lines because I find it easier to read it. and the others? they where his own. Quote
Tezza` Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page No hard feeling, but i coulda sworn ive seen this on CE before. Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <script language="javascript" src="js.js></script> ;) @ POG1: You missed a (") lol Quote
POG1 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page No hard feeling, but i coulda sworn ive seen this on CE before. Wouldn't be a huge surprise if you have. Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <script language="javascript" src="js.js></script> ;) @ POG1: You missed a (") lol Oooo a little typo.... get over it :roll: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Lithium Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page No hard feeling, but i coulda sworn ive seen this on CE before. LOL, and i dare to say... too many times! Quote
John99 Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page <script language="javascript" src="js.js></script> ;) @ POG1: You missed a (") lol Oooo a little typo.... get over it :roll: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. @ Karlos: and i was just saying!!!!!! Quote
Karlos Posted February 4, 2009 Posted February 4, 2009 Re: [mccodes V2] my verry first log in page @ Karlos: and i was just saying!!!!!! Feeling abit.... Touchy? :-P Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.