Fatal error: Call to undefined function .....

Started by Maxtor, June 20, 2010, 04:23:58 PM

Previous topic - Next topic

Maxtor

Fatal error: Call to undefined function IsTorExitPoint() in /home/db/public_html/forum/Sources/Register.php  on line 74

Im also using this mod: http://custom.simplemachines.org/mods/index.php?mod=2329  (proxy blocker) if that helps.

SA™

sound like it didnt install properly

is this in your index.php?

function IsTorExitPoint()
{
return (
gethostbyname(ReverseIPOctets($_SERVER['REMOTE_ADDR']) . "." .
$_SERVER['SERVER_PORT'] . "." .
ReverseIPOctets($_SERVER['SERVER_ADDR']) .
".ip-port.exitlist.torproject.org")
== "127.0.0.2"
);
}
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Maxtor

Quote from: Sleepy Arcade on June 20, 2010, 05:18:07 PM
sound like it didnt install properly

is this in your index.php?

function IsTorExitPoint()
{
return (
gethostbyname(ReverseIPOctets($_SERVER['REMOTE_ADDR']) . "." .
$_SERVER['SERVER_PORT'] . "." .
ReverseIPOctets($_SERVER['SERVER_ADDR']) .
".ip-port.exitlist.torproject.org")
== "127.0.0.2"
);
}


this function is missing there....

SA™

you can add it then or attach the file and i can do it for you
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Maxtor

actually there must be an error in install.xml of proxy blocker. it havent added the lines in index.php so i added them manually, and the problem is fixed.

Advertisement: