Tag Archives: Regular Expressions

Webcrawler grabbing email address’

I have created a large database of webdesigners at my site (2000+ hence I cant simply redo my db) in addition to being the idiout My business is I forgot to add a contact email per webdesigner, is there a plan that can examine my website, reading all of the outward links as well as gathering the email address’ found on outward site buttons An e-mail harvester Search how to check text for e-mail handles via regular expressions. Beyond that I’m hesistant to help because some people likely have " alternate" uses with the information.

Posted in Web Design | Tagged , , , , , , | Leave a comment

.htaccess changing .html to .php

Merely wondering if it’s htacces(I’m like guessing) that allows to perform the same idea that this forum uses to change thread4342. html to obviously like showthread. phppage=4342 and so forth… how would I begin doing this Here I use a custom-written. htaccess archive that uses mod_rewrite. mod_rewrite calls for URLs and, assigned regular expressions, converts them to figureout in other platforms. It is not with the weak of heart and soul, especially if that you do not know regular expressions. Dang =/ I was hoping there’d be a less arduous way.. I’ve always snuck underneath the line when it comes to regular expressions.. editing other peoples’ work and melding it in mine. To me it will as well possibly be 21315413lsaf; lkjfdsa =/ Bless you anyway. Well as an example here, showthread. php is in the syntax: showthread. phps=sessionhash& threadid=threadid So the regexp to convert it will be: showthread. php\s=(a-f0-9*)& threadid=(0-9+) to thread$2. html … There’s no doubt that. The first regexp matches any hex string (or an empty string), and the second matches a variety with a minumum of one digit. It then maps the other match to the appropriate position in additional string. However confusing It took me … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

WDF: dynamic to static?

Hello all – I’ve noticed that some WDF threads are arriving in Google with all the following format: online world. webdesignforums. net/threadid4331session. code I would like to ask (if I may) how this has become achieved – ie, may be the actual vB coding modified due to this, or (more likely) are these claims from using mod_rewrite about the actual server to be able to modify the URLs If you do, is there anywhere I can find more details on performing this My forums are instead being well indexed, but dynamic pages as static pages appears to help you more with participating backlinks – which serves as a particular selling point for smaller forums attempting to attract newer customers. Is this something that could be discussed here . htaccess applying mod_rewrite. There are wide ranging hacks I learn for invisionboard, and I’d imagine there is some for vB to be able to. It’s a genuinely simple thing really… Unfortunately, not really for myself… I was simply curious concerning using something related on my vB THREE. Would anyone be considering discussing more about how precisely it was performed for WDF Or can i leave the situation alone – specifically in public … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

.htaccess tutorials/info?

so how exactly does one go in relation to changing the url from http: //*. compage=home to be able to http: //*. com/home so if they type/click the later on it sends them for the former without reverting the url into the former. i want this to utilize automatically to any kind of added pages, not for just the existing pages. Code: < IfModule mod_rewrite. c> RewriteEngine On RewriteBase / #Checks to view if the user is looking to access a appropriate file, #such just as one image or css insurance, if this is not true it ships the #request to be able to index. php RewriteCond %REQUEST_FILENAME! -f RewriteCond %REQUEST_FILENAME! -d RewriteRule (. *)$ listing. phppage=$1 L < /IfModule> This is a link to excellent htaccess stuff AskApache : Crazy Advanced Net Development effectively, i looked all over that site. i didn’t see anything like what we were talking about. i am going to keep looking. thx to the post. Have a shot at here – 5 useful url rewriting examples using. htaccess pretty sure this is what i need however i can’t help to make this work. RewriteEngine On RewriteRule (a-zA-Z0-9_-+)$ page=$1 RewriteRule (a-zA-Z0-9_-+)/$ page=$1 had no effect. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment