Traceper Configuration
Traceper:
Traceper is a GPS tracking system via mobile phones, it is free, it is open source, it is simple and it does not require any GPS tracking device, it only uses mobile phones and we think that all mobile phones will support GPS in the near future. there are two software’s in the project. One of them is running at cell phones and sends GPS data to a server by using internet connection. The other one is a web application developed by using Google Maps API, PHP, MySQL, JavaScript, Ajax to show where the users are. Application running at cell phones is now available for Android and other versions of this application, running different platforms, will be developed in order to make traceper more usable.
Installation in Windows:
Install Xampp 1.7.2 in Windows Machine. Open The Xampp Control Panel. In this Control Panel we need to Run Apache and MySql because we need to run Traceper web application in Apache.
Open The Xammp server in Your Browser.
In this Xampp click Phpmyadmin link. It ll open mysql Database.
Create a New Database. That Database name is “php”. In traceper configuration file they assigned Database Name “php”.
Open the php Database. We need to create table in this database run this commend in sql query.
CREATE TABLE `tracker_users` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(12) DEFAULT NULL, `password` char(32) NOT NULL, `group` int(10) unsigned NOT NULL DEFAULT '0', `latitude` decimal(8,6) NOT NULL DEFAULT '0.000000', `longitude` decimal(9,6) NOT NULL DEFAULT '0.000000', `altitude` decimal(15,6) NOT NULL DEFAULT '0.000000', `realname` varchar(80) NOT NULL, `email` varchar(100) NOT NULL, `dataArrivedTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `deviceId` varchar(64) DEFAULT NULL, PRIMARY KEY (`Id`), UNIQUE KEY `username` (`username`) USING BTREE, KEY `realname_email` (`realname`,`email`) USING BTREE, KEY `dataArrivedTime` (`dataArrivedTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
A table will be created in php database. Download Traceper web application in this link.
“http://code.google.com/p/traceper/downloads/list”
Downloaded file have two folders we need only web application (Traceper_WebApp).Move this folder in to “C:\Xampp\htdocs\”. Restart apache in Xampp.
Open the PHP database in Mysql, Select Import option. and select the sql file. File name “traceper.sql” This file in Traceper_WebApp folder.
Import this file in PHP database.
In web browser open this link http://yourip/Traceper_WebApp or “locallhost/ Traceper_WebApp”
Traceper web application is running in apache. Now we need to configure Sending mail in Xampp.
Open the C:\xampp\php and edit “php.ini” file.
After editing the file save the Configuration.
Now we need to configure sendmail in xampp.
Open the “C:\xampp\sendmail” and edit sendmail.ini file.
Save this file. Restart apache in xampp. Open the traceper web application in browser. Select the Register tab.
Fill up this register form. And click register .it ll send Activation link to your mail. And this user details stored in this php database table “traceper_user_candidates”.
Check your mail and click the Activation link.
If you click activation link. You will show a account activation pop up message in your browser.
Check PHP database. If user account is activated that user details is moved this Php Database table “traceper_users “.
Now User can login to this application.
Install Traceper application in Android device.
Download Android Application in this link “http://code.google.com/p/traceper/downloads/list”
Open this application in Android device.
Go to Settings, It ll ask Server address enter the web application link address.
http://yourip/Traceper_WebApp
After you need to login in this application.
After login it ll send a location to the server.
Check You location in the traceper web application.
Demo:
http://www.mekya.com/blog/demos/traceper/
hi,..
ReplyDelete"Open the C:\xampp\php and edit “php.ini” file."
what should i do here?? i don't know what to do with this "php.ini",. do i need to add something to this file?
pls help i'm a newbie in php i use asp.net
I request you to kindly help me out.I installed the Web app of traceper... I am able to get registered through e-mail. but the issue is coming in Android Client... Where the error is coming"Unknown error pls consult the developer"...
ReplyDeleteIt would be great if you could send me too... the .apk for android 4.4.2 kikat... if this is the issue.
bshikhardeep89@gmail.com
PLEASE ALL THE PICTURES ARE CRYPTED ...........
ReplyDeletedon't know what to do with this "php.ini",. do i need to add something to this file?
ReplyDelete