News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Pretty URLs

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

Previous topic - Next topic

SosniTo.sk







Özgür

@Arkangel if this doesn't work, please ask your host for this. Or if you hhave access, edit your php.ini.

Quote from: _Anthony_ on June 22, 2009, 02:13:53 PM
Quote from: [Daydreamer] on June 22, 2009, 02:12:14 PM
Quote from: _Anthony_ on June 22, 2009, 02:10:06 PM
Quote from: Arkangel on June 22, 2009, 02:08:11 PM
http://arkangeles.org/web/foro/mensajeria-telefonia-y-chats/bio-messenger-8-6/?PHPSESSID=4ef41548d27177426efa66570400b116


PHPSSID disable   
is it possible?


http://arkangeles.org/web/foro/mensajeria-telefonia-y-chats/bio-messenger-8-6/
Thats a core feature in SMF...

This not smf feature. This is all php feature..
My bad, I've only seen it using SMF...
PHPSESSID = > php session id and this is added from php side. This session save user data and somethings from security. I know smf use different session system and you can remove your site. :)
So Long

sneijder23

#3927
Many thanks dannii I am solved the problem, you are the best!!!  :D

Another consultation that have is like I can change the name of the accion of English to Spanish for example mysyte. com/help by mysite. com/ayuda

, thanks ;)

Antes

Only Glossary problem Left , <3 You Dannii

dzinerfusion

ok i cant find a .htaccess file in my forum!


Dannii

Quote from: bluesinjid on June 22, 2009, 05:01:22 PM
ok i cant find a .htaccess file in my forum!
You'll have to get your FTP program to show all hidden files.
"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."

sneijder23

Hello dannii, can be possible to do this? 

Quote
Another consultation that have is like I can change the name of the accion of English to Spanish for example mysyte. com/help by mysite. com/ayuda
[/quoote]

,thanks...

Dannii

Not really, no. It would require a lot of changes to the code.
"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."

_Anthony_

Quote from: sneijder23 on June 22, 2009, 11:07:32 PM
Hello dannii, can be possible to do this? 

Quote
Another consultation that have is like I can change the name of the accion of English to Spanish for example mysyte. com/help by mysite. com/ayuda
[/quoote]

,thanks...
just make the board name in spanish

TheDisturbedOne

Quote from: _Anthony_ on June 23, 2009, 12:05:06 AM
Quote from: sneijder23 on June 22, 2009, 11:07:32 PM
Hello dannii, can be possible to do this? 

Quote
Another consultation that have is like I can change the name of the accion of English to Spanish for example mysyte. com/help by mysite. com/ayuda
[/quoote]

,thanks...

just make the board name in spanish
I think they are talking about the help page.

Sakae

Oh boy.

This MOD rewrote my entire .htaccess... That's a big problem when you trust it enough to don't make any backups.
http://www.tigrelog.com.br
l: simple p: machines

Özgür

I have this errors on my error log.
.../index.php?action=mgallery;sa=item;id=934;
Database Error: Illegal mix of collations for operation ' IN '
File: /Sources/PrettyUrls-Filters.php
Line: 55

This error repeated in different sections..
index.php?pretty;board=konu-disi;topic=bu-siteye-erisim-kendi-karariyla-engellenmistir!.0
Database Error: Illegal mix of collations for operation ' IN '
File: /Sources/PrettyUrls-Filters.php
Line: 55

index.php?pretty;action=downloads&amp;sa=view;down=12
Database Error: Illegal mix of collations for operation ' IN '
File: /Sources/PrettyUrls-Filters.php
Line: 55


52:     SELECT url_id, replacement
53:    FROM {db_prefix}pretty_urls_cache
54:    WHERE url_id IN ({array_string:urls})',
==>55:    array('urls' => $urls_query));
56:    while ($row = $smcFunc['db_fetch_assoc']($query))

I use 1.0 RC.
So Long

Bruno36

Quote from: Dannii on June 22, 2009, 01:02:34 PM
Change this line in Themes/default/GenericControls.template.php:
Code (find) Select
<a href="javascript:void(0);" onclick="window.open(\'http://www.postimage.org/index.php?mode=smf&lang=english&forumurl=\' + escape(document.location.href), \'_imagehost\', \'resizable=yes,width=500,height=400\');return false;">Ajouter une image a mon message</a>
Code (replace) Select
<a href="javascript:void(0);" onclick="window.open(\'http://www.postimage.org/index.php?mode=smf&lang=english&forumurl=' . $scripturl . '\', \'_imagehost\', \'resizable=yes,width=500,height=400\');return false;">Ajouter une image a mon message</a>

   
Thank you very much Dannii, the Simple Image Upload mod now works.  :D
You are a super team encoder
Bruno36 the French
SMF 2.0.9

_Anthony_

So dannii are a majority of the glitches with 1.0 rc fixed now?

Advertisement: