Recommend this page to a friend! |
Download |
Info | Example | Demos | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
52% | Total: 1,161 | All time: 3,267 This week: 67 |
Version | License | PHP version | Categories | |||
php-visitor-tracking 1.21 | Freeware | 5.0 | HTML, PHP 5, Databases, Geography |
Description | Author | |
This class can track visitor location and details using MySQLi. |
how to retrieve user ip address from the database
retrieve user ip address from the database
<?php |
visitorTracking is a simple PHP class to gather visitor information, and store it in a database using MYSQLi. It's more modern and complete than others I have seen around on Google/HotScripts. (SQLi, oop(ish?), etc...) No bells or whistles, fully customizable.
http://tyrexi.us/visitorTrackingDocumentation
http://tyrexi.us/visitorTracking
//define database
define( 'DB_HOST', 'localhost' ); // set database host
define( 'DB_USER', 'root' ); // set database user
define( 'DB_PASS', '' ); // set database password
define( 'DB_NAME', 'yourdatabasename' ); // set database name
//include the class
include( 'src/class.visitorTracking.php' );
//instance the class
$visitors = new visitorTracking();
The constructor method automatically calls the tracking method $visitors->track();
which inserts the collected data.
You print the array containing the current visit by echoing $visitors->displayThisVisit();
You can output a table containing all the paginated data from the database by echoing $visitors->displayVisitors();
Alternatively, you can just grab the table data from your database SELECT * FROM visitors ORDER BY date DESC
and format it according to your specifications.
This project is licensed under the MIT LICENSE
If you would like to help make this software better, please follow our guidelines found in CONTRIBUTING.md
Screenshots (1) | ||
Files (159) | / | includes | / | famfamfam-countryflags |
File | Role | Description |
---|---|---|
hk.gif | Icon | Icon image |
hm.gif | Icon | Icon image |
hn.gif | Icon | Icon image |
hr.gif | Icon | Icon image |
ht.gif | Icon | Icon image |
hu.gif | Icon | Icon image |
id.gif | Icon | Icon image |
ie.gif | Icon | Icon image |
il.gif | Icon | Icon image |
in.gif | Icon | Icon image |
io.gif | Icon | Icon image |
iq.gif | Icon | Icon image |
ir.gif | Icon | Icon image |
is.gif | Icon | Icon image |
it.gif | Icon | Icon image |
jm.gif | Icon | Icon image |
jo.gif | Icon | Icon image |
jp.gif | Icon | Icon image |
ke.gif | Icon | Icon image |
kg.gif | Icon | Icon image |
kh.gif | Icon | Icon image |
ki.gif | Icon | Icon image |
km.gif | Icon | Icon image |
kn.gif | Icon | Icon image |
kp.gif | Icon | Icon image |
kr.gif | Icon | Icon image |
kw.gif | Icon | Icon image |
ky.gif | Icon | Icon image |
kz.gif | Icon | Icon image |
la.gif | Icon | Icon image |
lb.gif | Icon | Icon image |
lc.gif | Icon | Icon image |
li.gif | Icon | Icon image |
lk.gif | Icon | Icon image |
lr.gif | Icon | Icon image |
ls.gif | Icon | Icon image |
lt.gif | Icon | Icon image |
lu.gif | Icon | Icon image |
lv.gif | Icon | Icon image |
ly.gif | Icon | Icon image |
ma.gif | Icon | Icon image |
mc.gif | Icon | Icon image |
md.gif | Icon | Icon image |
me.gif | Icon | Icon image |
mg.gif | Icon | Icon image |
mh.gif | Icon | Icon image |
mk.gif | Icon | Icon image |
ml.gif | Icon | Icon image |
mm.gif | Icon | Icon image |
mn.gif | Icon | Icon image |
mo.gif | Icon | Icon image |
mp.gif | Icon | Icon image |
mq.gif | Icon | Icon image |
mr.gif | Icon | Icon image |
ms.gif | Icon | Icon image |
mt.gif | Icon | Icon image |
mu.gif | Icon | Icon image |
mv.gif | Icon | Icon image |
mw.gif | Icon | Icon image |
mx.gif | Icon | Icon image |
my.gif | Icon | Icon image |
mz.gif | Icon | Icon image |
na.gif | Icon | Icon image |
nc.gif | Icon | Icon image |
ne.gif | Icon | Icon image |
nf.gif | Icon | Icon image |
ng.gif | Icon | Icon image |
ni.gif | Icon | Icon image |
nl.gif | Icon | Icon image |
no.gif | Icon | Icon image |
np.gif | Icon | Icon image |
nr.gif | Icon | Icon image |
nu.gif | Icon | Icon image |
nz.gif | Icon | Icon image |
om.gif | Icon | Icon image |
pa.gif | Icon | Icon image |
pe.gif | Icon | Icon image |
pf.gif | Icon | Icon image |
pg.gif | Icon | Icon image |
ph.gif | Icon | Icon image |
pk.gif | Icon | Icon image |
pl.gif | Icon | Icon image |
pm.gif | Icon | Icon image |
pn.gif | Icon | Icon image |
pr.gif | Icon | Icon image |
ps.gif | Icon | Icon image |
pt.gif | Icon | Icon image |
pw.gif | Icon | Icon image |
py.gif | Icon | Icon image |
qa.gif | Icon | Icon image |
re.gif | Icon | Icon image |
ro.gif | Icon | Icon image |
rs.gif | Icon | Icon image |
ru.gif | Icon | Icon image |
rw.gif | Icon | Icon image |
sa.gif | Icon | Icon image |
sb.gif | Icon | Icon image |
sc.gif | Icon | Icon image |
scotland.gif | Icon | Icon image |
sd.gif | Icon | Icon image |
se.gif | Icon | Icon image |
sg.gif | Icon | Icon image |
sh.gif | Icon | Icon image |
si.gif | Icon | Icon image |
sj.gif | Icon | Icon image |
sk.gif | Icon | Icon image |
sl.gif | Icon | Icon image |
sm.gif | Icon | Icon image |
sn.gif | Icon | Icon image |
so.gif | Icon | Icon image |
sr.gif | Icon | Icon image |
st.gif | Icon | Icon image |
sv.gif | Icon | Icon image |
sy.gif | Icon | Icon image |
sz.gif | Icon | Icon image |
tc.gif | Icon | Icon image |
td.gif | Icon | Icon image |
tf.gif | Icon | Icon image |
tg.gif | Icon | Icon image |
th.gif | Icon | Icon image |
tj.gif | Icon | Icon image |
tk.gif | Icon | Icon image |
tl.gif | Icon | Icon image |
tm.gif | Icon | Icon image |
tn.gif | Icon | Icon image |
to.gif | Icon | Icon image |
tr.gif | Icon | Icon image |
tt.gif | Icon | Icon image |
tv.gif | Icon | Icon image |
tw.gif | Icon | Icon image |
tz.gif | Icon | Icon image |
ua.gif | Icon | Icon image |
ug.gif | Icon | Icon image |
uk.gif | Icon | Icon image |
um.gif | Icon | Icon image |
us.gif | Icon | Icon image |
uy.gif | Icon | Icon image |
uz.gif | Icon | Icon image |
va.gif | Icon | Icon image |
vc.gif | Icon | Icon image |
ve.gif | Icon | Icon image |
vg.gif | Icon | Icon image |
vi.gif | Icon | Icon image |
vn.gif | Icon | Icon image |
vu.gif | Icon | Icon image |
wales.gif | Icon | Icon image |
wf.gif | Icon | Icon image |
ws.gif | Icon | Icon image |
xx.gif | Icon | Icon image |
ye.gif | Icon | Icon image |
yt.gif | Icon | Icon image |
za.gif | Icon | Icon image |
zm.gif | Icon | Icon image |
zw.gif | Icon | Icon image |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
php-visitor-tracking-2015-11-11.zip 222KB | |
php-visitor-tracking-2015-11-11.tar.gz 193KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
99% |
|
|
User Ratings | User Comments (4) | |||||||||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
visitorTracking Documentation |
visitorTracking GitHub Repo |