vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

intrigue 03-31-2006 04:42 PM

Anyone know how to get this working with vbGallery?
Thanks
matt

Bhuwan 03-31-2006 05:07 PM

Quote:

Originally Posted by durapuma
Is there no way to use it yet ?

Tyler posted a link to1.5 RC1

Bhuwan 03-31-2006 05:09 PM

Quote:

Originally Posted by intrigue
Anyone know how to get this working with vbGallery?
Thanks
matt

I run this great on vBgallery 1.01 (http://www.PlanetSRK.com/forums/gallery)

here is the headinclude code you need to use:
Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>


intrigue 03-31-2006 05:19 PM

Quote:

Originally Posted by Bhuwan
I run this great on vBgallery 1.01 (http://www.PlanetSRK.com/forums/gallery)

here is the headinclude code you need to use:
Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>


fantastic thanks
matt

durapuma 03-31-2006 05:28 PM

Quote:

Originally Posted by Bhuwan
Tyler posted a link to1.5 RC1

I cant find the link. There are 49 pages :(

Do you have the link please ?

durapuma 03-31-2006 05:36 PM

I GOT IT
Code:

http://www.techhelpforum.com/vrewrite/vRewrite_15_beta.zip
Thanks

Ntfu2 04-01-2006 02:18 PM

i upload v 1.5 this appears in my board header for one page load

Quote:

query: 4 - used to title member info
query: 5 - used to find last poster15,2,4,3,6,8,25,10,11,12,19,20,14,18,23,24,1 6,21,30
then i try to go some where else, and my whole entire SERVER is down,

Bhuwan 04-01-2006 02:23 PM

Quote:

Originally Posted by Ntfu2
i upload v 1.5 this appears in my board header for one page load



then i try to go some where else, and my whole entire SERVER is down,

you can disable the 'echo' statement via admincp options;
however, i would just wait until RC2 comes out,as we've fixed some SQL queries.

How large is your site?

Ntfu2 04-01-2006 02:37 PM

about 2500 members

I cant tell you exact stats, as my server is down right now after i uploaded this

Ntfu2 04-01-2006 03:14 PM

fixed.

Would this cause a problem with apf firewall for any reason? I disabled the firewall, then everything was fine, then i disabled the plugin, and started apf up again and everything is back again? :???:

CrazyVLS 04-01-2006 06:35 PM

I already installed this hack mod, bit it was not working and my website now is down. Please check it and help me fix this step by step !

http://www.angelsbabe.net/rewrite/

http://www.angelsbabe.net/rewrite/f-...movies-7.html/

Not Found
The requested URL /rewrite/f-western-movies-7.html/ was not found on this server.

Apache/1.3.33 Server at www.angelsbabe.net Port 80

with no mod vRewrite, it work perfect ! ---> http://www.angelsbabe.net/forum/

Ntfu2 04-01-2006 06:41 PM

make sure you upload the .htaccess inside your forums directory

Immortal 04-01-2006 06:54 PM

Ntfu2: Not sure, I'll let Bhuwan answer that :)

You know you could've warned me before I clicked that. Just read install.html thoroughly, and search the thread, and follow Ntfu's advice :)

jdingman 04-01-2006 07:36 PM

love this plugin, but I have a small problem. When I go into a forum with it, it breaks all the relative links I had for images and the member link doesn't work because it's relatively wrong. my forum is at forum.domain.com and I have the rewrite base a /

any ideas why this breaks it?

forte 04-01-2006 07:45 PM

You must have missed the step with the template edit. The headinclude template, if i am not mistaken.

Cole2026 04-01-2006 07:48 PM

Quote:

Originally Posted by Bhuwan
1) example on 302 (too lazy to google)
2) difference between 301 vs 302
3) why isnt what is iad duplicate
4) example of duplicate

thx for your help!( I am not a SEO expert )

There are virtually no differences between 301 and 302 except that 302 is temporary and 301 is perminant. 302 also has a keyword exploit problem, so 301 is the way to go.

jdingman 04-01-2006 07:52 PM

Quote:

Originally Posted by forte
You must have missed the step with the template edit. The headinclude template, if i am not mistaken.

Yeah, I had, but I fixed that. I'm getting a really weird problem now.

On SOME of my posts, the first username link will look like this: http://forums.domain.com/u-jonathan-1.html63 instead of the regular u-username-###.html -- any ideas why this is happening? I'm having similar issues in the calendar.php with the wrong username being displayed and it's tagging on this extra ## after .html for some reason.

Additionally, the 'lastpost' isn't matching up correctly with the actual last post made. It's giving me a random post that was not the last post in the forum.

forte 04-01-2006 08:12 PM

It is fixed in 1.5 because i had the same problem before.

jdingman 04-01-2006 08:15 PM

is 1.5 stable enough to use?

forte 04-01-2006 08:21 PM

There are still some issues and wait for RC2, A LOT of issues has been resolved in it.

jdingman 04-01-2006 08:22 PM

when should I expect there to be a new release? I don't want to be losing my SE rankings because I'm running a bad version or anything =/

Immortal 04-01-2006 08:24 PM

I am very picky at this. I make sure EVERY SINGLE URL is exactly the same as every release before it. I'm a firm believer in SEO, and I make sure of it.

