vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Required two hacks (https://vborg.vbsupport.ru/showthread.php?t=93817)

MP3 08-07-2005 07:46 PM

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 07:49 PM

1) Ask the author
2) Hooks private_insertpm_process and private_newpm_start
PHP Code:

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



MP3 08-07-2005 08:52 PM

Quote:

Originally Posted by KirbyDE
2) Hooks private_insertpm_process and private_newpm_start
PHP Code:

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 08: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 09:03 PM

Quote:

Originally Posted by amykhar
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.


All times are GMT. The time now is 06:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01514 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete