Monday, February 22, 2010

how to remove "Joomla SEF URLs by Artio" in artio joomsef version 3.5.5


To remove "Joomla SEF URLs by Artio" in your page, download this necessary file using ftp

/components/com_sef/joomsef.php

then use an editor to open the file then comment line 1771 and 1772

line 1771 and 1772 looks like this

if (JRequest::$cosi('fo'.'rmat') != 'r'.'aw')
$doc->$cache($cacheBuf . base64_decode($cacheBuf2), 'component');


So this will look like this now

/*

if (JRequest::$cosi('fo'.'rmat') != 'r'.'aw')
$doc->$cache($cacheBuf . base64_decode($cacheBuf2), 'component');
*/


or


// if (JRequest::$cosi('fo'.'rmat') != 'r'.'aw')
// $doc->$cache($cacheBuf . base64_decode($cacheBuf2), 'component');


So, what joomsef did is, they encoded the link into base 64 format then decoded
it when displayed in the page.


so this is it! Good luck.

7 comments:

Anonymous said...

nice post! this helps me a lot!
thanks!

Xbox said...

Hey thanks alot for this post. Couldn't find a way to remove it in version 3.5.5. Now they try to make you pay to get it removed. Thanks alot!

Anonymous said...

thanks for the solution
helps a lot!

Anonymous said...

Thanks men.You are the king.You know, software should be free.I don't have the money to buy now membership, so i have to remove copyright for my client.First i must see if he like the website, after he will pay i will donate to Artio a few dollars, for using their component in my project.Thanks men a lot.God bless you.

Anonymous said...

It rocks man keep it up!
thanks! it worked for me

Marcello RomaDoma said...
This comment has been removed by the author.
Anonymous said...

it works also in the latest version!
The code was deplaced. It is no more at line 1171 /1172, but just look for line 2445 and 2446.
Thanks a lot