Could not find phrase
Hi Guys,
I'm working on a hack based on vbulletin 3.0.3 and vbadvanced but I ran into this problem. When I'm redirecting to another page with the code below, I get the error "Could not find phrase 'adv_portal_removelink'." What am I doing wrong here ?
$_REQUEST['forceredirect'] = 1;
$url = "http://www.paidmailclub.com/editaffpage";
eval(print_standard_redirect('adv_portal_removelin k'));
Getthat
|