Every time a try to access my admin panel I receive an error, its on the attached file.
But all i need is refresh the page, and its ok.
I want to know how can I access my admin panel without doing this refresh process.
Looks like your host upgraded to PHP 5.3, the EREGI() has been replaced by preg_match so you would need to update to the latest OSC or fix all the places where the eregi() function is used.