Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <?php ini_set("display_errors",0);
  2. global $userid;
  3. echo '<?xml version="1.0" encoding="UTF-8" ?>';
  4. echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
  5. "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
  6. echo '<html xmlns="http://www.w3.org/1999/xhtml">';
  7. echo "<head><title>{$title} - {$set['title']}</title><link rel=\"stylesheet\" href=\"/style.css\" type=\"text/css\" media=\"all,handheld\"/><meta name=\"keywords\" content=\"wap file hosting, mobile file hosting, file hosting, file sharing, upload file, upload, share file, share, files, images, image search, weather, weather forecast\" />
  8. <meta name=\"description\" content=\"MastBro file sharing site where you can upload files up to 100 GB with any extension, you can also register and manage your files, edit or delete them easily.\" />
  9. </head>";
  10. echo '<body><div class="header"><img src="/images/logo.png" width="200px" height="60px"/></div>
  11.  
  12. <div align="center"><table width="100%" cellspacing="0" cellpadding="0">
  13. <tr>
  14. <td width="16%" align="center">
  15. <a href="'.$url.'"><div class="taba"><img src="http://wfs-01.wapka.mobi/4266/4266606_78fa47101d.png" alt="" /></div></a>
  16. </td>
  17. <td width="16%" align="center">
  18. <a href="'.$url.'/shoutbox.php"><div class="taba"><img src="http://wfs-01.wapka.mobi/4266/4266614_962c947a97.png" alt="" /></div></a>
  19. </td>
  20. <td width="16%" align="center">
  21. <a href="'.$url.'/news.php"><div class="taba"><img src="http://wfs-01.wapka.mobi/4268/4268824_8d7a769228.png" alt="" /></div></a></td><td width="16%" align="center"><a href="'.$url.'/allfiles.php"><div class="taba"><img src="http://wfs-01.wapka.mobi/4268/4268828_95d2280377.png" alt="" /></div></a></td><td width="16%" align="center"><a href="'.url.'/user"><div class="taba"><img src="http://wfs-01.wapka.mobi/4266/4266633_62d9c700a7.png" alt="" /></div></a></td></tr></table></div>
  22. ';
  23.  
  24. echo '<div class="top"><img src="/images/home.gif" alt="*"/> <a href="'.$url.'" title="home">Home</a> | <a href="'.$url.'/search.php">Search</a> | '; if($userid) { echo '<a href="'.$url.'/user">cPanel</a>'; if($rights>1) { echo ' | <a href="'.$url.'/admin">Admin</a>'; } echo ' <a href="'.$url.'/logout.php"></a>'; } else { echo '<a href="'.$url.'/login.php">Login</a> | <a href="'.$url.'/registration.php">Registration</a>'; } echo '</div>';
  25. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement