IMDB Data Leech 2011 (added html/bbcode ...)

Status
Not open for further replies.

adelsbm

Active Member
51
2011
9
0
Hi guys ..

I have developed a script to fetch data from IMDB, and called it IMDB Easy post maker : http://www.wjunction.com/showthread.php?t=82493

But i had to add some features according to requests of members ..

Features :
--> IMDB Search
--> HTML/BBCode /VBCode/SMFCode/IPBCode information code ..

NOTE : U need curl on in your server

and Still working in it ..

I try to serve you and Need your support ..

Demo : http://adel4.netne.net/idl/

It's only free host :P



Download :

http://www.mediafire.com/?hl585gdjp1l6bysMultiupload


Enjoy
 
Last edited:
13 comments
on your demo site, when you put in an imdb link, all you get back is

Code:
	 <html>	<script type="text/javascript">
function disable(){
links=document.getElementsByTagName('A');
for(var i=0; i<links.length; i++) {
links[i].href="javascript:return false";
   }
}
window.onload=disable;
</script>
</html>
<font face=Arial size=2><br><br><br><br><br><br><h3><u></u></h3>http://www.imdb.com/title/tt0086979<br>
 
on your demo site, when you put in an imdb link, all you get back is

Code:
     <html>    <script type="text/javascript">
function disable(){
links=document.getElementsByTagName('A');
for(var i=0; i<links.length; i++) {
links[i].href="javascript:return false";
   }
}
window.onload=disable;
</script>
</html>
<font face=Arial size=2><br><br><br><br><br><br><h3><u></u></h3>http://www.imdb.com/title/tt0086979<br>

tested again and Working well, plz check it again ..
 
You could've used a better background image. This one reminds me of sBorg.

Another easier to implement class can be found here:
Code:
http://sourceforge.net/projects/imdbphp/


On topic, Good work :)
 
ive looked at this befor but im a bit of a N00b with codeing so looked over it

i have a nice mod installed now only problem im haveing is with it pulling imgs from imdb or lack of
 
Status
Not open for further replies.
Back
Top