News:

Wondering if this will always be free?  See why free is better.

Main Menu

Pretty URLs

Started by SMFHacks.com Team, January 31, 2007, 10:56:43 AM

Previous topic - Next topic

L.G.S

#720
Something's just seriously messed my forum up.

In installed the seo4smf script everything went fine.

I downloaded the profile pretty urls from the google page and installed, it said installed fine and now I get a blank page no matter where I try to go on my forum, so it is now unuseable.

And I'm not getting any errors in the error log.

Don't know if this helps or not:

I'm using SSI on my website and now because of the forum I'm getting this on my main website:

"Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in /home/tscar/public_html/board/Sources/Subs.php on line 2791"

EDIT: Okay I can use the admin. Removed package for now.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Dannii

Quote
In installed the seo4smf script everything went fine.

I downloaded the profile pretty urls from the google page and installed, it said installed fine and now I get a blank page no matter where I try to go on my forum, so it is now unuseable.

And I'm not getting any errors in the error log.
Well I just looked at your forum, and the board and topic URLs seem to be working! They're really the most important URLs, especially as you don't allow guests to see profiles, it doesn't matter much for them! :P
We will be able to get the other ones working, but personally I don't think there's a huge rush anymore. It's really late, so I'm going to bed. I'll help you get the rest working tomorrow if I can.

QuoteI'm using SSI on my website and now because of the forum I'm getting this on my main website:

"Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in /home/tscar/public_html/board/Sources/Subs.php on line 2791"
Is this only when you had the profiles package installed?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

L.G.S

Yes it is. I would love for the profiles to work though because otherwise the forum links just appear like random otherwise.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


cassie

Yikes!

I changed the name of one of my boards and now when I go to access it, it gives me a 404 Not Found error.

I've tried to rename it back to what it was but I can't remember the exact punctuation and capitalization.

Can you help me?

Other than this goof up, which I caused, I love this Mod!

Dannii

I remember now that there was a bug in the profiles package. LGS, if you make this fix does it work?
Code (find) Select
   WHERE ID_MEMBER IN (" . implode(', ', $querty_data) . ")", __FILE__, __LINE__);
Code (replace) Select
   WHERE ID_MEMBER IN (" . implode(', ', $query_data) . ")", __FILE__, __LINE__);

Cassie, did you just change the board name, or also the database setting?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Dannii

LGS, if you need more help, check to see if I'm on MSN, I think I added you before.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

viulian

#726
I proudly announce that the new style "pretty url" links are now on Google index - yupeeeeeee

Thank you eldʌkaː :) this is excelent.

/viulian is engulfed in a warm fuzzy feeling..

PS: Do you have any ideea how I can get rid of PHPSESSION id ?

www.lovetime.ro/community/b38/fantana-(sinucidere)/msg13149/?PHPSESSID=nfcrfq19njtmq2hr6i7iu86kp6



Dannii

It's not shown to search engines, and it won't be shown to users either unless they don't have cookies.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

viulian

I see.....
However, that's the way it is indexed in google -> if you search for "fantana sinucidere" (without the "") you'll see what I mean (there should be a link from lovetime.ro there, the first one).

cassie

eldʌkaː... 

I just changed the name of the board through the Admin panel.

L.G.S

#730
Quote from: eldʌkaː on September 09, 2007, 08:07:36 PM
I remember now that there was a bug in the profiles package. LGS, if you make this fix does it work?
Code (find) Select
   WHERE ID_MEMBER IN (" . implode(', ', $querty_data) . ")", __FILE__, __LINE__);
Code (replace) Select
   WHERE ID_MEMBER IN (" . implode(', ', $query_data) . ")", __FILE__, __LINE__);

Cassie, did you just change the board name, or also the database setting?

Where do I make these changes? Can't find that code in any of the files in the package.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Dannii

#731
Quote from: viulian on September 10, 2007, 08:27:18 AMI see.....
However, that's the way it is indexed in google -> if you search for "fantana sinucidere" (without the "") you'll see what I mean (there should be a link from lovetime.ro there, the first one).
Hmm, you're right. That's a bug with SMF then, not with this mod.

Quote from: cassie on September 10, 2007, 09:34:24 AMI just changed the name of the board through the Admin panel.
Hmmm, I'm not sure how that could be a bug :S What's the link it tries to use?

