vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Is there a php or vbulletin function that will (https://vborg.vbsupport.ru/showthread.php?t=94581)

amykhar 08-18-2005 08:11 PM

Is there a php or vbulletin function that will
 
strip any character out of a string that can't be in a url?

Amy

Marco van Herwaarden 08-18-2005 08:16 PM

html_specialcharacters? or do you want to have them really removed?

Zero Tolerance 08-18-2005 09:09 PM

I think she means strip any character of a string that would cause it to be invalid URL, i'd personally just bash the string against a function to check the string is a valid URL in the first place.

- Zero Tolerance

amykhar 08-19-2005 12:48 AM

What I'm trying to do is remove spaces and punctuation and anything goofy from a string that would make it mess up a url if I were to put the string in a url.

I know I can use eregi, but figured there might be a standard function designed for this.

For example, given "Amy's Wonderful Userpage Hack", it would return, AmysWonderfulUserpageHack

no apostrophes and no spaces.

Amy

AN-net 08-19-2005 01:41 AM

i thought i saw once in functions_newpost.php(3.0.x) something about sanitize url>_>

amykhar 08-19-2005 01:59 AM

What about this one? urlencode() I think that puppy may do what I need.

Amy

amykhar 08-19-2005 02:13 AM

I'm going to look at sanitize url and see if it's any better. I'm not crazy about the looks of this:

http://www.eaforums.com/forums/quiz/...ce+Artists.htm

amykhar 08-19-2005 04:53 AM

I ended up going with str_replace and defining the characters that I wanted stripped:

http://www.eaforums.com/forums/quiz/...AnswersFor.htm

sabret00the 08-19-2005 10:19 AM

Quote:

Originally Posted by amykhar
What about this one? urlencode() I think that puppy may do what I need.

Amy

that's the one i woudl've gone with.


All times are GMT. The time now is 08:15 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.01039 seconds
  • Memory Usage 1,721KB
  • 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