• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Slippa - Domains,Website ,App & Social Media Marketplace PHP Script

Slippa - Domains,Website ,App & Social Media Marketplace PHP Script V4.0

No permission to download
For me it worked to install, but just load the administrator and the front end is with error 500.
Screenshot_5.png


.htaccess must be like this;

Code:
RewriteEngine on
#RewriteBase /
RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|install|update|favicon.png)
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule ^(.*)$ ./index.php?/$1 [L]
 
  • Like
Reactions: librakhan
Anyone else got .htaccess problem when installing? I tried the code from above but did not work :(
 
Anyone else got .htaccess problem when installing? I tried the code from above but did not work :(

There are 3 .htaccess files you must change;

slippa_root/.htaccess
slippa_root/install/.htaccess
slippa_root/update/.htaccess

Overwrite this codes in existing
Code:
RewriteEngine on
#RewriteBase /
RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|install|update|favicon.png)
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule ^(.*)$ ./index.php?/$1 [L]
 
Can anyone null this? its the original unlicensed version
2.9
or any help install
 
  • Love
Reactions: Babak
There are also call backs in install>>assets>>db>>connect.php , we can not install due to these callbacks. How to null these call backs?

Code:
function getFullDetails($LICENSE_CODE,$CLIENT_EMAIL,$ROOT_URL)
{
    $curl_handle = curl_init();
    curl_setopt($curl_handle, CURLOPT_URL, 'http://onlinetoolhub.com/licence/licence');
    curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($curl_handle, CURLOPT_POST, 1);
    curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(
    'purchase_code' => $LICENSE_CODE,
    'CLIENT_EMAIL' => $CLIENT_EMAIL,
    'ROOT_URL' => $ROOT_URL));
    $buffer = curl_exec($curl_handle);
    curl_close($curl_handle);
    $object = json_decode($buffer);
    return $object->purchase_status;   
}
 
  • Like
Reactions: xStore
  • Love
Reactions: Babak
Install/update not working and asking database details again and again
 
db Details are tested and correct, No error shown
 
Last edited:
Nice one @tuton012 can you guy's patch this as well, i installed the main (3.00) but the update is stuck on license check.

I did replaced the connect.php and Licenceoperations.php with the ones from the main files in the updated files but no luck

Thanks,
X
 
  • Like
Reactions: okokokok
tuton012 updated Slippa - Domains & Website Marketplace PHP Script with a new update entry:

V3.2

Version 3.2 Release (Stable Version) (14/06/2021)

Clean Version not nulled

Release:
- Manage listing Paginations feature Added
- Manage Offers Pagination feature Added
- Manage Listing Sorting feature Added
- Message email notifications feature added
- Email translations added
- Default user avatar image added.
- Edit listing's all prices feature added
- Enable...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock