Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: AeroX on February 16, 2010, 02:43:26 AM

Title: out.php = Blank page
Post by: AeroX on February 16, 2010, 02:43:26 AM
Hello all,

I think I've installed it properly...
I have access to the admin backend but when i try to use the out.php in my url like
http://cochonne.me/tp/out.php?p=99&url=www.google.fr

All I get is a blank page.
I searched the forum and found some topics but none of them helped.

Thanks for your help
Title: Re: out.php = Blank page
Post by: ip0li on February 16, 2010, 05:18:40 AM
as over icq problem is in your ssi_in.php include, I will inspect it today and solve it.
Title: Re: out.php = Blank page
Post by: webcamfucker on February 17, 2010, 04:32:45 PM
same problem here.. can you explain the solution here?
Title: Re: out.php = Blank page
Post by: ip0li on February 18, 2010, 02:21:40 AM
you need to add incoming tracker first as written in manual so database can be formated.
Title: Re: out.php = Blank page
Post by: webcamfucker on February 18, 2010, 02:42:19 AM
I have added the incoming tracker using php virtual. It's added right under the <body> tag. But indeed -no- database or tables has/have been created... I cannot recall inserting a db user/pass anywhere in the installation process.. I think I'm missing something..?
Title: Re: out.php = Blank page
Post by: webcamfucker on February 18, 2010, 02:46:46 AM
By the way: I'm using a custom MVC pattern which means I do not have a index.html/index.shtml nor index.php. I'm using routes to define which url goes to which controller action. This does mean I can 'route' /index.shtml to for instance the HomeController::Homepage() function. But the actual ssi_in.php include will take place in the homepage.template.php file (right under body). which is parsed and returned in the Homepage() function.

But this should all work right?

Currently I have my homepage setup as '' (blank), and not 'index.html' or 'index.shtml'. Is this wrong..?
Title: Re: out.php = Blank page
Post by: webcamfucker on February 18, 2010, 07:06:49 AM
Ok my database wasn't formed yet. Probably needed a forced /tp/ssi_in.php call to form the database (files!)

Thanks!
Title: Re: out.php = Blank page
Post by: julz on May 10, 2010, 07:26:16 PM
how do you add incoming tracker and where??

new here really confused
Title: Re: out.php = Blank page
Post by: ip0li on May 11, 2010, 05:36:38 AM
This might help you out:

http://scriptpulse.com/tp/manual/incoming-trackers.php
Title: Re: out.php = Blank page
Post by: julz on May 11, 2010, 03:19:06 PM
I put this on top of the HTML code
<!--#include virtual="/tp/ssi_in.php"-->


and this after <body> tag
 <img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

am i doing it right?

is these something to do with grabbing thumb, coz i cant grab a thumb for my toplist
Title: Re: out.php = Blank page
Post by: ip0li on May 11, 2010, 03:19:59 PM
PM me your site url and tp login info together with link to this topic.
Title: Re: out.php = Blank page
Post by: julz on May 11, 2010, 05:49:43 PM
thumb appear now.

Title: Re: out.php = Blank page
Post by: ip0li on May 12, 2010, 03:35:15 AM
Problem was there in traffic, when you added incoming trackers and TRAFFIC started TP started to work. It can't work without traffic!