Closed Thread
Results 1 to 4 of 4

Thread: Please clear my doubts!

  1. #1
    sreerag135993 is offline x10Hosting Member sreerag135993 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    5

    Please clear my doubts!

    Sir,
    x10hosting.com is a great service.
    Thank you very much.
    please clear my these doubts,

    1) I have a slow internet connection.But I want to upload some large files (about 10MB to100Mb).(not illegal files).Is it possible?? Downloading from remote server (url uploading) using php is prohibited???

    I hope a friendly reply from you.

    I respect your Terms and Services.
    I want to give some useful services to visiters of my website.I have been read T&C.But I can\'t learn all the conditions. Because I am not fluent in English.So If I made a mistake, then please warn me by email.I will correct that.
    yours
    faithfully
    sree

  2. #2
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    Re: Please clear my doubts!

    Yup, uploading large files is fine. It just might take a while to upload XD

    Downloading remote files using file_get_contents / curl / whatever is allowed.
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  3. #3
    sreerag135993 is offline x10Hosting Member sreerag135993 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    5

    Re: Please clear my doubts!

    Thanks.
    But I don't know more about php,scripting,etc.
    I get a php(remote url download script) file from my friend.
    For confirmation,I will add that script.
    plz check and reply.
    =====================================
    <form method="post">
    <input name="url" size="50" />
    <input name="submit" type="submit" />
    </form>
    <?php

    // maximum execution time in seconds
    set_time_limit (24 * 60 * 60);

    if (!isset($_POST['submit'])) die();

    // folder to save downloaded files to. must end with slash
    $destination_folder = 'mydownloads/';

    $url = $_POST['url'];
    $newfname = $destination_folder . basename($url);

    $file = fopen ($url, "rb");
    if ($file) {
    $newf = fopen ($newfname, "wb");

    if ($newf)
    while(!feof($file)) {
    fwrite($newf, fread($file, 1024 * 8 ), 1024 * 8 );
    }
    }

    if ($file) {
    fclose($file);
    }

    if ($newf) {
    fclose($newf);
    }

    =======================================

    I want to add this script in public_html folder.(for temporary file storing service. )
    Is it allowed?
    If yes, thanks.
    If No, I will not publish that page link.

    waiting for reply.

    ---------- Post added at 08:07 PM ---------- Previous post was at 06:08 PM ----------

    Sir,
    Are you offline now?
    Anyway one more doubt, External links of movies,songs,softwares are allowed???
    I mean rapidshare,hotfile,etc.
    Last edited by sreerag135993; 05-12-2011 at 01:16 PM.

  4. #4
    stpvoice's Avatar
    stpvoice is offline Community Support Rep stpvoice has a brilliant futurestpvoice has a brilliant futurestpvoice has a brilliant future
    Join Date
    Dec 2008
    Location
    United Kingdom
    Posts
    5,939

    Re: Please clear my doubts!

    Hello,

    We don't allow file storage. All files must be related to your site.
    Links to external illegal material such as pirated software/music is prohibited.

    Thanks.


Closed Thread

Similar Threads

  1. Some Doubts Regarding .NET
    By mandy0 in forum Programming Help
    Replies: 2
    Last Post: 12-22-2010, 05:50 AM
  2. Doubts about DB
    By tahlendorf in forum Free Hosting
    Replies: 2
    Last Post: 06-03-2010, 08:30 AM
  3. Replies: 2
    Last Post: 03-29-2010, 09:58 PM
  4. I have a doubts!
    By Ephectx in forum Free Hosting
    Replies: 5
    Last Post: 09-03-2006, 12:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers