• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

BR Website

Newbie Spellweaver
Joined
Dec 24, 2019
Messages
75
Reaction score
6
Re: No more selling! ^_^

I don't know whats wrong but it shows this one:: I configured it already env etc.
Myster Dev - BR Website - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Re: No more selling! ^_^

So...

1. Enable pdo_odbc module in php.ini
like this line extension=pdo_odbc // remove before ;
2. Enable short_open_tag=On also in php.ini
// restart xampp
3. Download these files and extract into xampp/htdocs folder
4. Rewrite to you connection string in the /config/settings.php
Myster Dev - BR Website - RaGEZONE Forums

5. Restore Database files in your database

And tadaaa ...
Kg5Sktt - BR Website - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 14, 2020
Messages
15
Reaction score
1
Re: No more selling! ^_^

Need to edit script fix errors.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Oct 10, 2007
Messages
1,772
Reaction score
187
Re: No more selling! ^_^

So...

1. Enable pdo_odbc module in php.ini
like this line extension=pdo_odbc // remove before ;
2. Enable short_open_tag=On also in php.ini
// restart xampp
3. Download these files and extract into xampp/htdocs folder
4. Rewrite to you connection string in the /config/settings.php
Myster Dev - BR Website - RaGEZONE Forums

5. Restore Database files in your database

And tadaaa ...
Kg5Sktt - BR Website - RaGEZONE Forums

any how do i get this error
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Re: No more selling! ^_^

when do you write this? When u try login?
I don't speak Portuguese so I don't understand what he says.
 
Junior Spellweaver
Joined
Apr 24, 2014
Messages
117
Reaction score
7
Re: No more selling! ^_^

So...

1. Enable pdo_odbc module in php.ini
like this line extension=pdo_odbc // remove before ;
2. Enable short_open_tag=On also in php.ini
// restart xampp
3. Download these files and extract into xampp/htdocs folder
4. Rewrite to you connection string in the /config/settings.php
Myster Dev - BR Website - RaGEZONE Forums

5. Restore Database files in your database

And tadaaa ...
Kg5Sktt - BR Website - RaGEZONE Forums


1. Enable pdo_odbc module in php.ini
like this line extension=pdo_odbc // remove before ;
2. Enable short_open_tag=On also in php.ini


you know how to active this from webhosting pleks panel ?=?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Re: No more selling! ^_^

1. Enable pdo_odbc module in php.ini
like this line extension=pdo_odbc // remove before ;
2. Enable short_open_tag=On also in php.ini


you know how to active this from webhosting pleks panel ?=?

Contact your webhost support team and ask them to configure ini. If u dont have access to php.ini in cpanel.

Short tags enable without support team.
Open config/settings.php
and write in tihs line

ini_set('short_open_tag','On');
 
Joined
Oct 10, 2007
Messages
1,772
Reaction score
187
Re: No more selling! ^_^

Contact your webhost support team and ask them to configure ini. If u dont have access to php.ini in cpanel.

Short tags enable without support team.
Open config/settings.php
and write in tihs line

ini_set('short_open_tag','On');

does everything work for you also admin panel?
 
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Re: No more selling! ^_^

Open /config/function_class.php

find th AdminCP function and write inside your Username.

Like this:



function AdminCP(){
//Adicione aqui sua ID de Administrador.
if(!in_array($_SESSION['my_login'], array('your username'))){

echo '<script>console.log( swal("Blindado!", "Você não tem permissão para acessa essa função.", "error") );</script>';
echo '<meta HTTP-EQUIV=\'Refresh\' CONTENT=\'2;URL=../\'>';
exit();
}
}
 
Back
Top