Jump to content
Bicrypto v3.5.1 + All Plugins ×
  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

Recommended Posts

On 3/17/2019 at 3:15 PM, hhhhh said:

Its Still stopping at 33Mb I cant download the full package, if someone have it in Drive plz give me a Link.

Thank you guys

me too, but when you finished downloaded file, but the file cannot be extracted ?

Link to comment
Share on other sites

  • 3 weeks later...
On 6/9/2019 at 1:57 AM, Boobo said:

in the panel it does not make me change the go-pro   http://prntscr.com/nz5xrg  that does not work

Hi,

Please run this query in your database then check again. http://prnt.sc/nzrmoh

INSERT INTO `Wo_Manage_Pro` (`id`, `type`, `price`, `featured_member`, `profile_visitors`, `last_seen`, `verified_badge`, `posts_promotion`, `pages_promotion`, `discount`, `image`, `status`, `time`) VALUES (1, 'star', '3', 1, 1, 1, 1, 0, 0, '0', '', 1, 7),(2, 'hot', '8', 1, 1, 1, 1, 5, 5, '10', '', 1, 30),(3, 'ultima', '89', 1, 1, 1, 1, 20, 20, '20', '', 1, 365),(4, 'vip', '259', 1, 1, 1, 1, 40, 40, '60', '', 1, 0); 


Bests

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...
  • Administrators
On 6/8/2019 at 8:57 PM, Boobo said:

in the panel it does not make me change the go-pro   http://prntscr.com/nz5xrg  that does not work

The database did not read the command, it seems that when you upgrade after the tables in the database did not succeed in the installation.

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

  • 1 month later...

For those who want to update using this source, you need to edit the update.php files line 1254 and 1256 like this code and see the picture for detail here https://prnt.sc/p2yjy5

from this.

function isPurchaseCode(str) {
    var patt = new RegExp("(.*)-(.*)-(.*)-(.*)-(.*)");
    var res = patt.test(str);
    if (res) {
        return true;
    }
    return false;
}

to this.

function isPurchaseCode(str) {
    var patt = new RegExp("(.*)-(.*)-(.*)-(.*)-(.*)");
    var res = patt.test(str);
    if (res) {
        return false;
    }
    return true;
}

and after that save the file, and run your updater. input anything you want, and voila. https://prnt.sc/p2ykxu 

FireShot Capture 069 - Updating WoWonder - www.berflower.id.png

FireShot Capture 067 - update.php - cPanel File Manager v3 - boromir.rapidplex.com.png

Edited by xpresotewe
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • Administrators

For people who have trouble downloading from the site, you can download it here:

To view hidden content, you need to:
Register or Sign in to your account!

Enjoys

  • Like 7
  • Love 3
  • Thanks 1

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...