-
Posts
30 -
Reputation
11 -
Files
1 -
Rank
Contributor -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Downloads
Store
Forums
Everything posted by vankataloz
-
-
find file - ajax-actions.php Delete these rows(4 i think): function set_cd() { $conn = open_connection(); $st = $conn->prepare('UPDATE settings SET value = "" WHERE name = "purchase_code"'); $st->execute(); } find file - request.php Replace there function update_purchase_code() ( all the function) with: function update_purchase_code() { $message = 'Item Purchase code updated!'; $status = 'success'; update_setting('purchase_code', $_POST['code']); if (isset($_POST['redirect'])) { $_SESSION['message'] = [ 'type' => $status, 'text' => $message, ]; header('Location: '.$_POST['redirect']); } } Then you can type any code like purchase code in admin panel and wont be deleted after doing some changes. Well Update and plugins wont work but everything else i think yes. Test it 🙂
-
-
-
-
HYIPLAB v3.5 - Complete HYIP Investment System NULLED
vankataloz replied to
Mahmoud 's topic in Scripts -
HYIPLAB v3.5 - Complete HYIP Investment System NULLED
vankataloz replied to
Mahmoud 's topic in Scripts -
-
HYIPLAB v3.5 - Complete HYIP Investment System NULLED
vankataloz replied to
Mahmoud 's topic in Scripts -
-
-
Hello. Can anyone null and provide that wordpress template? ZOX NEWS 3.15 I found some 3.13 but not all plugins work and I can't run it. Thanks in advance. https://themeforest.net/item/zox-news-professional-wordpress-news-magazine-theme/20381541 https://elements.envato.com/zox-news-professional-wordpress-news-magazine-PALH2FE
-
-
HYIPLAB v3.5 - Complete HYIP Investment System NULLED
vankataloz replied to
Mahmoud 's topic in ScriptsFirst to say im not developer and i found simple way to fix 500 Server error. So when you finish installation go to public_html/core/ - open the file .env and copy the value on APP_KEY= (copy everything after = including "base64:"). After you copy your key go to public_html/core/config/ and open the file app.php . Then you go to row 125 and paste that key there 'key' => 'Paste your key here' . Refresh your page and voala script is working fine 🙂 . Problem is that the script didnt read the key from .env file but as i said im not developer and i dont know better way to do that. So if someone know how to make script to read key from .env file will be great to share it with us. Thanks in advance 🙂 -
HYIPLAB v3.5 - Complete HYIP Investment System NULLED
vankataloz replied to
Mahmoud 's topic in Scripts -
-
-
-
-
-
-
-
-
-