New Paste

 

Recent Pastes

Administrate




Pastebin on p.luis.im

PasteID: m
Pasted by Anonymous, 2022-04-13 05:15:32 GMT
Expires Never
Paste size 992 b
Tools Raw   Download
 
  1.  if($requri != "install" && $requri != NULL   
  2. 2514         && $bin->checkIfRedir($requri) != false && substr($requri, -1) != "!"   
  3. 2515         && !$_POST['adminProceed'] && !$_POST['adminProceed'])  
  4. 2516  
  5. 2517 {  
  6. 2518         header("Location: " . $bin->checkIfRedir($requri));  
  7. 2519         die("This is a URL/Mailto forward holding page!");  
  8. 2520 }  
  9. 2521   
  10. 2522 if($requri != "install" && $requri != NULL && substr($requri, -1) != "!"   
  11. 2523         && !$_POST['adminProceed'] && $reqhash == "raw")  
  12. 2524 {  
  13. 2525         if($pasted = $db->readPaste($requri))  
  14. 2526         {  
  15. 2527                 if($db->dbt == "mysql")  
  16. 2528                         $pasted = $pasted[0];  
  17. 2529  
  18. 2530                 if(strlen($pasted['Image']) > 3)  
  19. 2531                         header("Location: " . $bin->linker()   
  20. 2532                                 . $db->setDataPath($pasted['Image']));  
  21. 2533  
  22. 2534                 header("Content-Type: text/plain; charset=utf-8");  
  23.  

 
 

 
 
 
 
 
Written by Xan Manning, 2010.