by ariyes
12 replies
Hi

I am looking this script

Download movies. Thousands of full length movies available for instant downloads. Huge list of supported formats: divx, ipod, pda, dvd etc.
Download full length movies online. DVD, DivX, PDA and iPod versions available!
Full DVD Movie Download: DivX & iPod Compatible, No Rental, Cheap Prices.

This 3 site made by same script. I don't think this is custom made script. But i can't find it in google. i dont know the script name also. Plz help me to find this.

Thanks.
#script
  • Profile picture of the author rwil02
    You are looking for a copy of the script that generated those 3 sites?
    Is that correct?
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[212264].message }}
    • Profile picture of the author ariyes
      Originally Posted by rwil02 View Post

      You are looking for a copy of the script that generated those 3 sites?
      Is that correct?
      Yes yes i am. I need that script.
      Signature
      Recurring Affiliate Program - Up to 20% Cash commission
      Ask Us About Sponsoring Your Web Site (High Traffic Sites Only)
      {{ DiscussionBoard.errors[213343].message }}
  • Profile picture of the author MaryK
    Have you tried 'view source', if that works and isn't blocked, then copy/paste the script into your editor. I am assuming you want the coding for the web pages. Hope this helps.
    Signature
    Mary K Gill Latest book: The Twelve Natural Laws of the Universe - achieve all your desires for less than the price of coffee and cake. P.S. It only fattens your mind, not your thighs.
    Mindset Power Site
    {{ DiscussionBoard.errors[213392].message }}
  • Profile picture of the author rwil02
    I took a look through the page contents, but I don't really see anything I would consider a telltale for the origin of the script.

    It looks like it pulls a bunch of data feeds from different places, and filters them by category/tag/keyword.
    Also has what I think would be .htaccess rewrite to map static looking page names to a PHP handler.
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[214721].message }}
  • Profile picture of the author uggicorp
    i can help you get that script im a designer.
    {{ DiscussionBoard.errors[215110].message }}
  • Profile picture of the author awesometbn
    Hello ariyes,
    I also saw your post over at DP. This looks to me like scrapper sites off IMDB. You might want to check whois and contact the site owner with this question. Or you can pay elance.com or rentacoder.com to produce something custom for your purposes.
    {{ DiscussionBoard.errors[221613].message }}
  • Profile picture of the author wayfarer
    Downloads and uploads must be handled by a server-side code, the code of which you will never be able to see by "viewing source" (by the way, you can NEVER be blocked from viewing the source of a webpage). PHP code is all parsed before anything is sent to a browser, so sensitive things like file uploads cannot be spoofed.

    I did a little snooping and found that they all have an /admin directory that allows login for administrators. The first and third one have exactly the same message that pops up, which must be the default login message:
    Wanna kill all humans?
    lol...
    The middle one has a different login page, with a clue:
    This page layout is based on Code Igniter's manual concept by pMachine, Inc.
    I think that is a clue that it is a web application designed in Code Igniter (a PHP framework), which means it may be publicly available. You're right, they are definitely all the same script!

    Good luck!
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[221673].message }}
  • Profile picture of the author grangonzo
    Nice script, i'd like to kn too!
    {{ DiscussionBoard.errors[228130].message }}
  • Profile picture of the author Plinko
    Not familiar with the script, it may be custom programmed. These relevant headers may give you some information to go off of. It is certainly PHP (hence, the default PHP cookie name of PHPSESS as set in php.ini has not been changed). Maybe you can dig up PILANI and see what that is. That would be a cookie from the application.

    HTTP/1.0 200 OK
    Connection: close
    Set-Cookie: PHPSESSID=omitted for security; path=/
    Set-Cookie: PILANI_TRACKING=omitted for security
    expires=Mon, 08-Dec-2008 15:57:54 GMT; path=/
    Set-Cookie: PILANI_TRACKING_ID=omitted for security;
    expires=Mon, 08-Dec-2008 15:57:54 GMT; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    X-Pilani-Cookie-Set: 3
    Server: lighttpd/1.4.20
    {{ DiscussionBoard.errors[233829].message }}
  • Profile picture of the author rwil02
    Pilani is an indian/hindu word.
    nothing in google for pilani_tracking, but lots for pilani
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[235199].message }}
  • Profile picture of the author Plinko
    rwil02, good work. I'm going to guess that because they are using lighttpd this is a custom loaded server. lighttpd is supposed to be very good but you probably won't find it on many (any) hosts so I'm guessing (without doing further research) this is a dedicated server. PHP has either been mapped to .html or they are using a custom handler to parse all HTML through PHP.

    Either way, this is a tough nut to crack. Seeing as how there is no other information on the Internet about the Pilani-Cookie I will go out on a limb and say this may be a custom programmed solution. If it was a common app, you would probably find someone asking questions about it.

    If you are looking for something similar I'd try hotscripts.com.
    {{ DiscussionBoard.errors[235229].message }}
    • Profile picture of the author firebane05
      You are looking for a copy of the script that generated those 3 sites?
      Is that correct?
      Signature
      TheFitPanda - Health & Wellness that Inspires
      {{ DiscussionBoard.errors[4101669].message }}

Trending Topics