Click to See Complete Forum and Search --> : Do you like my Youtube Proxy???


The-Master
03-08-2008, 05:13 AM
So I just concentrated on making it work on one site only. Its not an anonymous proxy that removes absolutely everything so it wont remove javascript or ajax parts (which by the way don't work!) but it does work everywhere I have tried it.

Tell me if you like it.

http://u.toob.hal0.org/

dougal85
03-08-2008, 06:42 AM
I'm just curious... why?

The-Master
03-08-2008, 12:41 PM
At places where it is blocked like School it is useful to keep me entertained in class and apart from that it was just really a learning experience. I wanted to make it.

benracer
03-08-2008, 01:49 PM
Hi,
Nice Work! Im still at school and everything is blocked by RM. Any chance you could post some of the coding or point me in the wright direction on how to make this. Thank ;)

The-Master
03-09-2008, 03:43 PM
Do some reverse engineering of youtube to find out how to download the youtube videos firstly. Then make a script that does this:

http://hal0.org/toob/?page=http://youtube.com/watch?v=-ZJDNSp1QJA

Then basically make a script that gets the youtube code using cURL (http://curl.haxx.se/libcurl/php/) or file if you want to be awkward to get the page you want using get data and just use some regex or str_replace to change all the links to point to your page and also to replace any videos with a flash video player which plays the flv from your first script. Once you have done that you can make another script or implement it into the other script that it basically loads the images like a proxy (through your site).

Once you get that you can then make it automatically login so that you can watch flagged videos etc.

Good luck, but I don't mind you using mine and it will stay there for a while.

benracer
03-09-2008, 06:15 PM
Thanks, would it be possible to create some thing like this for paypal. I would love an autologin :) Does a secure connection differ the results.

The-Master
03-10-2008, 11:57 AM
You could do something like this for paypal but I don't think that is a good idea because if a hacker gains access to your server he will then have access to your paypal account which is not good.

benracer
03-11-2008, 08:04 PM
ok, i tried it today and i could not view the movie, the vlc player is displayed but not accessable. The flash run is version 7. Also i could not post a comment. Hope you could fix it. :)

line:2004
char:4121
error: nul is nul or not an object
code:0

The-Master
03-12-2008, 08:33 AM
ok, i tried it today and i could not view the movie, the vlc player is displayed but not accessable. The flash run is version 7. Also i could not post a comment. Hope you could fix it. :)

line:2004
char:4121
error: nul is nul or not an object
code:0
You can't post a comment on this because posting comments requires ajax, which would be too much work to implement.

I don't know why it wouldn't work. Are you using IE? If you send me a screenshot I might have an idea of why it isn't working.

Try another video and see if this (http://www.jeroenwijering.com/?item=JW_FLV_Player) site displays the videos. If it does then it is probably a problem on my end.

benracer
03-12-2008, 12:41 PM
ok, i will try and get a screen shot for you though, the only difference is the player. It looks fine though no buttons are useable. I think this may be because they run flash player 7 which can only support as1 and as2. Thanks ;)