include_once ("includes/header.inc.php"); //------- Start top models------------------- include_once ("includes/connectdb.php"); $sql="SELECT printer_model.model_id, printer_make.make_name, printer_model.model_name, printer_model.model_views FROM printer_model JOIN printer_make ON printer_model.make_id=printer_make.make_id ORDER BY printer_model.model_views DESC LIMIT 10"; #$result=mysql_query($sql) or die(mysql_error()); $result=mysqli_query($c,$sql) or die(mysql_error()); #if (mysql_num_rows($result) There was an issue.

"; } else { $display_topmodels = ""; #while ($row2=mysql_fetch_array($result)) { while ($row2=mysqli_fetch_array($result)) { $makename=$row2["make_name"]; $modelname=$row2["model_name"]; $modelviews=$row2["model_views"]; $display_topmodels .= "\n"; $display_topmodels .= "\t\n"; // $display_topmodels .= "\t\n"; $display_topmodels .= "\t\n"; // $display_topmodels .= "\t\n"; $display_topmodels .= "\n"; } $display_topmodels .= "
" . $makename . "" . $modelname . "" . '' . $modelname . '' . "" . $modelviews . "
"; } //------- End top models------------------- //------- Get numer of passwords--------- $sql_pass_count = "SELECT COUNT(*) AS id FROM `printer_pass`"; #$res_pass_count = mysql_query($sql_pass_count); $res_pass_count = mysqli_query($c,$sql_pass_count); #$array_pass_count=mysql_fetch_array($res_pass_count); $array_pass_count=mysqli_fetch_array($res_pass_count); $pass_count = $array_pass_count['id']; //------- End numer of passwords--------- ?> Printer Passwords for HP, Xerox, Ricoh and other printers

Printerpasswords.com provides default passwords to network printers. Printer passwords are normally buried in a 20mb pdf manual so we cut that out and just give you the default printer password.

We currently have echo $pass_count; ?> default printer passwords.

Search box[]

Get list of Manufacturers (top 20 or so)

Top default Printer Passwords

echo $display_topmodels; ?>

 

Requirements:

 

Workgroup Printer Manufacturers

  • HP - Hewlett Packard
  • Xerox
  • Ricoh
  • Epson
  • Dell
  • Brother
  • Canon
  • Fuji
  • Fujitsu
  • Lexmark
  • Konica Minolta
  • Oki
  • Panasonic
  • Kyocera
  • include_once ("includes/footer.inc.php"); ?>