![]() |
free tube script w/auto updating embed codes
I'm just about to finish up on a free tube script which has auto updating embedded videos from a friends DB of videos. I am also finishing up on an addon which will be available for a small fee which will import embed codes from some of the top tube sites.
I'll have a first release of the system sometime tomorrow and will be adding a few extra things into it later in the week. Also when I get the SPONSORED content addons together for ES I'll also port them down to this free version for additional addons. Anybody looking for a simple system that they can simply toss up without spending a dime and quickly have thousands of videos and start getting indexed this will be a very nice place to start a site. I'll be building some quick upgrade tools so that once you're getting traffic and profiting you can easily upgrade to the paid script. Any addons you've purchased for the free system will be able to work with the paid script! My plan is to charge a small fee for packages of supporting like 3-5 either embed codes for tube sites or sponsored videos. All to be able to quickly get your site up and running and only paying for what you'll actually use instead of paying $70+ just to get a site launched. If you're interested in being one of the first ones up on this post here! |
Got a demo?
|
Quote:
Steal thehun's or PKs links and start a TGP with them and see how that goes down. -Ben |
Quote:
|
Quote:
|
Sure if they syndicate their feed for others to use and you use it within the TOS.
However don't just suck videos outta pages or anything like that. Yeah Smokey there was a massive blowup about it a while back, people were being hunted for stealing links. Courts have shown that the specific collection of links on a site are copyright the site-owner. Just like the dictionary has words in it which anyone can use..... It is still copyright violation to copy a whole dictionary into a new one. (red herrings) People put alot of hours into building relationships and reviewing submissions, tailoring their site to the market and weeding out the bad stuff...... If you come along and steal that work and the site-owner knows the value of that work, and the profit you're making from said work..... you will be sued. -Ben |
Sounds interesting. Let me know when you have something up.
|
very interesting indeed......... hit me up when u have everything ready 266-990-876
|
I'm interested.
|
good luck with the project :thumbsup
|
Quote:
i once had a guy long ago furious for me linking to his site and it was just a simple text link, anyways he made legal threats many times , so i put his link on every page just to piss him off, i never heard back from him |
Quote:
|
Quote:
Steal his links and see :-) edit: like I said.... It's ok if they allow it..... If you're just ripping vids it's far from ok. -Ben |
Quote:
The original poster never said anything about ripping vids, he said importing embed codes. |
Quote:
also i notice 2 important points you brought up.. #1 u.s. copyright and #2 the berne convention.. there are countries that havent signed the berne convention. p.s. i did build a hun ripper , it grabs the huns latest galleries and turns the galleries into long videos. Its actually quite a cool tool. I didnt think it was a problem really, it would be awfully hard to steal thehun's thunder especially when most of the galleries have his thumb so even if someone recreated an exact replica of the hun , all the branding is thehun's |
Sounds cool. I like the demo in your sig.
|
your demo is wow:):):)
|
sorry I ended up being busy last night, I'm working on it some more now and will have a demo online tonight sometime along with a download link.
the demo link is the paid full system LOL the free one is going to be pretty limited... Trying to figure out what layout I want to use with the free version right now. I'm probably just going to keep it super simple so that people can customize it easier. |
Wow that looks sweet mate
|
hit me up im interested
|
Quote:
|
This is just modified version of a system I had out like a year ago http://entertainmentscript.com/free/ still in that old template, I'll get around to a more pornhub type layout sometime... if anybody could donate some time to putting something else together I'd appreciate it and get them into a beta for the embed code addon ;)
|
http://entertainmentscript.com/free/free.zip
I didn't get the category display/links put back in yet LOL but I'm heading to bed... I'll get some more work done on this in a few days. |
Quote:
|
Sounds nice!
|
Quote:
|
Quote:
|
good one, ill take a copy
|
Quote:
All that you'll need to modify the ads are simply things in the ads/ folder. If you want basic ad rotations its actually quite simple. I'll post up some instructions for this soon. |
I am interested. I am free right now and can reserve the entire weekend to getting it up.
|
It might just be me, but reviewing the source it seems its open to injection via _GET and _POST data as it is loaded directly into the SQL queries so hackers will have a field day with this like other free scripts with uncleansed data to SQL.
|
Quote:
|
Quote:
just because something is free is not a reason, just as the fact that just because something isn't free doesn't mean it is safe |
Quote:
|
Quote:
Yes, even paid scripts are not safe either, but with free you can review source(anyone can) but with a paid product a person would have to spend money first, then have to review to script. Anyway, just raising awareness that people should review the code before putting it live on a site and wondering why it was hacked so quickly. |
with a quick scan it looks like rating.php is the only file that actually takes user data up top simply changing to this:
Code:
$gameid = mysql_real_escape_string($_POST['gameid']); |
Quote:
You may also want to check the admin for references to games/game files and they wont be relevant in a video embed site. |
Quote:
files open to abuse: category.php-$cid search.php-$cid-$search play.php-$id-$id2 function/template files could be open to abuse if register_globals is on. |
I'm uploading a minor update now that fixes the work game in a few places along with that rating.php update and an updated config.php that simply added this:
Code:
if (isset($_POST)){ |
Quote:
|
alright, just uploaded a version that cleans get and post vars where needed.
|
Code:
$_POST = array_map('mysql_real_escape_string', $_POST); Code:
function clean($value){ |
Don't forget some xss cleaning functions
Code:
// Prep user input for storage - XSS cleanup |
this is a variation of what I use in some other scripts which I just put into this one:
Code:
foreach($_POST as $varName => $value) |
1) can you have the videos higher up the page so i dont have to scroll down?
2) can the 300x250 adspace be edited to 250x250 by webmaster? |
Just so you know, your template does not look right under firefox
|
you should get icq
|
Quote:
2) thats easy enough, go into ads/250x250.tpl I actually don't see 300x250 ads, 250x250 is used everywhere I'm seeing. |
so... is the new version more secure now?
|
Quote:
|
All times are GMT -7. The time now is 05:06 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123