Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Morter on December 03, 2012, 05:46:44 PM
-
Man what is the right toplist include code for STP? It must be 'include' and not 'virtual' on my new server. Bepe says this {php}include("toplists/all-text-50.html");{/php} but it doesn't work. I have tried every variation I can think of. Any ideas?
-
try
{php}include("/absolute/path/to/toplists/all-text-50.html");{/php}
-
No I am afraid that isn't working either. This is going to drive me over the deep end :-(
-
You will need to check with smart tube pro guys because this is STP issue, you are doing include in STP.
-
Actually I did get this to work. I had my host file set wrong so I was viewing the old site. So the soltion to this was your suggestion... {php}include("/absolute/path/to/toplists/all-text-50.html");{/php}
-
Fantastic :)