Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Morter on December 03, 2012, 05:46:44 PM

Title: STP Include
Post 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?
Title: Re: STP Include
Post by: ip0li on December 03, 2012, 05:49:30 PM
try
{php}include("/absolute/path/to/toplists/all-text-50.html");{/php}
Title: Re: STP Include
Post by: Morter on December 03, 2012, 06:32:05 PM
No I am afraid that isn't working either. This is going to drive me over the deep end :-(
Title: Re: STP Include
Post by: ip0li on December 04, 2012, 04:08:20 AM
You will need to check with smart tube pro guys because this is STP issue, you are doing include in STP.
Title: Re: STP Include
Post by: Morter on December 04, 2012, 10:29:41 AM
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}
Title: Re: STP Include
Post by: ip0li on December 04, 2012, 11:02:30 AM
Fantastic :)