LGS, it should be in Changes.xml of the profiles package.

Does anyone actually use the package server this mod adds?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

cassie

It's trying to use the link of the board name, but then goes to 404 error.

Could it be something to do with the apostrophe in the board name?

It's like this: /bb/name-of-board-this-is-the-subtitle-don%5C't-tell-you/0

I didn't give the exact name of course but the end is the same. So the link is

http://website.com/bb/name-of-board-this-is-the-subtitle-don%5C't-tell-you/0/

I edited the board name to remove the subtitle of the board and then tried to access it to move some topics around and that's when I noticed the error. I tried to go back in and rename it back to what it was, but it still doesn't work. I can't remember exactly the capitalization on the subtitle part and I figured that had to be exactly as it was before to work. Haven't had any luck.

I could go into the database I suppose and move those posts somewhere else, create a new board and delete this old one. I just need to know how to do that--can't access the posts on this board. Would need instructions on how to do the database manipulation I need to do.

Dannii

Could you copy the contents of pretty_board_lookup and pretty_board_urls (from smf_settings) here please.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

cassie

Contents of pretty_board_lookup:

a:70:{s:18:"general-discussion";s:1:"1";s:13:"announcements";s:2:"50";s:18:"introduce-yourself";s:1:"2";s:19:"help-with-the-forum";s:1:"3";s:27:"tell-us-about-your-business";s:1:"4";s:15:"calendar-events";s:2:"28";s:32:"mary-kay-inventory-trading-board";s:1:"6";s:30:"mary-kay-inventory-liquidators";s:2:"45";s:15:"the-classifieds";s:2:"27";s:23:"comment-on-blog-entries";s:2:"21";s:25:"all-mary-kay-all-the-time";s:2:"25";s:17:"book-sell-recruit";s:2:"11";s:46:"diq-and-directorship-what-they-don\'t-tell-you";s:1:"9";s:28:"mary-kay-facts-and-fallacies";s:1:"8";s:27:"active-mary-kay-consultants";s:2:"10";s:25:"dealing-with-the-emotions";s:1:"7";s:18:"men-affected-by-mk";s:2:"20";s:12:"amwayquixtar";s:2:"66";s:7:"arbonne";s:2:"51";s:4:"avon";s:2:"53";s:22:"buy-sell-or-trade-avon";s:2:"69";s:13:"beauticontrol";s:2:"52";s:18:"cookie-lee-jewelry";s:2:"55";s:17:"creative-memories";s:2:"57";s:35:"buy-sell-or-trade-creative-memories";s:2:"72";s:14:"discovery-toys";s:2:"56";s:19:"gold-canyon-candles";s:2:"59";s:19:"longaberger-baskets";s:2:"58";s:9:"melaleuca";s:2:"67";s:13:"pampered-chef";s:2:"63";s:31:"buy-sell-or-trade-pampered-chef";s:2:"71";s:9:"partylite";s:2:"64";s:27:"buy-sell-or-trade-partylite";s:2:"73";s:23:"southern-living-at-home";s:2:"62";s:17:"tastefully-simple";s:2:"65";s:10:"tupperware";s:2:"61";s:28:"buy-sell-or-trade-tupperware";s:2:"74";s:13:"usborne-books";s:2:"60";s:5:"xango";s:2:"68";s:34:"all-other-mlms-and-home-businesses";s:2:"14";s:28:"returning-mary-kay-inventory";s:2:"12";s:13:"money-matters";s:2:"13";s:4:"ebay";s:2:"39";s:15:"the-mom-hideout";s:2:"41";s:26:"makeup-favorites-and-finds";s:2:"15";s:12:"beauty-bliss";s:2:"48";s:15:"fashion-passion";s:2:"16";s:44:"inspiration-spirituality-humor-and-fun-stuff";s:2:"40";s:15:"gratitude-board";s:2:"34";s:21:"prayerenergy-requests";s:2:"35";s:36:"interesting-websites-and-other-finds";s:2:"22";s:39:"current-events-news-tv-movies-books-etc";s:2:"24";s:21:"hobbies-and-interests";s:2:"17";s:16:"food-and-cooking";s:2:"18";s:25:"health-diet-and-nutrition";s:2:"19";s:17:"the-polling-place";s:2:"46";s:13:"brainstormers";s:2:"33";s:30:"ptlies-material-and-discussion";s:2:"47";s:9:"admin-use";s:2:"32";s:10:"moderators";s:2:"38";s:20:"beauty-and-skin-care";i:75;s:24:"home-and-home-decorating";i:77;s:20:"food-and-cooking-b78";i:78;s:7:"jewelry";i:79;s:24:"scrapbooking-and-hobbies";i:80;s:24:"educational-and-learning";i:81;s:22:"supplements-and-health";i:82;s:16:"candles-and-such";i:83;s:18:"my-former-director";i:84;s:18:"the-suggestion-box";i:85;}

