太奇怪了 酷六网站支持站外上传? 为何这个网站可以,而且自动返回缩略图地址和视频地址
因为要用到视频上传所以在网上寻找了一下,偶然碰到了这样一个网站,他们的UChome用的是2.0的,然后里面有一个视频上传的功能。
让人惊奇的是里面的视频上传到的地址是酷六。而且酷六自动的发送缩略图地址和上传后的视频地址给他们。
关键的函数js 地址,大家可以下载下来看看
【处理上传】http://home.babydao.com/swfobject.js
【创建上传表单的代码】
- JScript code
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <script language="JavaScript"> <!-- var so = new SWFObject('http://v.ku6.com/uploadvideoforpartnerserver.jsp', 'video_uploader', '500', '58', '9', ''); so.addParam('allowScriptAccess', 'always'); so.addParam('FlashVars', 'mediatype=1'); so.write('flash_uper'); var uploadObject=document.getElementById("video_uploader"); //--> </script>
【页面】http://home.babydao.com/cp.php?ac=uploadvideo
【整体页面HTML如下】
- HTML code
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><div id="mainarea"> <script language="JavaScript" src="http://home.babydao.com/swfobject.js"></script> <script language="JavaScript"> var isSelectFile=false; var upLoading=false; function isMvUploaded(B,S){ //alert(B); //alert("upv"+S); alert("文件上传成功,开始提交视频信息"); document.postForm.upv.value=S; document.postForm.submit(); } function MvSelected(B, C){ var ext; var title; title= C.substring(0,C.lastIndexOf(".")); ext= C.substring(C.lastIndexOf("."),C.length).toLowerCase(); isSelectFile=true; //alert("文件标题为:"+title+"\r\n文件扩展名为:"+ext); } function uploadFile(){ if(document.postForm.title.value.length>30 || document.postForm.title.value.length==0){ alert("标题长度大于30个字符或者为空,请重新填写"); return false; } if(document.postForm.des.value.length>1000 || document.postForm.des.value.length==0){ alert("简介长度大于1000个字符或者为空,请重新填写"); return false; } if(document.postForm.tag.value.length>44 || document.postForm.tag.value.length==0){ alert("关键字长度大于44个字符或者为空,请重新填写"); return false; } document.postForm.uploadsubmit.disabled=true; document.postForm.uploadsubmit.value="上传中......"; if(upLoading){ alert("已经在上传中..."); return; } if(!isSelectFile){ showOpenDialog(); } uploadObject.UpMV(false); upLoading=true; } </script> <h2 class="title"> <img src="/static/imghwm/default1.png" data-src="image/app/video.gif" class="lazy" alt=" 太奇怪了 酷六网站支持站外上传? 为何这个网站可以,而且自动返回缩略图地址和视频地址,该怎么处理 " >视频</h2> <div class="tabs_header"> <ul class="tabs"> <li class="active"><a href="cp.php?ac=uploadvideo&albumid="><span>视频上传</span></a></li> <li><a href="space-88449-do-video-view-me.html"><span>返回我的视频</span></a></li> </ul> </div> <div class="c_form"> <form method="post" id="postForm" name="postForm" action="cp.php?ac=uploadvideo"> <table cellspacing="0" cellpadding="0" class="formtable"> <tbody id="attachbodyhidden"> <tr> <td> 选择视频</td> <td> <div id="flash_uper"> <script language="JavaScript"> <!-- var so = new SWFObject('http://v.ku6.com/uploadvideoforpartnerserver.jsp', 'video_uploader', '500', '58', '9', ''); so.addParam('allowScriptAccess', 'always'); so.addParam('FlashVars', 'mediatype=1'); so.write('flash_uper'); var uploadObject=document.getElementById("video_uploader"); //--> </script> </div> <input type="hidden" name="formhash" value="bc1c7f82"> <input name="upv" value="" type="hidden"> </td> </tr> <tr> <td> 视频名称</td> <td> <input type="text" class="t_input" size="20" id="title" name="title" value="">长度范围: 1-30位(1中文占2位) </td> </tr> <tr> <td> 视频分类</td> <td> <input type="radio" name="albumid" value="1" checked>宝宝show<input type="radio" name="albumid" value="2">儿童影视<input type="radio" name="albumid" value="3">健康/护理<input type="radio" name="albumid" value="4">教育/游戏<input type="radio" name="albumid" value="5">居家/饮食<br><input type="radio" name="albumid" value="6">美容/健身<input type="radio" name="albumid" value="7">影音/娱乐<input type="radio" name="albumid" value="8">搞笑/宠物<input type="radio" name="albumid" value="9">旅游/聚会<input type="radio" name="albumid" value="10">其他 </td> </tr> <tr> <td> 视频描述</td> <td> <textarea id="des" name="des" rows="10" cols="40"></textarea>长度范围: 1-1000位(1中文占2位) </td> </tr> <tr> <td> 关键字</td> <td> <input type="text" class="t_input" size="40" id="tag" name="tag" value="">长度范围: 1-44位(1中文占2位,含空格),使用空格分割 </td> </tr> <tr> <td></td> <td> <br> <input type="button" name="uploadsubmit" id="btnupload" value="开始上传" class="submit" onclick="uploadFile();"> </td> </tr> </tbody> <tbody id="attachbody"></tbody> </table> </form> </div> </div> <div class="clear"> </div>

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python are both high-level programming languages that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values and handle functions that may return null values.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software