====== FAQ ======
~~NOTOC~~
[[te3:faq#1. What do I do if I forget my password?|1. What do I do if I forget my password?]]
[[te3:faq#2. What happens if I have my IP on the Allowed list and my provider changes my IP - how will I be able to login to my TE3 admin?|2. What happens if I have my IP on the Allowed list and my provider changes my IP? How will I be able to login to my TE3 admin?]]
[[te3:faq#3. Which algorithm should I use?|3. Which algorithm should I use?]]
[[te3:faq#4. Can I create thumb toplists with TE3?|4. Can I create thumb toplists with TE3?]]
[[te3:faq#5. How do I disable Thumb Grabber?|5. How do I disable Thumb Grabber?]]
[[te3:faq#6. I want to sell traffic from selected trades only?|6. I want to sell traffic from selected trades only?]]
[[te3:faq#7. How can I add the same seller domain multiple times?|7. How can I add the same seller domain multiple times?]]
[[te3:faq#8. How can I sell traffic to broker using skim schemes|8. How can I sell traffic to broker using skim schemes]]
[[te3:faq#9. Productivity question - what does ''Prod TG'' 1.3 mean?|9. Productivity question - what does ''Prod TG'' 1.3 mean?]]
[[te3:faq#10. Oversending trades at the bottom of the trade list|10. Oversending trades at the bottom of the trade list]]
[[te3:faq#11. Can I manage more than one site from one panel|11. Can I manage more than one site from one panel]]
[[te3:faq#12. Does TE3 work with WordPress?|12. Does TE3 work with WordPress?]]
[[te3:faq#13. Where can I find the security key?|13. Where can I find the security key?]]
[[te3:faq#14. Where do I find trades?|14. Where do I find trades?]]
[[te3:faq#15. How do I rename TE3 directory on a running site?|15. How do I rename TE3 directory on a running site?]]
[[te3:faq#16. I enabled HTTPS on my website and now my trade partners who use HTTP count all my traffic under "No referrer"|16. I enabled HTTPS on my website and now my trade partners who use HTTP count all my traffic under "No referrer"]]
\\ \\
== 1. What do I do if I forget my password? ==
**Option 1:** \\ Try to use ''Forgotten password'' service at the bottom of the [[te3:login_page|login page]] to retrieve it.
If it doesn't work, because the e-mail you have entered at the [[te3:installation|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.
**Option 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''.
----
== 2. What happens if I have my IP on the Allowed list and my provider changes my IP - how will I be able to login to my TE3 admin? ==
TE3 creates ''your_TE3_directory/tedata/idata/allowed.dat'', when you add an IP to the [[te3:allowed_ips|Allowed IPs]] list. Simply delete the file using FTP. \\
You can add your new IP to the "Allowed IPs" once you login.
----
== 3. Which algorithm should I use? ==
You can choose between several different [[te3:algorithms|algorithms]]. We recommend everyone to use algorithm ''Value'' (set by default), since it is the most complex and productive one.
----
== 4. 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 [[te3:toplist_tutorial3|tutorial]] and learn how to grab thumbs from trades, manage thumbs and how to create toplists with TE3.
----
== 5. How do I disable Thumb Grabber? ==
To disable automatic downloading, navigate to Toplist / [[te3:toplist_thumb_grabber|Thumb grabber]] and enter ''0'' into ''Download every'' input field.
----
== 6. I want to sell traffic from selected trades only? ==
**Option 1:**
{{ :te3:seller-specific-trades.png?100direct|}} Add a new [[te3:add_trade_seller|seller]]; select all trades in "Don't sell traffic from selected trades" accordion and deselect those trades you want to sell traffic from (use CTRL + left mouse click to deselect the preferred trades). \\ \\
**Option 2:**
Create a new [[te3:niches|niche]] and assign preferred trades to it. Next, create a new seller and select the new niche in "Sell only traffic from selected niches" accordion.
----
== 7. How can I add the same seller domain multiple times? ==
Let's say you want to sell [[te3:niches|niche-specific]] traffic to a traffic broker. You will not be able to add multiple [[te3:add_trade_seller|sellers]] with the same domain in their return URLs.
**Example** - adding two sellers with the same domain: \\
''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.
----
== 16. I enabled HTTPS on my website and now my trade partners who use HTTP count all my traffic under "No referrer" ==
If your website has a valid HTTPS certificate installed, there are possible issues to consider:
1. Browsers do not pass on referrer information from HTTPS to HTTP sites. This means the target site will see your traffic as "No referrer", i.e. they cannot distinguish such hits from a user who directly typed in the URL.
The solution is to place a "meta referrer tag" in the ''
This tag will always send the full URL of your referring pages. \\
2. You need to make sure that either variable ''$_SERVER['HTTPS']'', or variable ''$_SERVER['HTTPS']'' is set to ''on''. You can check it by creating a simple ''test.php'' file and placing the following code into it: \\
----