PDA

View Full Version : Required two hacks


MP3
08-07-2005, 08:46 PM
Hello

I am looking for a two hacks for my forum Vb 350 Release Candidate 2.

First hack is to covert the proxy to real ip.

Second hack, to avoid users from sending pm until they have X post, but the can view pm sent by anyone.

Is it available?

Regards :devious:

Andreas
08-07-2005, 08:49 PM
1) Ask the author
2) Hooks private_insertpm_process and private_newpm_start

if ($vbulletin->userinfo['posts'] < X)
{
print_no_permission();
}

MP3
08-07-2005, 09:52 PM
2) Hooks private_insertpm_process and private_newpm_start

if ($vbulletin->userinfo['posts'] < X)
{
print_no_permission();
}


could you please explain it more :disappointed:

because i'm new in Vb 350 Hacks system :disappointed:

and what is Hooks mean?

amykhar
08-07-2005, 09:59 PM
MP3, Kirby has written some EXCELLENT tutorials on these things in the 3.5 How-tos section. Instead of making him repeat himself here, you may want to go take a peek.

Amy

MP3
08-07-2005, 10:03 PM
MP3, Kirby has written some EXCELLENT tutorials on these things in the 3.5 How-tos section. Instead of making him repeat himself here, you may want to go take a peek.

Amy

oooops,

i'm sorry, i will search about it.