Contents of pretty_board_urls:

a:70:{i:1;s:18:"general-discussion";i:50;s:13:"announcements";i:2;s:18:"introduce-yourself";i:3;s:19:"help-with-the-forum";i:4;s:27:"tell-us-about-your-business";i:28;s:15:"calendar-events";i:6;s:32:"mary-kay-inventory-trading-board";i:45;s:30:"mary-kay-inventory-liquidators";i:27;s:15:"the-classifieds";i:21;s:23:"comment-on-blog-entries";i:25;s:25:"all-mary-kay-all-the-time";i:11;s:17:"book-sell-recruit";i:9;s:46:"diq-and-directorship-what-they-don\'t-tell-you";i:8;s:28:"mary-kay-facts-and-fallacies";i:10;s:27:"active-mary-kay-consultants";i:7;s:25:"dealing-with-the-emotions";i:20;s:18:"men-affected-by-mk";i:66;s:12:"amwayquixtar";i:51;s:7:"arbonne";i:53;s:4:"avon";i:69;s:22:"buy-sell-or-trade-avon";i:52;s:13:"beauticontrol";i:55;s:18:"cookie-lee-jewelry";i:57;s:17:"creative-memories";i:72;s:35:"buy-sell-or-trade-creative-memories";i:56;s:14:"discovery-toys";i:59;s:19:"gold-canyon-candles";i:58;s:19:"longaberger-baskets";i:67;s:9:"melaleuca";i:63;s:13:"pampered-chef";i:71;s:31:"buy-sell-or-trade-pampered-chef";i:64;s:9:"partylite";i:73;s:27:"buy-sell-or-trade-partylite";i:62;s:23:"southern-living-at-home";i:65;s:17:"tastefully-simple";i:61;s:10:"tupperware";i:74;s:28:"buy-sell-or-trade-tupperware";i:60;s:13:"usborne-books";i:68;s:5:"xango";i:14;s:34:"all-other-mlms-and-home-businesses";i:12;s:28:"returning-mary-kay-inventory";i:13;s:13:"money-matters";i:39;s:4:"ebay";i:41;s:15:"the-mom-hideout";i:15;s:26:"makeup-favorites-and-finds";i:48;s:12:"beauty-bliss";i:16;s:15:"fashion-passion";i:40;s:44:"inspiration-spirituality-humor-and-fun-stuff";i:34;s:15:"gratitude-board";i:35;s:21:"prayerenergy-requests";i:22;s:36:"interesting-websites-and-other-finds";i:24;s:39:"current-events-news-tv-movies-books-etc";i:17;s:21:"hobbies-and-interests";i:18;s:16:"food-and-cooking";i:19;s:25:"health-diet-and-nutrition";i:46;s:17:"the-polling-place";i:33;s:13:"brainstormers";i:47;s:30:"ptlies-material-and-discussion";i:32;s:9:"admin-use";i:38;s:10:"moderators";i:75;s:20:"beauty-and-skin-care";i:77;s:24:"home-and-home-decorating";i:78;s:20:"food-and-cooking-b78";i:79;s:7:"jewelry";i:80;s:24:"scrapbooking-and-hobbies";i:81;s:24:"educational-and-learning";i:82;s:22:"supplements-and-health";i:83;s:16:"candles-and-such";i:84;s:18:"my-former-director";i:85;s:18:"the-suggestion-box";}

Dannii

