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.
Monday, February 22, 2010
how to remove "Joomla SEF URLs by Artio" in artio joomsef version 3.5.5
Subscribe to:
Post Comments (Atom)
7 comments:
nice post! this helps me a lot!
thanks!
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!
thanks for the solution
helps a lot!
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.
It rocks man keep it up!
thanks! it worked for me
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
Post a Comment