Search found 98 matches

by bitfreak
Fri Oct 19, 2018 11:07 pm
Forum: Technical Support
Topic: Invalid email address[SOLVED]
Replies: 3
Views: 14466

Re: Invalid email address

What email address did it reject? Was there something weird about it?
by bitfreak
Thu Sep 27, 2018 11:31 pm
Forum: General Discussion
Topic: Hello EveryOne
Replies: 1
Views: 13956

Re: Hello EveryOne

Hi, welcome to the BitShop forum.
by bitfreak
Tue Sep 25, 2018 4:00 am
Forum: Technical Support
Topic: Admin Login loop
Replies: 5
Views: 22618

Re: Admin Login loop

Make sure you select the "Tor Client" option when logging in.
by bitfreak
Mon Sep 24, 2018 10:37 am
Forum: Technical Support
Topic: Admin Login loop
Replies: 5
Views: 22618

Re: Admin Login loop

Turns out there was a bug on the login page. Download v1.1.6 and it should be fixed. If you don't have an active key you can apply the fix yourself. Replace the ip_state() function in /lib/special.lib.php with this function: function ip_state() { $state = 'valid'; $remote_ip = get_remote_ip(); if ($...
by bitfreak
Thu Sep 20, 2018 1:48 pm
Forum: Technical Support
Topic: Admin Login loop
Replies: 5
Views: 22618

Re: Admin Login loop

Try editing the /inc/config.inc.php file manually and set $error_level equal to 0.
by bitfreak
Thu Sep 20, 2018 1:46 pm
Forum: Technical Support
Topic: Error running installer : PHPMailer.php on line 304
Replies: 1
Views: 11235

Re: Error running installer : PHPMailer.php on line 304

Maybe try updating to the latest version of PHPMailer: https://github.com/PHPMailer/PHPMailer/

Replace the files in /lib/PHPMailer/ with the files from the src folder of PHPMailer.

If that doesn't work I would suggest trying a different version of PHP.
by bitfreak
Sat Jul 21, 2018 2:07 pm
Forum: Technical Support
Topic: Notice: Undefined index: REF_CURR in /var/www/html/*********/lib/special.lib.php on line 8
Replies: 1
Views: 9449

Re: Notice: Undefined index: REF_CURR in /var/www/html/*********/lib/special.lib.php on line 8

The language files in the old folder are from an older version of BitShop and wont work with newer versions of BitShop. The right way to do it would be to rename the english language file and translate the text into Russian. The old language files are missing some translations, hence those errors, b...
by bitfreak
Sat Jul 21, 2018 1:12 pm
Forum: Technical Support
Topic: Cron Job That Fetches Bitcoin Exchange Rate Not Working?
Replies: 1
Views: 9698

Re: Cron Job That Fetches Bitcoin Exchange Rate Not Working?

The goxgrab folder was removed quite a few releases ago so you must be running a fairly old version of BitShop. I would recommend updating to the latest version.
by bitfreak
Tue May 15, 2018 8:12 am
Forum: Announcements
Topic: BitShop v1.1.5 Released
Replies: 0
Views: 25343

BitShop v1.1.5 Released

New version of BitShop has finally been released. This release includes multiple bug fixes and several new features that people have been asking for such as more control over accounts and digital codes. Download the latest version from the client file area if you have an active license key.
by bitfreak
Tue Mar 20, 2018 12:48 pm
Forum: Technical Support
Topic: the script has no function to update user settings
Replies: 2
Views: 11220

Re: the script has no function to update user settings

Yeah the account system is relatively new and I've been meaning to add more options, I'll try to get it done in the next release.