$vbulletin->input->clean_array_gpc() function problem

Any problem with PHP can be disscused here
Post Reply
pryj
Posts: 56
Joined: Tue Dec 21, 2004 1:06 pm

$vbulletin->input->clean_array_gpc() function problem

Post by pryj »

It seems that the function reads the only needed varibles from $_POST[], and chean others. I could not read my custom var in the hook because it is always called at the top of the page. Well, unless I edit the php file.

Is there any method? or vb could add a hook at the very top of the every php page?


UNDERCOVER
Posts: 115
Joined: Tue Apr 05, 2005 1:02 pm

Post by UNDERCOVER »

i had that aswell and got a friend to fix it i will try and find out how he did it and mail it to u ;)
Post Reply