Script Pulse
		Trade Pulse => Trade Pulse Support => Topic started 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
- 
				as over icq problem is in your ssi_in.php include, I will inspect it today and solve it.
			
- 
				same problem here.. can you explain the solution here?
			
- 
				you need to add incoming tracker first as written in manual so database can be formated.
			
- 
				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..?
			
- 
				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..?
- 
				Ok my database wasn't formed yet. Probably needed a forced /tp/ssi_in.php call to form the database (files!)
 
 Thanks!
- 
				how do you add incoming tracker and where??
 
 new here really confused
- 
				This might help you out:
 
 http://scriptpulse.com/tp/manual/incoming-trackers.php
- 
				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
- 
				PM me your site url and tp login info together with link to this topic.
			
- 
				thumb appear now.
 
 
- 
				Problem was there in traffic, when you added incoming trackers and TRAFFIC started TP started to work. It can't work without traffic!