Replace with these:
Code (pretty_board_lookup) Select
a:70:{s:18:"general-discussion";s:1:"1";s:13:"announcements";s:2:"50";s:18:"introduce-yourself";s:1:"2";s:19:"help-with-the-forum";s:1:"3";s:27:"tell-us-about-your-business";s:1:"4";s:15:"calendar-events";s:2:"28";s:32:"mary-kay-inventory-trading-board";s:1:"6";s:30:"mary-kay-inventory-liquidators";s:2:"45";s:15:"the-classifieds";s:2:"27";s:23:"comment-on-blog-entries";s:2:"21";s:25:"all-mary-kay-all-the-time";s:2:"25";s:17:"book-sell-recruit";s:2:"11";s:44:"diq-and-directorship-what-they-dont-tell-you";s:1:"9";s:28:"mary-kay-facts-and-fallacies";s:1:"8";s:27:"active-mary-kay-consultants";s:2:"10";s:25:"dealing-with-the-emotions";s:1:"7";s:18:"men-affected-by-mk";s:2:"20";s:12:"amwayquixtar";s:2:"66";s:7:"arbonne";s:2:"51";s:4:"avon";s:2:"53";s:22:"buy-sell-or-trade-avon";s:2:"69";s:13:"beauticontrol";s:2:"52";s:18:"cookie-lee-jewelry";s:2:"55";s:17:"creative-memories";s:2:"57";s:35:"buy-sell-or-trade-creative-memories";s:2:"72";s:14:"discovery-toys";s:2:"56";s:19:"gold-canyon-candles";s:2:"59";s:19:"longaberger-baskets";s:2:"58";s:9:"melaleuca";s:2:"67";s:13:"pampered-chef";s:2:"63";s:31:"buy-sell-or-trade-pampered-chef";s:2:"71";s:9:"partylite";s:2:"64";s:27:"buy-sell-or-trade-partylite";s:2:"73";s:23:"southern-living-at-home";s:2:"62";s:17:"tastefully-simple";s:2:"65";s:10:"tupperware";s:2:"61";s:28:"buy-sell-or-trade-tupperware";s:2:"74";s:13:"usborne-books";s:2:"60";s:5:"xango";s:2:"68";s:34:"all-other-mlms-and-home-businesses";s:2:"14";s:28:"returning-mary-kay-inventory";s:2:"12";s:13:"money-matters";s:2:"13";s:4:"ebay";s:2:"39";s:15:"the-mom-hideout";s:2:"41";s:26:"makeup-favorites-and-finds";s:2:"15";s:12:"beauty-bliss";s:2:"48";s:15:"fashion-passion";s:2:"16";s:44:"inspiration-spirituality-humor-and-fun-stuff";s:2:"40";s:15:"gratitude-board";s:2:"34";s:21:"prayerenergy-requests";s:2:"35";s:36:"interesting-websites-and-other-finds";s:2:"22";s:39:"current-events-news-tv-movies-books-etc";s:2:"24";s:21:"hobbies-and-interests";s:2:"17";s:16:"food-and-cooking";s:2:"18";s:25:"health-diet-and-nutrition";s:2:"19";s:17:"the-polling-place";s:2:"46";s:13:"brainstormers";s:2:"33";s:30:"ptlies-material-and-discussion";s:2:"47";s:9:"admin-use";s:2:"32";s:10:"moderators";s:2:"38";s:20:"beauty-and-skin-care";i:75;s:24:"home-and-home-decorating";i:77;s:20:"food-and-cooking-b78";i:78;s:7:"jewelry";i:79;s:24:"scrapbooking-and-hobbies";i:80;s:24:"educational-and-learning";i:81;s:22:"supplements-and-health";i:82;s:16:"candles-and-such";i:83;s:18:"my-former-director";i:84;s:18:"the-suggestion-box";i:85;}
Code (pretty_board_urls) Select
a:70:{i:1;s:18:"general-discussion";i:50;s:13:"announcements";i:2;s:18:"introduce-yourself";i:3;s:19:"help-with-the-forum";i:4;s:27:"tell-us-about-your-business";i:28;s:15:"calendar-events";i:6;s:32:"mary-kay-inventory-trading-board";i:45;s:30:"mary-kay-inventory-liquidators";i:27;s:15:"the-classifieds";i:21;s:23:"comment-on-blog-entries";i:25;s:25:"all-mary-kay-all-the-time";i:11;s:17:"book-sell-recruit";i:9;s:44:"diq-and-directorship-what-they-dont-tell-you";i:8;s:28:"mary-kay-facts-and-fallacies";i:10;s:27:"active-mary-kay-consultants";i:7;s:25:"dealing-with-the-emotions";i:20;s:18:"men-affected-by-mk";i:66;s:12:"amwayquixtar";i:51;s:7:"arbonne";i:53;s:4:"avon";i:69;s:22:"buy-sell-or-trade-avon";i:52;s:13:"beauticontrol";i:55;s:18:"cookie-lee-jewelry";i:57;s:17:"creative-memories";i:72;s:35:"buy-sell-or-trade-creative-memories";i:56;s:14:"discovery-toys";i:59;s:19:"gold-canyon-candles";i:58;s:19:"longaberger-baskets";i:67;s:9:"melaleuca";i:63;s:13:"pampered-chef";i:71;s:31:"buy-sell-or-trade-pampered-chef";i:64;s:9:"partylite";i:73;s:27:"buy-sell-or-trade-partylite";i:62;s:23:"southern-living-at-home";i:65;s:17:"tastefully-simple";i:61;s:10:"tupperware";i:74;s:28:"buy-sell-or-trade-tupperware";i:60;s:13:"usborne-books";i:68;s:5:"xango";i:14;s:34:"all-other-mlms-and-home-businesses";i:12;s:28:"returning-mary-kay-inventory";i:13;s:13:"money-matters";i:39;s:4:"ebay";i:41;s:15:"the-mom-hideout";i:15;s:26:"makeup-favorites-and-finds";i:48;s:12:"beauty-bliss";i:16;s:15:"fashion-passion";i:40;s:44:"inspiration-spirituality-humor-and-fun-stuff";i:34;s:15:"gratitude-board";i:35;s:21:"prayerenergy-requests";i:22;s:36:"interesting-websites-and-other-finds";i:24;s:39:"current-events-news-tv-movies-books-etc";i:17;s:21:"hobbies-and-interests";i:18;s:16:"food-and-cooking";i:19;s:25:"health-diet-and-nutrition";i:46;s:17:"the-polling-place";i:33;s:13:"brainstormers";i:47;s:30:"ptlies-material-and-discussion";i:32;s:9:"admin-use";i:38;s:10:"moderators";i:75;s:20:"beauty-and-skin-care";i:77;s:24:"home-and-home-decorating";i:78;s:20:"food-and-cooking-b78";i:79;s:7:"jewelry";i:80;s:24:"scrapbooking-and-hobbies";i:81;s:24:"educational-and-learning";i:82;s:22:"supplements-and-health";i:83;s:16:"candles-and-such";i:84;s:18:"my-former-director";i:85;s:18:"the-suggestion-box";}
Hope that works!
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

