Subdomain Posts
None | 17 days ago
PHP | 274 days ago
None | 276 days ago
PHP | 276 days ago
PHP | 276 days ago
PHP | 276 days ago
PHP | 388 days ago
C# | 408 days ago
C# | 408 days ago
PHP | 408 days ago
Recent Posts
Lua | 31 sec ago
None | 42 sec ago
Java | 52 sec ago
Java | 2 min ago
C++ | 2 min ago
Lua | 3 min ago
None | 3 min ago
C++ | 3 min ago
Lua | 3 min ago
None | 4 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By index LOLCODE on the 16th of Jun 2009 10:08:26 PM Download | Raw | Embed | Report
  1. <?php
  2.  
  3.  
  4. include 'lolcode.class.php';
  5.  
  6. $lol = new LOLCode;
  7.  
  8. $aPaths = array_keys( $_GET );
  9.  
  10. if( !isset( $aPaths[ 0 ] ) || !strstr( $aPaths[ 0 ], '_lol' ) )
  11. {
  12.    
  13.     $pagina = 'index';
  14.    
  15. }
  16. else
  17. {
  18.    
  19.     $pagina = str_replace( '_lol', '', $aPaths[ 0 ] );
  20.    
  21. }
  22.  
  23. //$lol->bDebug = true;
  24.  
  25. $lol->display( $pagina );
  26.  
  27. ?>
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: