GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   looking for script - any help (https://gfy.com/showthread.php?t=893153)

wild_jayx 03-12-2009 03:36 AM

looking for script - any help
 
any script out there for members to grab there affiliate id or code everytime they download

Deej 03-12-2009 03:39 AM

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?

wild_jayx 03-12-2009 06:30 AM

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

nation-x 03-12-2009 06:39 AM

There was one posted here the other day that places encrypted data in the content to identify the member who downloaded it.

quantum-x 03-12-2009 06:52 AM

Quote:

Originally Posted by nation-x (Post 15617726)
There was one posted here the other day that places encrypted data in the content to identify the member who downloaded it.

Not sure he's referring to that nation-x.

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 :)

StaceyJo 03-12-2009 08:42 AM

Good luck.

wild_jayx 03-12-2009 08:06 PM

thanks for the feed
 
Quote:

Originally Posted by nation-x (Post 15617726)
There was one posted here the other day that places encrypted data in the content to identify the member who downloaded it.


can you still recall the thread?

DannyA 03-12-2009 08:19 PM

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.

quantum-x 03-12-2009 08:31 PM

Quote:

Originally Posted by wild_jayx (Post 15621705)
can you still recall the thread?

search for threads started by me, it's one of the top 5

rhcp011235 03-12-2009 08:35 PM

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.

wild_jayx 03-12-2009 09:19 PM

i see
 
Quote:

Originally Posted by rhcp011235 (Post 15621785)
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.


let me check this one


thanks

rhcp011235 03-12-2009 09:34 PM

Nps. Glad i could help.

SQL:

Select loginid,username,password from members where username=$_SERVER['PHP_AUTH_USER']

wild_jayx 03-12-2009 09:36 PM

thanks bro
 
Quote:

Originally Posted by quantum-x (Post 15621777)
Free Video Anti Piracy / Download Script [In here]
A few things first:
#1 - I'm releasing this script under the MIT License. In a nutshell, you may copy it, change it, modify it, sell it, resell it - do whatever you want with it.

#2 - The code here is proven to work, verified (there's also a demo included).

#3 - I cannot support this code. This is why it is free. If you can work it into your sites, that's fantastic. If you want to work this into your CMS, even better. But please don't email or ICQ me asking how to make it work, can I integrate it, etc etc.

What it does
This script injects encrypted member information into your videos [avi & wmv in this release, but adding new formats is easy enough]. Videos still play as normal, work as normal etc. If they're opened in a hex editor, the information is not visible. You need the key to decrypt it [ie, no privacy problems]

Once in place, you can grab your videos off rapidshare, forums, etc etc, and pinpoint exactly who stole your content (username, time and date, original filename and IP)

What it doesn't do
It doesn't survive re-encoding to a tube [sorry!] - but will survive splitting, and often resizing

How it works
A lot of CMSs / Sites stream out the videos. This script watches while the video streams out, and injects the encoded information into the stream in the right place.

What it needs
PHP4/5

It doesn't take up too much overhead, but then again, it's probably not the most efficent thing ever.

Enough chatter: http://www.ninjito.com/VidProt-Final.zip

Now don't let me hear you complaining about having shit stolen again.

BTW, this was tested and proved to work in sitedepth and CARMA (both with some tweaking). We tracked Raven Riley content for over a year, and with it, killed a lot of stolen accounts, and also worked out who was stealing what.


i find your thread


cool script btw :thumbsup

rhcp011235 03-12-2009 09:47 PM

Is this method using 'stego' Like many others?

Curious. I will download a read it.

quantum-x 03-13-2009 06:25 AM

Quote:

Originally Posted by rhcp011235 (Post 15621785)
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.

Much better to log the data then batch it :2 cents:

tranza 03-13-2009 06:27 AM

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