Jump to content

upload tool to one host


Kyme
 Share

Recommended Posts

hi guys...

this will sound like crap...but i want to make one uploader to this host but i don't know where to start...

what i find it's this

here are the linkwhere i must to send packs and now i stay and look on the screen and i don't get it how to make it :|

i can use html manipulation but for more then 1 file it will be damn slow

can anybody give me some tip please?

thank you

Regard's, Emanuel

Edit:

i have extract the upload page from it and it's work like clam...but i don't have an ideea how to fill the files and submit the upload...please guys can help me with this?

here's the source of page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <meta name="Keywords" content="upload fisier, incarca fisier, incarca muzica, incarca poze, trmite poze, trmite muzica, file upload, file host, upload files, share files, free file host, free file storage, file storage, file sharing" />
    <script language="Javascript" type="text/javascript" src="http://fisierulmeu.ro/xupload.js"></script>
    <link rel="stylesheet" type="text/css" href="http://fisierulmeu.ro/style.css"/>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta name="verify-v1" content="sY4EcA/5AgfFfN6wt43JE047cUmvmbfeJd1rVBwrP2I=" />
    <meta name="verify-v1" content="bS6AEPbUYk6y7Zf5r1b25lMDpC7YezvWHKRdV85jfnY=" />
</head>
<body style="background-position:0 73px;">
    <script language="Javascript" type="text/javascript">
    if (top.location != location) {
        top.location.href = document.location.href ;
      }
    </script>
        <div id="container" style="margin-top:73px;">
            </div>
                        <script language="Javascript" type="text/javascript">
    var ext_allowed='';
    var ext_not_allowed='.torrent';
    var max_upload_files=100;
    var max_upload_size=200;
    var descr_mode=1;
</script>
    <form name="F1Upload" id="uploadaction" enctype="multipart/form-data" action="" method="post" onsubmit="return StartUpload(this);">
        <input type="hidden" name="login_id" value="60882" ></input>
        <div id="div1">
            <div id="upload_input">
                    <input id="my_file_element" type="file" name="file_1" size="49" style="font-size: 11px;" class="btn"/>
        </div>
            <div id="file_list">
                <b>Poti uploada <font id='x_max_files'>100</font> de fisiere deodata (max <font id='x_max_size'>200 MB</font>)</b></br>
                <div id="files_list"></div>
            </div>
            <div id="optidiv">
                <div class="advanced">
                    Trimite la e-mail (optional)
                    <input type="text" autocomplete="off" name="link_rcpt" class="myFormOpt" style="width:170px;margin-left: 7px;">
                </div>
                <div class="advanced">
                    Seteaza cu parola (optional)
                    <input type="password" autocomplete="off" name="link_pass" class="myFormOpt" style="width:170px;">
                </div>
            </div>
            <div id="submit_btn" ><input type="submit" value="Start Upload" class="btn"/></div>

        </div>

    </form>
    <div id="progress2" style="position: absolute;left:-9999px;">
        <iframe src="http://fisierulmeu.ro/loading.html" id="progress2f" name="transfer2" border="0" scrolling="NO" topmargin="0" leftmargin="0" frameborder="0" style="width: 395px; height: 200px;"></iframe>
    </div>
</div>

<iframe name="xupload" style="position: absolute;left:-9999px;"></iframe>
<script language="Javascript" type="text/javascript">
    document.getElementById('uploadaction').action = "http://86."+"55"+"."+"16." + "126" +":"+"32"+"6"+"34"+"/cgi/upload.cgi?upload_id=";
    var form_action = getFormAction(document.F1Upload);
    InitUploadSelector();
</script>
                    </div>
                </div>
            </div>
        </div>
        
        
        <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
            var pageTracker = _gat._getTracker("UA-3230157-6");
            pageTracker._trackPageview();
        </script>
</body>
</html>
Edited by Kyme
Link to comment
Share on other sites

Unfortunately, my office is blocking ur host server site.. So can't help you much..

As I see it, you need to check the IE functions for this.. esp: _IECreate(), _IEAttach(), _IEFormElementGetCollection(), _IEFormElementGetObjByName(), _IEFormElementSetValue()..

Good Luck!!

Edited by Manjish
[font="Garamond"]Manjish Naik[/font]Engineer, Global Services - QPSHoneywell Automation India LimitedE-mail - Manjish.Naik@honeywell.com
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...