Author Topic: Problem with ssi_in.php in INXY rotator  (Read 8525 times)

0 Members and 1 Guest are viewing this topic.

Offline alex_new

  • Newbie
  • *
  • Posts: 14
    • View Profile
Problem with ssi_in.php in INXY rotator
« 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?

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Problem with ssi_in.php in INXY rotator
« Reply #1 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.

Offline alex_new

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Problem with ssi_in.php in INXY rotator
« Reply #2 on: November 09, 2011, 04:10:07 AM »
big thanks. work ^_^