View Full Version : Required two hacks
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();
}
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, 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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.