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

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

No permission to download

taxidiotis

Member
Nov 20, 2019
27
15
8
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

mvvidman

New member
Dec 24, 2019
6
0
1
Anyone else got .htaccess problem when installing? I tried the code from above but did not work :(
 

taxidiotis

Member
Nov 20, 2019
27
15
8
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]
 

andr

New member
Aug 25, 2020
1
0
1
Can anyone null this? its the original unlicensed version
2.9
or any help install
 

SpiderWeb

Active member
Trusted Uploader
Sep 23, 2020
183
166
43

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
  • Love
Reactions: tanierlyons

johnc

Well-known member
Feb 18, 2021
288
261
63
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

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You
  • Love
Reactions: tanierlyons

johnc

Well-known member
Feb 18, 2021
288
261
63
Install/update not working and asking database details again and again
 

johnc

Well-known member
Feb 18, 2021
288
261
63
db Details are tested and correct, No error shown
 
Last edited:

xStore

New member
May 1, 2021
1
1
3
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

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You
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...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu