Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

PHP anonymous web browser error


Demons Halo's Avatar
Member
0 0

a-hack wrote:

Fatal error: Call to undefined function get_fully_resolved_address() in C:\xampp\htdocs\index.php on line 86

markup$fully_resolved_href = get_fully_resolved_address($original_href, $page_base);

-_- There is no function by that name!! –> you're trying to reach a function that does not exist –> ERROR??!


ghost's Avatar
0 0

I changed

markup$fully_resolved_href = get_fully_resolved_address($original_href, $page_base);

to

$fully_resolved_href = get_base_page_address($original_href, $page_base);

Damn I feel stupid :(, I don't get the error anymore, thanks.