RC2 will probably be released this evening.

jdingman 04-01-2006 08:31 PM

awesome immortal! /me looks around at his paypal account for the donate button and will hopefully find it tonight.

SaN-DeeP 04-01-2006 08:56 PM

Quote:

Originally Posted by Immortal
I am very picky at this. I make sure EVERY SINGLE URL is exactly the same as every release before it. I'm a firm believer in SEO, and I make sure of it.

RC2 will probably be released this evening.

hi, the hack sounds interesting
Can you please share some active forums, whcih have your hack installed and running online ?

Thanks.

DementedMindz 04-01-2006 09:04 PM

quick question is there a way to rewrite the ibpro arcade pages? and the photopost vbgallery pages like the browse shows up like browseimages.php?c=36 and the show image like this showimage.php?i=5290&c=36

Immortal 04-01-2006 09:11 PM

Quote:

Originally Posted by SaN-DeeP
hi, the hack sounds interesting
Can you please share some active forums, whcih have your hack installed and running online ?

Thanks.

There are a few in the first post, but your best bet is just to look at a few pages in the thread and click in their signatures.

Quote:

Originally Posted by DementedMindz
quick question is there a way to rewrite the ibpro arcade pages? and the photopost vbgallery pages like the browse shows up like browseimages.php?c=36 and the show image like this showimage.php?i=5290&c=36

Hm, yah. I did a v3Arcade rewrite awhile ago, you may want to search the thread to find it. You would want to do basically the same thing for those two. If you still can't figure it out after that, just let me know.

DementedMindz 04-01-2006 09:24 PM

Immortal im going to search thanks for a fast reply and its nice to see a coder who supports there hack and keeps with it and dont just leave it thanks again

fabianv 04-01-2006 10:13 PM

I installed it but now I have the WEIRDEST problem...

On my memberslist most of the users link to MY user profile... WTF?!

Immortal 04-01-2006 10:15 PM

Quote:

Originally Posted by Immortal
For people who have a habit of not searching the thread, any repeated questions for vRewrite, will be ignored from now on. I am getting sick and tired of taking the time to reply, when you cannot take a second to search the thread.

Was reported beyond countable times.

Cole2026 04-01-2006 10:26 PM

Quote:

Originally Posted by Immortal
I am very picky at this. I make sure EVERY SINGLE URL is exactly the same as every release before it. I'm a firm believer in SEO, and I make sure of it.

RC2 will probably be released this evening.

A new feature that allows a user to write their URLs as they would want for 2.0 would be great. :)

DementedMindz 04-01-2006 10:27 PM

that would be very very nice

Immortal 04-01-2006 10:28 PM

Yah, I believe he already has plans for something of that nature :)

fabianv 04-01-2006 10:53 PM

Ive checked over and over again man.. I cant find anything about memberlist problems exactly the same as mine...

what must I do?

CrazyVLS 04-01-2006 10:58 PM

Yes, i uploaded .htaccess and enable mod_rewrite, but it's still not working. Anyone can help me ?

fabianv 04-01-2006 11:00 PM

Quote:

Originally Posted by fabianv
Ive checked over and over again man.. I cant find anything about memberlist problems exactly the same as mine...

what must I do?


Also, everything else on the right column on forumhome links to the wrong place :surprised:

Immortal 04-01-2006 11:06 PM

Quote:

Originally Posted by CrazyVLS
Yes, i uploaded .htaccess and enable mod_rewrite, but it's still not working. Anyone can help me ?

Make sure you changed the RewriteBase as described in the note :)

Quote:

Originally Posted by fabinav
Also, everything else on the right column on forumhome links to the wrong place

The only fix is upgrading to 1.5, same with your other errors.

DementedMindz 04-01-2006 11:06 PM

wow this is nice i like it im starting to rewrite me arcade now im having a slight problem though ok this is what i did and it clean up most of it to .html at the end :) with the help of this post

of i looked for this in my templates

Code:

<a href="arcade.php?do=play&gameid=$game[gameid]">
and i replaced it with this:

Code:

<a href="arcade/games/$game[gameid].html">
that worked very well it worked on the image part too where you can click the image to play the game... ok now for my part that im not to sure of or if it can be rewritten...



Code:

<a href="arcade.php?$session[sessionhash]do=play&gameid=$game[gameid]">
what could i rewrite that too? i only have a few more to rewrite and my arcade is flawless :)

Immortal 04-01-2006 11:10 PM

Sure.

Code:

<a href="arcade-session=$session[sessionhash]-do=play-gameid=$game[gameid].html">
And then add:

Code:

RewriteRule ^arcade-session=(.*)-do=(.*)-gameid=(.*).html arcade.php$1&do=$2&gameid=$3 [L]

DementedMindz 04-01-2006 11:14 PM

man your the man lol i have a few more i can show you if im not bothering you to much :) and maybe it will help others out too.. let me do them first im happy as h3ll

Immortal 04-01-2006 11:17 PM

Sure, not a problem. I don't mind helping people as long as I haven't repeated it more then a hundred times in the same thread :)


All times are GMT. The time now is 09:11 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.02888 seconds
  • Memory Usage 1,834KB
  • 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
  • (8)bbcode_code_printable
  • (16)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
  • (40)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