Auto upload code that uploads to sub domain site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto upload code that uploads to sub domain site

    Pls any body here, knws of any uploading code, that support sub domain site uploading like wapka? If yes, pls sumbody should help me with the code or direct me how to go about it.

    #2
    Your question is kind of confusing on what you want....
    if your on about copying scripts to the subdomain directory then you can use something like:
    PHP Code:
    mkdir ($subDomain);
    copy('script.php''./'.$subDomain.'/script.php'); 
    if you are on about "uploaders" then you just use any uploader script and just change directories
    eg:
    PHP Code:
    move_uploaded_file($tempFileName'./SubDomain/'.$newFileName); 

    Comment


      #3
      Originally posted by jonac View Post
      Pls any body here, knws of any uploading code, that support sub domain site uploading like wapka? If yes, pls sumbody should help me with the code or direct me how to go about it.
      why dont u create subdomain??? and be specific what u want ???

      Comment


        #4
        he mean " He Want Such Script Dat Upload Game,app.... To Wapka Site "

        i Have Such Script But Its A Paid Better u Pay To Coder

        Comment


          #5
          @somethingelse thanks, @shushant yes, thats what i need, pls how can i get it?

          Added after 3 minutes:

          Here is demo
          Last edited by jonac; 27.11.11, 08:04.

          Comment


            #6
            how Much U can Pay ?

            Comment


              #7
              Bro i have no money, can u do with free hosting?

              Comment

              Working...
              X