Thread: H-Tracker v2
View Single Post
  #20  
Old 14th April 2009, 23:34
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Quote:
Originally Posted by ionutzsami View Post
The source works only on LINUX ?
Becoz one member of h-tracker said that ....
This source is not tested on WINDOWS 100% - he said !
Works on my localhost and that's using XP with Apache2Triad, you just need to change a couple of things like /backend/functions.php

FROM
Code:
require_once("mysql.php"); //Get MYSQL Connection Info
require_once("config.php");  //Get Site Settings and Vars ($site_config)
TO
Code:
require_once("backend/mysql.php"); //Get MYSQL Connection Info
require_once("backend/config.php");  //Get Site Settings and Vars ($site_config)
And possibly some other files too.
Reply With Quote