![]() |
looking for script - any help
any script out there for members to grab there affiliate id or code everytime they download
|
to clarify, you want a script that will give credit to the affiliate every time their referred member orders/downloads something... such as a VOD site?
|
nope
i want something working inside members area i want to see every member id that downloading clips and pics its simple like tracing every movement they do inside members area especially when they downloading clips and pics |
There was one posted here the other day that places encrypted data in the content to identify the member who downloaded it.
|
Quote:
Jayx - a lot of CMS systems do this by default [CARMA, etc] If not, it wouldn't be hard at all to setup a wrapper to make it happen. IE, if you were linking normally to: /images/Set50/image1.jpg You could easily set it up to do: a] /images.php?path=Set50/image1.jpg Inside that image.php, log $_REQUEST['path'] and $_SERVER['PHP_USER_AUTH'] Or do similar, but with http rewrites. NOTE: If you don't understand the security implications of the above arrangement, don't implement it yourself But with that said, you could do what you want in about.. 3 lines of code :) |
Good luck.
|
thanks for the feed
Quote:
can you still recall the thread? |
Database table like:
downloaded_movie(member_id, movie_id, timestamp) would let you query which members downloaded a movie, what movies a member downloaded, most popular movies in total, most active members. If your movies have good info tagged, probably good for individual targeting like Adsense does. |
Quote:
|
If you are using nats. Just grab the php_auth_user then cross reference your members table in nats. Each time. If you are high traffic this will put a load on your server.
|
i see
Quote:
let me check this one thanks |
Nps. Glad i could help.
SQL: Select loginid,username,password from members where username=$_SERVER['PHP_AUTH_USER'] |
thanks bro
Quote:
i find your thread cool script btw :thumbsup |
Is this method using 'stego' Like many others?
Curious. I will download a read it. |
Quote:
|
Bump for good scripts...
|
All times are GMT -7. The time now is 12:50 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123