L.G.S

Quote from: eldʌkaː on September 10, 2007, 08:46:42 PM
LGS, it should be in Changes.xml of the profiles package.

Does anyone actually use the package server this mod adds?

The profiles package does not have "Changes.xml" and yes, I got it from the package server.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


viulian

Quote from: eldʌkaː on September 10, 2007, 08:46:42 PM
Quote from: viulian on September 10, 2007, 08:27:18 AMI see.....
However, that's the way it is indexed in google -> if you search for "fantana sinucidere" (without the "") you'll see what I mean (there should be a link from lovetime.ro there, the first one).
Hmm, you're right. That's a bug with SMF then, not with this mod.

Do you think it can be the theme ? I am not using the default theme, switched it to a eye candier one..

Dannii

Quote from: L.G.S on September 11, 2007, 01:27:11 PMThe profiles package does not have "Changes.xml" and yes, I got it from the package server.
I just checked it then, and it does have Changes.xml.

Quote from: viulian on September 11, 2007, 04:39:52 PMDo you think it can be the theme ? I am not using the default theme, switched it to a eye candier one..
No, absolutely any theme can be used. This mod doesn't touch any of the code that decides whether to display the sessid or not. I suggest you make a topic in the general support board :)
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Kevin Paquet

I've got such a strange error.
HACK ATTEMPT...

Advertisement: