All Questions
33 questions
0
votes
0
answers
140
views
php tcp socket listener data parse
I have gps tracker which is sending data to my server over tcp and my server has been coded in PHP. the device is sending data in every 5 seconds. The issue is that the first response comes fine as ...
0
votes
0
answers
408
views
Close current session for user Laravel
How I can close current session for user?
I use this package: https://github.com/antonioribeiro/tracker
I can get current session:
$visitor = Tracker::currentSession();
But how I can force close ...
-2
votes
1
answer
316
views
PHP SPAM Tracker
Actually, I use PhpMailer to send email. I would like to know if I can track the where the mail was gone (mailbox or spam box).
Finaly, I would like track all mails was gone inside the spam box.
I ...
-2
votes
1
answer
1k
views
Decode unreadable data from teltonika devices in to HEX String in PHP
Hi I am trying to develop a platform for Teltonika devices where they send the data and I need to parse it in the location coordinates. I have done the handshake stuff and te device is sending the ...
3
votes
0
answers
2k
views
Using PHP To Scrape Torrent Trackers and Return Peer Counts
So I am wanting to build a basic torrent tracker/indexing software with a setup so that when a torrent is uploaded the peer count can be returned from the trackers within the torrent. I've seen a lot ...
0
votes
1
answer
58
views
Insert adwords tracker using php include and jQuery load method
Lately I received a project made from another programmer but is giving me some issues, the app is like a wizard form, and inside of this php page there is a include page is like a warning or something,...
0
votes
2
answers
2k
views
How to access Tracker (antonioribeiro/tracker) object In Laravel
I am using AntonioRiveiro/Tracker repo for my laravel app. I would like to add some more functionality to it that it doesn't have out of the box.
But I can't find where its instance gets created, or ...
0
votes
0
answers
30
views
call tracker-search from php
I try to run gnome tracker-search from php. For example like this:
<?php
$result = shell_exec("/usr/bin/tracker-search -l 5 --disable-snippets --disable-color test");
echo "<pre>$...
0
votes
1
answer
764
views
Making a visitor tracker in laravel 5.1
I've currently installed a plugin (https://github.com/antonioribeiro/tracker)
Which does the tracking thing, only I want to get unique visitors. I really don't know how to extract those from this ...
1
vote
3
answers
2k
views
PHP email click tracker tool [duplicate]
I am doing a PHP tool to track my email campaigns (only for my customers, not for spamming).
The logic is the following:
Number of sent emails.
Number of people who open the email.
Number of people ...
1
vote
0
answers
183
views
PHP Laravel : Couldn't track device name using antonioribeiro/tracker
I want to track the device name of the user have used for accessing the site. for that I'm using antonioribeiro/tracker But while accessing the device name it's showing
Trying to get property of ...
0
votes
1
answer
567
views
TK102-2 Tracker in PHP
I want to create a server in PHP that read the latitude and longitude recived from the GPS Tracker.
I dont know how I can read this coords. I'm using a tracker online and is working but I want to do ...
0
votes
0
answers
399
views
In tracker_sessions table in database user_id is showing null
I am using laravel 5.2, in my database in tracker_sessions tables user_id it is not taking user id and geo_ip
Even I use the updated link https://github.com/Rainesdave/tracker.git which is include \...
2
votes
2
answers
1k
views
Translating info_hash in the announce request of a torrent in PHP
I'm having an issue to understand how can I "translate" the info_hash value to a real hash.
Here's an example of what I'm getting from uTorrent when it's announcing to my tracker:
{
passkey: ...
5
votes
2
answers
2k
views
Best way to retrieve external torrent statistics in an active website
I'm making a bittorrent tracker/website similar to The Pirate Bay, Kickass.to, etc. It's necessary to retrieve torrent statistics (seeders, downloads) in both the index and torrent page. Example:
...