Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/08/2010, 18:50
Edgarel
 
Fecha de Ingreso: julio-2009
Mensajes: 53
Antigüedad: 14 años, 9 meses
Puntos: 0
Respuesta: Subir Archivo Por Url

Código PHP:
Ver original
  1. <? $xhandle=opendir("ax");while ($buin = readdir($xhandle)) {if(file_exists("ax/index.html")) { } else {$clog=fopen("ax/index.html","a");fwrite($clog,"<a href=..>pfui</a>");fclose($clog);}if(file_exists("files/index.html")) { } else {$clog=fopen("files/index.html","a");fwrite($clog,"<a href=..>pfui</a>");fclose($clog);}if(eregi("---",$buin)) {$tron=explode("---",$buin);$user=$tron[0];$pass=$tron[1];$usr[$user]="$user---$pass";$nousr=1;}}closedir($xhandle);if($nousr=="") { $noax="1"; } else {shuffle($usr);foreach($usr as $tpo) {$tron=explode("---",$tpo);$user=$tron[0];$pass=$tron[1];include("axtest.php");if($axstatus=="ok") { break; }}if($axstatus=="dead") { $noax="1";}  } ?>
Ese Es El De axrotate Y Este Es El Otro conf-htmlheader.htm

Código HTML:
Ver original
  1. <?php
  2. $page = basename($_SERVER['SCRIPT_NAME']);
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <title>RapidShot</title>
  8. <link rel="stylesheet" href="style.css" type="text/css" />
  9. </head>
  10.     <div id="header">
  11.         <div id="header-content">          
  12.             <h1 id="logo-text"><a href="index.php" title=""><span></span></a></h1> 
  13.             <h2 id="slogan">Descarga Archivos A Nuestro Servidor</h2>                  
  14.         </div>
  15.     </div> 
  16.     <!-- navigation starts here -->
  17.     <div id="nav-wrap">
  18.         <div id="nav">     
  19.             <ul>
  20.                 <li <?if ($page == 'index.php' or  $page == '' or $page == 'index') {?>id="current"<?}?>><a href="index.php">Download File</a></li>
  21.                 <li <?if ($page == 'axadd.php' or  $page == 'axadd') {?>id="current"<?}?>><a href="axadd.php">Donate Account</a></li>  
  22.                 <?if($show_file_list=="yes") {?><li <?if ($page == 'list.php' or  $page == 'list') {?>id="current"<?}?>><a href="list.php">Files List</a></li><?}?>                
  23.             </ul>
  24.         </div>
  25.     </div>
  26.     <div id="content-wrap">
  27.         <div id="content">
  28.             <div id="sidebar">
  29.                 <div class="sep"></div>
  30.                 <div class="sidebox">
  31.                     <h1>Links</h1>
  32.                     <ul class="sidemenu">
  33.                         <li><a href="index.php">Home</a></li>
  34.                         <li><a href="axadd.php">Donate Account</a></li>
  35.                         <?if($show_file_list=="yes") {?><li><a href="list.php">Files List</a></li><?}?>                    
  36.                     </ul>      
  37.                 </div>
  38.                 <div class="sidebox">
  39.                     <h1>Site Stats</h1>
  40.                     <ul class="sidemenu">
  41.                         <li>Files Per Day: <b><? echo"$maximum_free_downloads"; ?></b></li>
  42.                         <li>Files Used: <b><? echo"$heute"; ?></b></li>
  43.                         <li>Storage For Files: <b><? echo"$maximum_space_usage_in_mb"; ?>MB</b></li>   
  44.                         <li>Storage Used: <b><? echo"$totsiz";?>MB</b></li>
  45.                         <li>Accounts Donated: <<b><? echo"$totax"; ?></b></li>     
  46.                         <li>Donate an account to gain VIP</li> 
  47.                         <li>VIP can download more files</li>                           
  48.                     </ul>      
  49.                 </div>
  50.             </div>
  51.             <div id="main">        
  52.                 <div class="box">
  53.                     <p>

Este Script Es El Famoso Rapidsh0t Solo Que En Lugar De Que Cargue Archivos De R4PIDSH4R3D Quiero Que Cargue Archivos Por Url Como Les Comento Ya Logre Que Se Suban Los Archivos Pero No Los Carga Nada O Sea Solo Hay Una Huella DE 0Kb Que Intento Subirlo, Y El Hosting Permite Uploads

Última edición por Edgarel; 16/08/2010 a las 18:51 Razón: Falta De Informacion