Find the movie address played by viewgood webplayer! -Online playback and download

Source: Internet
Author: User

Copy this section to create an htm document
----------------------------
<Script language = "JScript">
Document. onkeydown = function ()
{
If (event. keyCode! = 27)
{
Event. keyCode = 0;
Event. returnValue = false;
}
}
Function PlayerError ()
{
If (window. opener = undefined) history. back (-1 );
Else self. close ();
}
</Script>
<Html>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = GB2312">
<Title> welcome to cinema piracy </title>
</Head>
<Body onContextMenu = "window. event. returnValue = false; "bgcolor =" #000000 "topMargin =" 0 "leftMargin =" 0 "style =" border-color: #000000; ">
<Table align = "center" cellspacing = "0" cellpadding = "0" width = "100%" border = "0">
<Tr>
<TD align = "center" valign = "Middle">
<Object ID = "webplayer" width = "1024" Height = "768" classid = "CLSID: AA899B43-24BD-4B6B-BBD0-45557D8D11E0" viewastext>
<Param name = "_ version" value = "65536">
<Param name = "_ extentx" value = "10583">
<Param name = "_ extenty" value = "10583">
<Param name = "_ stockprops" value = "0">
</Object>
</TD>
</Tr>
</Table>
<Script language = "jscript">
X = checkplayer ();
Function playerinit (szserverhost)
{
Webplayer. servermode = "2 ";
Webplayer. Username = "";
Webplayer. userid = "";
WebPlayer. PlayMode = "1"; // SendType
WebPlayer. PlayModeValue = "4728"; // MultiIP_Addr
WebPlayer. ChannelID = "4728 ";
WebPlayer. AuthenHost = "vod.arhz.com: 80 ";
WebPlayer. ServerHost = "1.1.1.1"; // IpAddr
WebPlayer. Session = "";//"";
WebPlayer. ProtocolType = "1 ";
WebPlayer. EmbedMode = "1 ";
WebPlayer. ProgName = "returning from super ";
WebPlayer. ContorlWidth = 322;
WebPlayer. ContorlHeight = 320;
WebPlayer. Start ();
}
Function RestorePlayerWindow (iWidth, iHeight)
{
Window. resizeTo (iWidth, iHeight );
AvailWidth = screen. Width;
AvailHeight = screen. availHeight;
ITmpPix = availWidth-iWidth;
IWinLeft = iTmpPix/2;
ITmpPix = availHeight-iHeight;
IWinHeight = iTmpPix/2;
Window. moveTo (iWinLeft, iWinHeight );
}
Function GetHostName (szUrl)
{
INameSize = szUrl. indexOf ("/", 7)-7;
SzUrl = szUrl. substr (7, iNameSize );
If (szUrl. indexOf (":")> 0) iNameSize = szUrl. indexOf (":");
SzHostName = szUrl. substr (0, iNameSize );
Return szHostName;
}
Function GetHostPort (szUrl)
{
Var szHostPort, iPortPos, iPortSize;

If (szUrl. indexOf (":", 5)> 0)
{
IPortPos = szUrl. indexOf (":", 5) + 1;
If (szUrl. indexOf ("/", iPortPos)> 0) iPortSize = szUrl. indexOf ("/", iPortPos)-iPortPos;
SzHostPort = szUrl. substr (iPortPos, iPortSize );
}
Else
{
SzHostPort = 80;
}
Return szHostPort;
}
Function CheckPlayer ()
{
Try
{
Var oTest = new ActiveXObject ("VGPlayer. WebVGPlayer.1 ");
}
Catch (e)
{
If (window. opener = undefined)
{
Window. alert ("the Player Plug-in will be installed on VOD for the first time ...");
Window. open ("../download/WebPlayer.exe ");
History. back (-1 );
}
Else
{
Window. opener. alert ("the Player Plug-in will be installed on VOD for the first time ...");
Window. opener. open ("../download/WebPlayer.exe ");
Self. close ();
}
Return false;
}
Delete oTest;
PlayerInit ("1.1.1.1 ");
// RestorePlayerWindow (334,352 );
Return true;
}
Function GetServerHost ()
{
SzServerHost = "";
If (szServerHost. length = 0)
{
Alert ("/n sorry, the server cluster load is full or your address is out of service range! ");
Self. close ();
}
If (szServerHost = "-1") szServerHost = GetHostName (this. location. href) + ": 80 ";
Return szServerHost;
}
</Script>
</Body>
</Html>
<! -- Modify by areslobby -->
------------------------------

Where

WebPlayer. PlayModeValue = "4728"; // MultiIP_Addr
WebPlayer. ChannelID = "4728 ";
WebPlayer. AuthenHost = "vod.arhz.com: 80 ";

"4728" is the number of the movie
"Vod.arhz.com: 80" is the server address.

Enter the above data to play the video!

Like WebPlayer. AuthenHost = GetHostName (this. location. href) +/":/" + GetHostPort (this. location. href );
The Encapsulated Address can be manually converted to the above address...

You can use the network sniffer 4.7 to find out what you want to download ..

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.