te3:faq
This is an old revision of the document!
FAQ
te3/faq.1417769726.txt.gz · Last modified: 2014/12/05 08:55 by moderator
This is an old revision of the document!
What do I do if I forget my password?
1. Try to use Forgotten password
service at the bottom of the login page to retrieve it.
If it doesn't work, because the e-mail you have entered at the installation stage is incorrect
or it does not exist, you can edit file /te3/tedata/idata/userdb.dat
(using FTP) and alter e-mail address for user admin. When done, you can retry with Forgotten password
service.
2. You can edit file /te3/tedata/idata/userdb.dat
(using FTP) and replace your current encrypted password string with the following string:
VCt7szPMGa7kzl7FmQ6Dc119a37b85
This string stands for password test
. Once done, try to login with Username: admin
, Password: test
.
TE3 creates your_TE3_directory/tedata/idata/allowed.dat
, when you add an IP to the Allowed IPs list. Simply delete the file using FTP.
You can add your new IP to the “Allowed IPs” once you login.
You can choose between several different algorithms. We recommend everyone to use algorithm Value
(set by default), since it is the most complex and productive one.
Can I create thumb toplists with TE3?
Yes. You can grab thumbs from trades (automatically or manually) with our “Thumb grabber” module. Check out our thumb toplist tutorial and learn how to grab thumbs from trades, manage thumbs and how to create toplists with TE3.
How do I disable Thumb Grabber?
To disable automatic downloading, navigate to Toplist / Thumb grabber and enter 0
into Download every
input field.
How I can sell traffic to broker using skim schemes
You can sell your traffic through special Seller trades. TE3 allows two options to sell your traffic:
Productivity question - what does ''Prod TG'' 1.3 mean?
Q: I am having a somewhat difficult time understanding productivity numbers in TE3 - typically i see 50%
,100%
,150%
, etc on other scripts, but here I see 1.2
, 0.43
, etc. and do not really know how to translate that into what kind of productivity my surfers are producing.
A: It's quite simple 50%
is 0.5
in TE3, 100%
is 1.00
, 150%
is 1.50
.
Example:
If tradex.com
sent you 100 incoming raw hits and produced 130 total clicks (Clk TG) then Prod TG
= 1.30
, which means that the average surfer clicked 1.3 times on your site. Some trade scripts translate that into 130%
, which is the same thing.
Where can I find the security key?
Navigate to “Network” menu and click
Manage sites
button to open “Manage sites” pop-up window. Check out this tutorial and learn how to link sites together.
You can trade traffic with any site that is willing to trade (you are not limited to sites using TE3 script). We usually suggest to look for sites with similar content (e.g. tgp, tube, mpg…). Visit some of the larger sites, check their toplists to see who they're trading with and you can add these trades as well. This is a simple way to find trades.
Once you have some trades in your database and you are already trading traffic, you can look at the toplist of your top 5 most successful trades - there is a good chance, other trades on their toplists will work well for you too.
How do I rename te3 directory on a running site?
When you rename te3 directory, all links on your site will immediately become broken. If your site is already getting traffic, we recommend the following instead: include out.php
directly into the root html directory of the domain (public html).
Create an empty file something.php
and include your_te3_directory/out.php
in that file (<?php include “your_te3_directory/out.php”; ?>
). Since you've only INCLUDED “out.php” into “something.php”, it means that out.php still exists intact in the original location. ⇒ Now you have two different ways of accessing your outgoing links. You can link like this:
http://www.yoursite.com/your_te3_directory/out.php
or like this
http://www.yoursite.com/something.php
We recommend this method, since BOTH links work at the same time and you won't experience broken links on your site while you are switching them from old to the new paths.