Ok. I got the 7.0.1 but not
nulled, I'm working on this,
First of all
@Tomz please do not update this threat with new one, we can open a new threat like "Nulling SP7.0.1" or something... after we success we can promote it
It sends 3 parameters to
http://stackposts.com/api/install? they are;
"purchase_code", "domain" (base_url func of codeigniter) and a bool named by "main"
and returns 5 node as $result (just like smartpanel's but smart panel returns 4 node)
first node is
$status = $result[0];
should return "success" second node is
$item_id = $result[1];
it can be anything the third node is
$install_path = "../".$result[2];
../ is shows install directory which's under root so $result[2] can be empty if install directory is +w, 4th node is
$version = $result[3];
as I guess it's 7.0 coz of next one (but it can be 7.0.1 indeed) the last node is
$data = $result[4];
it should be a link which require a zip file which includes installation files and "database.sql" file...
This $result returns base64 encoded and also $result[4] is base64 encoded too, if we can not find the link (actual success message) we can not know that!
in my opinion if we can not find the original install db we have to play around 6.5's db but I'm not sure are there extra files inside that zip (
smartpanel had it the success return of smart panel was
{"status":"success","response":"24815787{|}Activated{|}aHR0cHM6Ly9zbWFydHBhbmVsc21tLmNvbS9hc3NldHMvdXBsb2Fkcy9maWxlX21hbmFnZXIvU21hcnRTdG9yZS9TbWFydFN0b3JlX0luc3RhbGxfdmVyMV8xLnppcA=={|}7.0.1"}
when we base64 decode of it the link was above one... whatever)
I a lil bit look at table names and columns everything has quite changes. at first the table names starts with general_ changes with sp_ in an example: general_purchase table with (id, ids, pid, purchase_code, version) columns now sp_purchase_manager with (ids, item_id, purchase_code, version) columns and there is no more general_packages table, also general_users table becomes "sp_users";
If someone who has exp with codeigniter can solve everything I belive. (
except extra files!!!)
Happy
Nulling Dudes... Please share here your experiences.
Uploaded for babiato.org
drive.google.com