Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: alex_new on November 09, 2011, 03:29:21 AM

Title: Problem with ssi_in.php in INXY rotator
Post by: alex_new on November 09, 2011, 03:29:21 AM
write "echo Inxy::virtual('/tp/ssi_in.php');" in inxy template
result: index page have "javascript document.cookie", but no any changes in admin page
if I load '/tp/ssi_in.php' in browser then admin page updates successfully.

posible i must run /tp/ssi_in.php by cron?
Title: Re: Problem with ssi_in.php in INXY rotator
Post by: ip0li on November 09, 2011, 03:34:02 AM
Code: [Select]
<img src="/tp/img.php" width="0" height="0" style="display:none;border:none">
add that just below start of <body> tag and it should fix your issue.
Title: Re: Problem with ssi_in.php in INXY rotator
Post by: alex_new on November 09, 2011, 04:10:07 AM
big thanks. work ^_^