vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - DC SEO vB URL Rewrite (https://vborg.vbsupport.ru/showthread.php?t=91324)

Okie 11-12-2005 10:20 AM

I have installing this hack today and i'm very happy with it ..

Dean C 11-12-2005 12:49 PM

Quote:

Originally Posted by tamarian
It is damaging, but not to you, to a specific company who wants your money for an encoded script, with some serious privacy issues. :)

Last time I checked my scripts weren't encoded ;)

Zhen-Xjell 11-12-2005 04:00 PM

Quote:

Originally Posted by Dean C
Last time I checked my scripts weren't encoded ;)

First, kudos to Dean C for working on this and enabling all those who wish to get away from an encoded schema (look at vbulletin... people will pay for commercial, but do you need to encode the product?).

Second, I've made my own modifications (as I said before) and I love it.

Thirdly, I have no issues with it. Browse around, check it out: http://de.castlecops.com/forum. Alls well in wonderland.

Dean C 11-12-2005 05:45 PM

Quote:

Originally Posted by Zhen-Xjell
First, kudos to Dean C for working on this and enabling all those who wish to get away from an encoded schema (look at vbulletin... people will pay for commercial, but do you need to encode the product?).

Second, I've made my own modifications (as I said before) and I love it.

Thirdly, I have no issues with it. Browse around, check it out: http://de.castlecops.com/forum. Alls well in wonderland.

Kudos to CastleCops ;) I refer all the people dumb enough to get spyware to you guys with a nice big HijackThis Log heh

Zhen-Xjell 11-12-2005 08:14 PM

Quote:

Originally Posted by Dean C
Kudos to CastleCops ;) I refer all the people dumb enough to get spyware to you guys with a nice big HijackThis Log heh

:D There can never be enough kudos flying around. Again, you're a testament to open coding and enabling vbulletin to go SEO for so many (including us). As to the malware stuff, we just released this today, hope it helps: http://castlecops.com/a6341-Malware_...Procedure.html.

Keep up the good work Dean C. I love it!

Dean C 11-12-2005 08:44 PM

Kafi: Please could you navigate to my website and send me an email through my contact form using your email. I'll send you a reply with the latest version I'm working on, which should fix the foreign chars issue :)

Zhen-Xjell 11-12-2005 08:49 PM

Quote:

Originally Posted by Dean C
Kafi: Please could you navigate to my website and send me an email through my contact form using your email. I'll send you a reply with the latest version I'm working on, which should fix the foreign chars issue :)

Speaking of which, did you want the hex?

Dean C 11-12-2005 09:19 PM

Quote:

Originally Posted by Zhen-Xjell
Speaking of which, did you want the hex?

Well I noticed on castlecops you still have the foreign chars in the actual URI's. My problem with that is that no-one showed me evidence that these chars are actually valid in a URI. I've changed a lot since then but I used this function to convert foreign chars to their english equivalent:

PHP Code:

// function to replace foreign chars with their english equivalent
function remove_accents($text)
{
    
$trans get_html_translation_table(HTML_ENTITIES);
    foreach(
$trans as $literal =>$entity)
    {
           if(
ord($literal) >= 192)
           { 
                 
$replace[] = substr($entity11); 
                 
$search[] = $literal;
             }
         } 
    return 
str_replace($search$replace$text);



Zhen-Xjell 11-12-2005 10:27 PM

Quote:

Originally Posted by Dean C
Well I noticed on castlecops you still have the foreign chars in the actual URI's. My problem with that is that no-one showed me evidence that these chars are actually valid in a URI. I've changed a lot since then but I used this function to convert foreign chars to their english equivalent:

PHP Code:

// function to replace foreign chars with their english equivalent
function remove_accents($text)
{
    
$trans get_html_translation_table(HTML_ENTITIES);
    foreach(
$trans as $literal =>$entity)
    {
           if(
ord($literal) >= 192)
           { 
                 
$replace[] = substr($entity11); 
                 
$search[] = $literal;
             }
         } 
    return 
str_replace($search$replace$text);



You need to take a look at IRIs and the URI-> IRI mapping (international resource identifier).

Dean C 11-13-2005 09:18 AM

Quote:

Originally Posted by Zhen-Xjell
You need to take a look at IRIs and the URI-> IRI mapping (international resource identifier).

After a quick browse around google and reading up, it seems as it's a work-in-progress and not yet fully implemented/supported in the development world?


All times are GMT. The time now is 12:41 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.01412 seconds
  • Memory Usage 1,758KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete