Hello, Hello and Hello to the forum
After spending 3 days trying to install TP, and 2 days trying to get my toplist running...i thought i would make my first cry for help here in the forum, before i make myself completely bald lol.
ok, first off i have made the div in dreamweaver and added the PHP include
<?php include "./tp_toplist/main_toplist.html"; ?>
I have made the /tp_toplist/main_toplist.html file and .tpl which has this content for each one:
1. <a href="/tp/out.php?link=top&to=%%DOMAIN1%%">%%NAME1%%</a> %%IN1%%<br>
2. <a href="/tp/out.php?link=top&to=%%DOMAIN2%%">%%NAME2%%</a> %%IN2%%<br>
3. <a href="/tp/out.php?link=top&to=%%DOMAIN3%%">%%NAME3%%</a> %%IN3%%<br>
4. <a href="/tp/out.php?link=top&to=%%DOMAIN4%%">%%NAME4%%</a> %%IN4%%<br>
5. <a href="/tp/out.php?link=top&to=%%DOMAIN5%%">%%NAME5%%</a> %%IN5%%<br>
6. <a href="/tp/out.php?link=top&to=%%DOMAIN6%%">%%NAME6%%</a> %%IN6%%<br>
7. <a href="/tp/out.php?link=top&to=%%DOMAIN7%%">%%NAME7%%</a> %%IN7%%<br>
8. <a href="/tp/out.php?link=top&to=%%DOMAIN8%%">%%NAME8%%</a> %%IN8%%<br>
9. <a href="/tp/out.php?link=top&to=%%DOMAIN9%%">%%NAME9%%</a> %%IN9%%<br>
10. <a href="/tp/out.php?link=top&to=%%DOMAIN10%%">%%NAME10%%</a> %%IN10%%<br>
Both files and directories have permissions of "777"
In the toplist section of TP do i need to choose form or file? When i try each one i still get the same error when i try to submit the Add New Template. It says "
Can not create input file. Please check file permissions and try again."