krupuk
Active member
- Sep 8, 2018
- 244
- 64
- 28
@gembels.. this error.@Tomz @NullMaster @freenulled
decrypt ioncube for 2 files... I have trying to activate the license, and its working (bypass activation) but just generating not working the movie.... need your expertise... is it must. be using their API? thank you
@gembels.. this error.
if ($_POST[submit] == "Save") {
$option = $_POST[automv];
update_option("automv_option", $option);
}
must be
if ($_POST["submit"] == "Save") {
$option = $_POST["automv"];
update_option("automv_option", $option);
}
There are character errors in the cycle.thanks, same thing happened with my own nulled
how did you go ? did you trace it on filters button ?I'm looking right now