Pharmacare - Pharmacy Software Made Easy

Pharmacare - Pharmacy Software Made Easy v9.4.1

No permission to download

narutam

New member
May 8, 2022
1
0
1
Hi @johnc , Stuck at Step 3. Local environment - Token Mismatch. Any idea to resolve this?

Hi @johnc , Stuck at Step 3. Local environment - Token Mismatch. Any idea to resolve this?
lots of bugs are reported for the script uploaded here...
now even i have the nulled version of PharmaCare v9.4 which works flawless on localhost as well as on Live Hosting like OVI Hosting
 
  • Like
Reactions: Shivendra

beniam97chris

New member
May 26, 2022
0
1
0
Done, Visit the actual thread of isshue
Thanks a lot sir =) Its working perfectly. What changes did you made in code to null it? While file did you changed? can you please teach me? I would be grateful if you could help me.
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
How did you solve this issue ?
1633201332702.png

Take a look it very easy, the function :

PHP:
function smtp_check(){
        $apdomain = $this->domain();
        $f = @fsockopen($apdomain, 25) ;
        if ($f !== false) {
            $res = fread($f, 1024) ;
            if (strlen($res) > 0 && strpos($res, '220') === 0) {
                return TRUE;
            }
            else {
                return FALSE ;
            }
        }
        @fclose($f);
        return FALSE;
    }

Should be that way

PHP:
function smtp_check(){
        $apdomain = $this->domain();
        $f = @fsockopen($apdomain, 25) ;
        if ($f !== false) {
            $res = fread($f, 1024) ;
            if (strlen($res) > 0 && strpos($res, '220') === 0) {
                return TRUE;
            }
            else {
                return FALSE ;
            }
          @fclose($f);
        }
        return FALSE;
    }

The original code try to close a resource (a file) that can be a bool, the fclose must be within the if($f !== false) not outside, try to correct the file and retry your installation
 

kenza3535

New member
May 3, 2022
0
1
0
Take a look it very easy, the function :

PHP:
function smtp_check(){
        $apdomain = $this->domain();
        $f = @fsockopen($apdomain, 25) ;
        if ($f !== false) {
            $res = fread($f, 1024) ;
            if (strlen($res) > 0 && strpos($res, '220') === 0) {
                return TRUE;
            }
            else {
                return FALSE ;
            }
        }
        @fclose($f);
        return FALSE;
    }

Should be that way

PHP:
function smtp_check(){
        $apdomain = $this->domain();
        $f = @fsockopen($apdomain, 25) ;
        if ($f !== false) {
            $res = fread($f, 1024) ;
            if (strlen($res) > 0 && strpos($res, '220') === 0) {
                return TRUE;
            }
            else {
                return FALSE ;
            }
          @fclose($f);
        }
        return FALSE;
    }

The original code try to close a resource (a file) that can be a bool, the fclose must be within the if($f !== false) not outside, try to correct the file and retry your installation
Bro you are the angel sent from above <3
I have been trying to solve this for 3 hours thankyouuuu <3 Is there anything I could do for you ?
 

akdxb

Member
Apr 4, 2020
87
27
18
first of all thank you the script,

secondly, has anyone faced a problem with invoice list not showing invoices while it does show in phpmyadmin but after some use suddenly can't see the invoices, while it does show how many entries I have in the invoice list,

new invoice added also doesn't show but the counter increases.

If anyone could please help me what seems to be the issue and what has gone wrong.


Thank you in advance.
 

kenza3535

New member
May 3, 2022
0
1
0
of all thank you the script,

secondly, has anyone faced a problem with invoice list not showing invoices while it does show in phpmyadmin but after some use suddenly can't see the invoices, while it does show how many entries I have in the invoice list,

new invoice added also doesn't show but the counter increases.

If anyone could please help me what seems to be the issue and what has gone wrong.
In which version you are facing the issue ?
 

akdxb

Member
Apr 4, 2020
87
27
18
In which version you are facing the issue ?
its the version 9.3
was working perfectly fine but suddenly everything is working beside invoices and I can see down there it shows about 33 invoices but wouldn't list them, and while going to phpmyadmin and checking the invoice detail table there is also available but for some reason it wouldn't show in the system.

Appreciate the help if anyone can related to the problem.
 

kenza3535

New member
May 3, 2022
0
1
0
Can someone please help me out when I am installing the script in the live server I am getting this error How to remove dashes ? as1.JPG
 

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,027
Latest member
YoGGe

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