vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Limite creating topic but not post (https://vborg.vbsupport.ru/showthread.php?t=35724)

Nam 03-04-2002 11:34 PM

Limite creating topic but not post
 
I guess there must be a hack that allows member to post unlimited msgs but only allows him/her to creating like 10 threads within 24 hours.

Please let me know the link if there is one, I don't know which word to search for that kind of hack.

Thanks a bunch,

Neo 03-05-2002 12:41 AM

Well... its easy somewhat, just database manipulation... the php code itself is really nothing.... like

If ($TPH >= 10) {
code her to say hahah
} else {
new thread
}

like that.... but dont trust me on that... I just woke up.

Nam 03-05-2002 03:04 AM

Oh, I'm suck at PHP, a step by step would be great. Thanks.

Neo 03-05-2002 07:59 AM

ok... give me a few and I will roll something out.

Nam 03-05-2002 09:00 AM

So there isn't one in hack database already?

Thanks, I'm waiting :).

Admin 03-05-2002 02:09 PM

Quote:

Originally posted by neo
Well... its easy somewhat, just database manipulation... the php code itself is really nothing.... like

If ($TPH >= 10) {
code her to say hahah
} else {
new thread
}



like that.... but dont trust me on that... I just woke up.

That was... very helpful. ;)

Neo 03-05-2002 03:37 PM

Thanks, you know this is my best code ever!

GameCrash 03-05-2002 04:20 PM

:D

Neo 03-06-2002 05:01 AM

Ok... here it is I believe.. its a small version but it gets the job done.

https://vborg.vbsupport.ru/showthrea...threadid=35765


All times are GMT. The time now is 03:07 AM.

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.01611 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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