vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Little help with this - anonym.to (https://vborg.vbsupport.ru/showthread.php?t=64303)

Liquid1ce 04-23-2004 09:12 PM

Little help with this - anonym.to
 
Im trying to set that anyone put a url it add http://anonym.to/?

so far ive done this

in "includes/functions_bbcodeparse.php":

changed
Code:

                $rightlink = "http://$rightlink";
To
Code:

                $rightlink = "http://anonym.to/?http://$rightlink";
but this only add if someone just types www

anyone tell me where to add it so if http is added it will add it also

Regards

lasto 04-23-2004 09:20 PM

sure this was already released m8 as a hack or addon

Liquid1ce 04-23-2004 09:28 PM

no i cant find it
ive search but nothing :(

so i looked at the code and added that myself now i just need where to add so it gets adde also on http://

eplus_revenge 05-11-2005 09:00 PM

No worries,ive been looking for it to..
https://vborg.vbsupport.ru/showthrea...nonym.to%2F%3F

Marco van Herwaarden 05-12-2005 08:09 AM

Having PC problems, so can't give a good anser (i somehow can not copy and paste between editor and browser), so will only give some directions.

Find in functions_bbcodeparse.php the following:
PHP Code:

// standard URL hyperlink 

The line following that would need to be modified for what you want.


All times are GMT. The time now is 03:55 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.00995 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_code_printable
  • (1)bbcode_php_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