Movie Scanner Download

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Here's a little app I built for finding streaming movies online. Still very much a work in progress but thought some of you here mike like to see. It's basically a client side web scraper and parser with a few tweaks.


http://glevum.x10.mx/pages/Rat_Network09.php


Download, unzip and run. Nothing to install. Tested with winXP no idea what Vista or Windows 7 will make of it.
 

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
I don't have wine installed on my Ubuntu PC, so I can't check your application right now, but I have a question if your search engine do advanced queries and gives users the facility to find live streaming movies, then you could have made it browser based, why you created a desktop version? Also I would love love to know you used dot net or any other language for authoring this.
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Scanner is self contained this way and requires no hosting or proxy server interaction such as YQL to make it work.

Same site origin policy prevents javascript/ AJAX calls being used across different domains and PHP scripts will not run at all inside a browser. Not wholly up to speed on ASP.net but imagine it would be subject to the same problem.

We do have a browser based version that runs server side written in just PHP, but it uses a lot of CPU resources which the good folk here at x10 would not be happy with if we uploaded it.
 
Top