vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   send post with images for validation (https://vborg.vbsupport.ru/showthread.php?t=96777)

almqdad 09-23-2005 02:18 PM

send post with images for validation
 
Hi

automatically send post with images to validation

this is very helpful to stop member who insist to post sex images

is that possible

Andreas 09-23-2005 02:19 PM

Yes, it's possible.

almqdad 09-23-2005 02:21 PM

hello

waw

that is great when can i see that true

Andreas 09-23-2005 02:26 PM

Really easy one

In functions_newpost.php

FIND
PHP Code:

// ### DUPE CHECK ### 

ABOVE that ADD
PHP Code:

if (strpos(strtolower($post['message']), '[img]') !== false)
{
    
$post['visible'] = 0;


That should send all Posts that have [img] Tags into moderation.

almqdad 09-23-2005 03:44 PM

Thank KirbyDE

I will try that , but what if the pic is alink some thing like this

http://www.roshn.com/vb/uploaded/Abu-Dhabi10.jpg

is there a way to send it to moderation

pic could be of different ext.

jpg
jepg
gif
png

and more

i hope you can do some thing about that

Andreas 09-23-2005 03:55 PM

That would be more difficult.
Too much work for me ATM, sorry.

T3MEDIA 10-09-2005 06:53 PM

Now this is cool. You can do so much with that code! Thanks.


All times are GMT. The time now is 07:04 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.00999 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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