How the hell to create fucking toplist?
Input - /home/xxx/public_html/tp/toplist/
output - /home/xxx/public_html/tp/toplist/
( toplist folder chmod-ed to 777 )
Input by - Form
toplist html template:
<table width="950" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td width="187" align="center"><a href=../../tp/out.php?to=%%URL1%%&link=top'>%%NAME1%%</a></td>
<td width="187" align="center"><a href=../../tp/out.php?to=%%URL2%%&link=top'>%%NAME2%%</a></td>
<td width="187" align="center"><a href=../../tp/out.php?to=%%URL3%%&link=top'>%%NAME3%%</a></td>
<td width="187" align="center"><a href=../../tp/out.php?to=%%URL4%%&link=top'>%%NAME4%%</a></td>
<td width="190" align="center"><a href=../../tp/out.php?to=%%URL5%%&link=top'>%%NAME5%%</a></td>
</tr>
</table>
When i click submit button i receive this error:
Warning: fopen(/home/xxxx/public_html/tp/tp_toplist/) [function.fopen]: failed to open stream: Is a directory in /home/xxxx/public_html/tp/toplist.php on line 166
Warning: fwrite(): supplied argument is not a valid stream resource in /home/xxxx/public_html/tp/toplist.php on line 167
Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxx/public_html/tp/toplist.php on line 168
Warning: fopen(/home/xxxx/public_html/tp/tp_toplist/) [function.fopen]: failed to open stream: Is a directory in /home/xxxx/public_html/tp/toplist.php on line 176
Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxx/public_html/tp/toplist.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/tp/toplist.php:166) in /home/xxxx/public_html/tp/toplist.php on line 194
What i`m doing wrong?