this script generates password for each given posting id until reaches the panel page, i made it quickly so if there is any bugs sorry
<?php
error_reporting(0);
set_time_limit(0);
$arr1 = array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t"...