Quote:
Originally Posted by AdvertisingSex
Place this Code on your .php or .html page where you want your Thunder-Ball.net link trades to appear.
?php echo implode ("", file( "http://links.thunder-ball.net/2222222.html") ); ?
This code Will Work on .html files but you may need to ask your host to activate .php on .html files. They will know what you are talking about. If they don't: you need a new host.
Your host can have php configure a number of ways so unfortunately we do not have a guide for what to tell your host. But, they should know how to do this with their setup.
If you don't have access tot he configuration file on the server: Check for a file named: .htaccess in your site directory. If it is there... open it and add the line
AddType application/x-httpd-php .php .html
If it is not there:
Create a new file on notepad or whatever... name it .htaccess and add the line
AddType application/x-httpd-php .php .html
AddType application/x-httpd-php .html .htm
you can create a file .htaccess with the line: . Indeed: the same line as in the con figuration file.
This Code will execute immediately on .php pages.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
?php echo implode ("", file( "http://links.thunder-ball.net/222222.html") ); ?
like I said, good luck with that
|
That is Optional for use at your convenience if you want to...
You could simple add the trades by hand, or use linkex to add the links onto your site, or even any other link management system for that matter.