|
View previous topic :: View next topic
|
| Author |
Message |
ppk Administrator
Joined: 13 Jan 2004 Posts: 701 Location: Near a computer.
|
Frequently Asked Question (Read this before you post) Fri Nov 05, 2004 6:58 pm |
|
|
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 |
|
ppk Administrator
Joined: 13 Jan 2004 Posts: 701 Location: Near a computer.
|
Wed Aug 24, 2005 4:10 am |
|
|
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 |
|
Guest
|
Sat Sep 10, 2005 6:20 pm |
|
|
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
|
Re: Frequently Asked Question (Read this before you post) Thu Oct 20, 2005 1:48 am |
|
|
| 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
|
Mon Oct 31, 2005 2:11 pm |
|
|
|
|
| Back to top |
|
Leroytrolley Chick
Joined: 05 Mar 2004 Posts: 103 Location: UK
|
Can't Log In to TTT 4.0.7 Tue Aug 29, 2006 6:57 pm |
|
|
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 |
|
ppk Administrator
Joined: 13 Jan 2004 Posts: 701 Location: Near a computer.
|
Re: Can't Log In to TTT 4.0.7 Fri Sep 01, 2006 12:21 am |
|
|
| 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 |
|
Leroytrolley Chick
Joined: 05 Mar 2004 Posts: 103 Location: UK
|
Fri Sep 01, 2006 12:24 am |
|
|
Yeah...it was in my cgi-bin. I've got it working now.
I have no joy with the toplist!!
Leroy |
|
| Back to top |
|
hipnotic2006 Egg
Joined: 28 Oct 2006 Posts: 4
|
same problem Sat Oct 28, 2006 8:05 pm |
|
|
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 |
|
bcyber Egg
Joined: 19 Mar 2005 Posts: 2
|
Wed Jan 24, 2007 2:59 am |
|
|
| 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 |
|
|