FAQFAQ   SearchSearch   MemberlistMemberlist  RegisterRegister   ProfileProfile   Log inLog in 

Click here to link to ChickenBoard ;)

Frequently Asked Question (Read this before you post)
Post new topic   Reply to topic
Chickenboard Discussions Forum Index -> Turbo Traffic Trader PHP Support
View previous topic :: View next topic  
Author Message
ppk
Administrator


Joined: 13 Jan 2004
Posts: 701
Location: Near a computer.

Post Frequently Asked Question (Read this before you post)
Fri Nov 05, 2004 6:58 pm
Reply with quote

Okay, lately we have had alot of the SAME questions -- I believe it is easier if you can reference this thread whenever you have a problem that can be solved quickly.

Everytime I come across a frequently asked question, I will add the question & answer to this thread.

1. I get Error 127 in ttt_iplog

Many webmasters on shared boxes experience this problem. It has an easy solution.

Simply copy and paste the following code into a file.

Code:

<?
require("ttt-mysqlvalues.inc.php");
require("ttt-mysqlfunc.inc.php");
open_conn();
mysql_query("REPAIR TABLE ttt_iplog");
close_conn();
echo "OK";
?>


1. Save file as "fix.php".
2. Upload fix.php to your webserver directory where ttt is located.
3. Access http://www.yourdomain.com/fix.php

The problem should be fixed.

More questions added soon.
Back to top
View user's profile
ppk
Administrator


Joined: 13 Jan 2004
Posts: 701
Location: Near a computer.

Post 
Wed Aug 24, 2005 4:10 am
Reply with quote

2. What % of clicks does TTT take for themselves?

The % of clicks that TTT takes is 1% of ALL clicks (trade or nonskim clicks).

So if there's 100 total clicks, TTT will skim 1% to our URL.

You can easily view the # of clicks sent to our URL under the row 'Choker' (in your TTT ADMIN).
Back to top
View user's profile
Guest






Post 
Sat Sep 10, 2005 6:20 pm
Reply with quote

1. I forgot my password, help!

Simply copy and paste the following code into a file.

Code:

<?
require("ttt-mysqlvalues.inc.php");
require("ttt-mysqlfunc.inc.php");
open_conn();
mysql_query("UPDATE ttt_settings SET password=PASSWORD('NEWPASSWORD')");
close_conn();
echo "OK";
?>


1. Save file as "fixpw.php".
2. Upload fixpw.php to your webserver directory where ttt is located.
3. Access http://www.yourdomain.com/fixpw.php
4. !!! DELETE THIS FILE !!!

The problem should be fixed.
Back to top
Guest






Post Re: Frequently Asked Question (Read this before you post)
Thu Oct 20, 2005 1:48 am
Reply with quote

ppk wrote:
Okay, lately we have had alot of the SAME questions -- I believe it is easier if you can reference this thread whenever you have a problem that can be solved quickly.

Everytime I come across a frequently asked question, I will add the question & answer to this thread.

1. I get Error 127 in ttt_iplog

Many webmasters on shared boxes experience this problem. It has an easy solution.

Simply copy and paste the following code into a file.

Code:

<?
require("ttt-mysqlvalues.inc.php");
require("ttt-mysqlfunc.inc.php");
open_conn();
mysql_query("REPAIR TABLE ttt_iplog");
close_conn();
echo "OK";
?>


1. Save file as "fix.php".
2. Upload fix.php to your webserver directory where ttt is located.
3. Access http://www.yourdomain.com/fix.php

The problem should be fixed.

More questions added soon.
Back to top
Guest






Post 
Mon Oct 31, 2005 2:11 pm
Reply with quote

Back to top
Leroytrolley
Chick


Joined: 05 Mar 2004
Posts: 103
Location: UK

Post Can't Log In to TTT 4.0.7
Tue Aug 29, 2006 6:57 pm
Reply with quote

Hi.

I've just installed it and gone though the installation process, but when I try to log in, I type in my username and password, but it just goes back to the log in screen.

Whats going on??

Leroy
Back to top
View user's profile Visit poster's website Yahoo Messenger MSN Messenger
ppk
Administrator


Joined: 13 Jan 2004
Posts: 701
Location: Near a computer.

Post Re: Can't Log In to TTT 4.0.7
Fri Sep 01, 2006 12:21 am
Reply with quote

Leroytrolley wrote:
Hi.

I've just installed it and gone though the installation process, but when I try to log in, I type in my username and password, but it just goes back to the log in screen.

Whats going on??

Leroy


Is TTT v4 installed in a sub directory?
Back to top
View user's profile
Leroytrolley
Chick


Joined: 05 Mar 2004
Posts: 103
Location: UK

Post 
Fri Sep 01, 2006 12:24 am
Reply with quote

Yeah...it was in my cgi-bin. I've got it working now.

I have no joy with the toplist!!

Leroy
Back to top
View user's profile Visit poster's website Yahoo Messenger MSN Messenger
hipnotic2006
Egg


Joined: 28 Oct 2006
Posts: 4

Post same problem
Sat Oct 28, 2006 8:05 pm
Reply with quote

Hello, i have the same problem, i installed and try to login but it reloads the login page every time.

the files are installed in / (home) so i don't know what's the problem.

somebody can help me with this?

thanks.
Back to top
View user's profile
bcyber
Egg


Joined: 19 Mar 2005
Posts: 2

Post 
Wed Jan 24, 2007 2:59 am
Reply with quote

I'm getting the same problem. I installed everything then when I try to login the page just reloads. Anyway to fix this?
Back to top
View user's profile AIM Address
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group