"access Restrictions"

[color=#555555]Due to the security issue I have tried to add my ip address in the “access restrictions” addon. However I think i might have done something wrong. Now I can not acces the backend anymore. [/color][color=#000000][font=Times][size=1]You are not allowed to access this area[/size][/font][/color]



[color=#555555]It means i'm dead in the water. Lucky it is a new website which is not up and running yet. [/color]



[color=#555555]Is there any way around it? Is it possible to add my ip address in the database? I found the cscart_access_restriction in the php files. Would it be possible to add a line with the my IP address? And what other values do i need here? Maybe there is a other solution to this.[/color]



[font=“Open Sans, sans-serif”][color=“#555555”][size=3]Please help![/size][/color][/font]



[font=“Open Sans, sans-serif”][color=“#555555”][size=3]Rene[/size][/color][/font]

Remove the IP from the data base. When you enter an IP in access restrictions, it blocks the IP.

Hi Tool,



Thanks for your reply.



Unfortunately removing the IP from the database did not help. The store was set up to access the admin only through certain IP address. Think I need to add the IP again to the database. However I'm not sure how to do this, and which parameters to use.



Can anyone help? Maybe the admins know?

You may need to clear the cart and browser cache.

If you need urgently to log in the admin panel, just rename the “app/addons/access_restrictions” directory.

Hello Tool and Ecom,



Cs cart admins resolved problem. I'm back in the business of building the site again.



Thanks for you input!



Rene

Hello

I have the same problem

I activate the addon and i forget to but my ip to acces admin.

And now i can not enter to admin :( You are not allowed to access this area

I try to rename the name of folder of addon but is not working.

Any help?

Hello

I have the same problem

I activate the addon and i forget to but my ip to acces admin.

And now i can not enter to admin :( You are not allowed to access this area

I try to rename the name of folder of addon but is not working.

Any help?

Hello!

Try to do this: find the "access_restrictions" add-on in cscart_addons table in database and set status to 'D'. Do not forget to clear cache.

Hello!

Try to do this: find the "access_restrictions" add-on in cscart_addons table in database and set status to 'D'. Do not forget to clear cache.

Hy

I find it but was but in D...

			access_restrictions
		
			D
		
			1.0
		
			2700

Another ideea?:(

I can not enter to my admin!


Hy

I find it but was but in D...

access_restrictions D 1.0 2700

Another ideea? :(

I can not enter to my admin!


Do you have any records in cscart_access_restriction table?

no

i can not deactivat the addon from ftp?

i can not deactivat the addon from ftp?

Add-on code should not run if it is disabled, but try to comment all lines with "die(__('text_ips_denied'));" (2 places) in app/addons/access_restrictions/func.php file.