Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 1:37 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 57 posts ]  Go to page Previous  1, 2
Author Message
Posted: Sat Dec 22, 2007 11:29 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Aug 15, 2007 10:02 am
Posts: 24
Kanaginternet hide their spammy links in the same way as Artio by obfuscating the code with base64 encoding. As noted in one of the earlier posts in the file sef_class.php there is a line that starts :-

        eval(base64_decode('JHNlZkRpckFkbWluID0gJEdMT

When you decode this it evaluates as:-

$sefDirAdmin = $GLOBALS['mosConfig_absolute_path'] . '/administrator/components/com_sef/';
// load checksums
        $license = trim(@file_get_contents($sefDirAdmin . 'signature.b64'));
$checksum = trim(@file_get_contents($sefDirAdmin . 'checksum.md5'));
$checkstr = '';
global $sefCheckA;
$sefCheckA[3] = $sefCheckA[2] = $sefCheckA[1] = $sefCheckA[0] = '';
        $sefCheckA = explode('-', $license);
foreach ($sefCheckA as $id => $checkpart) {
$sefCheckA[$id] = base64_decode($checkpart);
$checkstr .= $sefCheckA[$id];
}        $this->enabled &= ($checksum == $checksum);
// autumn adjustment
if ($this->enabled) {

if (!is_null($txt)) {
$txt1 = 'JoomSEF SEO by Kanga Internet (http://www.kangainternet.com) - Web Design, Web Development, SEO, Online Marketing, Search Engine Optimisation';
$txt2 = '
Web Designers';

}
}
// autumn adjustment end
function xmlParsing ($path, $base, $index, $option)
{
global $_VERSION, $sefCheckA;
if (($path == $base) || ($path == ($base . $index)) || (@$option == 'com_frontpage')) {
// frontpage code
                $_VERSION->URL .= '
Web Design | Web Developers | SEO | Online Marketing | Web Designers Melbourne';
$_VERSION->COPYRIGHT .= $sefCheckA[1];
} else {
// other page code
                $_VERSION->URL .= '
Web Design | Web Developers | SEO | Online Marketing | Web Designers Melbourne';
$_VERSION->COPYRIGHT .= $sefCheckA[3];
}
}
function includeSef ($once = false)
{
global $mosConfig_absolute_path, $sefCheckA;
static $first = true;
if ($once && ! $first)
return;
$txt = file_get_contents($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
if (substr($txt, 0, 5) != '$txt = base64_encode($txt);
$txt = $sefCheckA[4] . $txt;
$detxt = base64_decode($txt);
$detxt = substr($detxt, 2, - 2);
eval($detxt);
} else {
if ($once) {
include_once ($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
} else {
include ($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
}
}
$first = false;
}


Top
   
 
Posted: Mon Dec 24, 2007 4:31 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sun Nov 06, 2005 12:57 am
Posts: 86
Comenius wrote:

Well, i did not spent so much time.... I have 2.2.2

Edit /components/com_sef/sef.php and comment with "#" the line no.150

            #xmlParsing($URI->path, $base, $index, @$option);



Just to quote myself again because I see some people are still confused about how to remove the spam links.  The ONLY thing you need to do is comment out the ONE line above from the standard version downloaded from Artio.  That's it. You don't need to download a patched version. 

Yes, it's really that simple.  :)

_________________
Learn English Online at Open English World: http://www.OpenEnglishWorld.com
Teach English as a Second Language at ESL Jobs World : http://www.ESLJobsWorld.com


Top
  E-mail  
 
Posted: Thu Dec 27, 2007 2:32 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Aug 15, 2007 10:02 am
Posts: 24
Comenius wrote:
Comenius wrote:

Well, i did not spent so much time.... I have 2.2.2

Edit /components/com_sef/sef.php and comment with "#" the line no.150

            #xmlParsing($URI->path, $base, $index, @$option);



Just to quote myself again because I see some people are still confused about how to remove the spam links.  The ONLY thing you need to do is comment out the ONE line above from the standard version downloaded from Artio.  That's it. You don't need to download a patched version. 

Yes, it's really that simple.  :)
It's that simple if all you want to do is remove the spam links on the home page. Removing that line does not remove the random adverts & other crap in the meta tags of every page on your site.


Top
   
 
Posted: Sat Dec 29, 2007 11:44 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 2:23 am
Posts: 58
Location: Melbourne, Australia
An interesting topic.  I have been asked to comment on this topic.

Okay, lets clear a few things up.

Firstly, Kanga Internet is a business.  Much like any other business we need to justify why we spend money and how we allocate resources to projects.  By allocating a resource to continuing to patch the JoomSEF component there was need to see some results from it.  Unfortunately, as is the case with the Joomla community, everyone wants something for free.  So far the Joomla community has not been very giving in terms of helping us or supporting us with even so much as one link, so, clearly politely asking for links was not working.

What we decided to do was this ..

Kanga would still provide a completely SPAM FREE and link free version of JoomSEF but it would not be the latest and greatest release, it would be the prior sub version release.  When the next sub version is released then so will the next fully link free version of JoomSEF, but the link-free version will lag behind the latest releases.

We decided that there was still need to patch the latest release but it would come with links - these links help us justify the time and effort we spend on our resources.

So if you want a link free version then download an older sub-version release.  Alternatively there are other options SH404SEF or openSEF.  The former being the better of the two, but IMHO still not as good as JoomSEF.

I still use a hacked version of 1.5.0 .. so, I don't see why people are whinging .. the older releases work fine!!!!! ..

_________________
Chris Diprose
Manager
Kanga Internet : http://www.kangainternet.com


Top
  E-mail  
 
Posted: Tue Jan 08, 2008 11:32 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 25, 2005 2:15 pm
Posts: 29
You put your crappy links in "spam free" version of Artio and you didn't clearly say so. You admitted that only after you morons have been exposed here.

What you did sucks big time!!!


Top
  E-mail  
 
Posted: Tue Jan 08, 2008 8:24 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 2:23 am
Posts: 58
Location: Melbourne, Australia
well that's a pretty intelligent reply .. gonna get you a long way in life!

if you read the site then it clearly says what the go is .. and out of courtesy i decided to also post on this forum.

what we did makes commercial business sense, while still providing the joomla community a link free version of joomsef.

If you think you can come up with a better business model on how you would run it then i am taking submissions ..

would it be better to patch the component and charge half of what Artio do?

_________________
Chris Diprose
Manager
Kanga Internet : http://www.kangainternet.com


Top
  E-mail  
 
Posted: Wed Jan 09, 2008 8:12 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Aug 15, 2007 10:02 am
Posts: 24
cdiprose wrote:
if you read the site then it clearly says what the go is .. and out of courtesy i decided to also post on this forum
Your site doesn't make this clear at all. It lists various versions e.g.

JoomSEF 1.5.1 - Patched
Joomsef 2.0.0 - Patched Version - NO ADVERTS
Joomsef 2.2.0 - Patched Version - NO Adverts & NO Meta Generator Tag
JoomSEF 2.2.5 - Patched Version

Nowhere does it say in which version you have replaced Artio's spam crap with your own. When you download the original version from Artio's site they at least state "The latest free version of JoomSEF may contain links to ARTIO webpages or some of the JoomSEF development sponsors." You give no such warning & I am sure have mislead users who have downloaded previous versions from your site with spam links & metatags removed & assume that any version from your site described as 'Patched' would be the same. This is deceitful & deplorable behaviour & I agree wholeheartedly with the previous poster that "What you did sucks big time!!!"


Top
   
 
Posted: Fri Jan 25, 2008 9:25 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 10, 2007 6:28 pm
Posts: 2
I agree, luckily i've had the patience to read thru the forum before jumping to your 'spam free patched' vertion of Artio JoomSEF. I'd better pay them for the fine work they did than installing your 'spam replacer' version  >:(


Top
  E-mail  
 
Posted: Sat Jan 26, 2008 2:29 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Apr 24, 2006 6:19 pm
Posts: 15
So basically what we have is a company who releases a component to the community which includes paid links, allowing them to release the component for free.

Then we have another company who takes the free component and replaces the ads with their own and releases that for free - admittedly, this company should perhaps have made it far clearer that they had replaced the ads with their own.

Perhaps a solution would be for people to take the time to understand the component, see how it works, base64 decode the encoded stuff in sef.class.php and remove the ads themselves?


Top
   
 
Posted: Wed Apr 23, 2008 5:02 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Jul 27, 2006 12:16 am
Posts: 72
Here is a plain-text fix that removes all advertisements.

This should work for versions 2.2.3 - 2.2.6. I've tested this on my local host, and this appears to work.

This is explicitly allowed in the ARTIO JoomSEF Documentation for 2.2.6: "Similarily to Joomla! software, these [advertisements] may be removed if you wish to do so."

So, should you still pay ARTIO if you use their component commercially? YES!

Should ARTIO (or others) sneak advertisements in their free version, and make them unnecessarily difficult to remove? NO!

Obfuscated code and weaselly marketing tactics are against the spirit of Open Source.

-Ken


Top
  E-mail  
 
Posted: Sat Jun 21, 2008 8:30 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Feb 28, 2007 8:00 am
Posts: 435
Location: istanbul
Are you try this tips?
administrator/components/com_sef and you can see signature zip file, rename it :D

_________________
http://www.joomlarehberi.com Joomla Pro Destek
http://www.mmcn.org Kişisel Blog'um


Top
  E-mail  
 
Posted: Sat Jun 21, 2008 9:00 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Feb 28, 2007 8:00 am
Posts: 435
Location: istanbul
sorry remove this post please

_________________
http://www.joomlarehberi.com Joomla Pro Destek
http://www.mmcn.org Kişisel Blog'um


Top
  E-mail  
 
Posted: Mon Jul 07, 2008 2:45 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Aug 23, 2006 9:14 am
Posts: 2
??? hmmmm - was my agreeing with 90% of the posts on this subject reason enough to remove my last reply - well if you can't beat them, join them!

1. Locate the file called "signature.b64" - administrator/components/com_sef
2. Using note pad or similar open that file and copy the Base64 string
3. Go to http://makcoder.sourceforge.net/demo/base64.php, enter the code click on decode and have a look at the very simple HTML structure.
4. copy the HTML you've just decoded and replace the links and text with you own
5. copy that html
6. go back to http://makcoder.sourceforge.net/demo/base64.php
7. Paste the html into the box and click encode.
8. Take the Base64 string you just created and replace the one in the signature.b64 file
9. Save it upload and hey presto you've got you own links in the Meta Tags

This is a lesson in how the community will work to together to counter any insidious and deceitful attempts to highjack the sites we manage – if you want to make money from the community do so, but be upfront about it. I’ve paid for a number of components and for work by various community developers – I now have two that are on my list of don’t use!


Top
  E-mail  
 
Posted: Fri Jul 11, 2008 8:54 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jul 11, 2008 8:29 pm
Posts: 5
Hello all, I update today to 2.2.7 version and the goo boys of Artio change once more time the code and now, the line 385 at sef.class.php seems a bit like:

Code:
function includeSef ($once = false)
        {
            global $mosConfig_absolute_path, $sefCheckA;
            static $first = true;
            if ($once && ! $first)
                return;
            $txt = file_get_contents($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
            if (substr($txt, 0, 5) != '<?php') {
                $txt = base64_encode($txt);
                $txt = $sefCheckA[4] . $txt;
                $detxt = base64_decode($txt);
                $detxt = substr($detxt, 2, - 2);
                eval($detxt);
            } else {
                if ($once) {
                    include_once ($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
                } else {
                    include ($mosConfig_absolute_path . '/components/com_sef/sef_ext.php');
                }
            }
            $first = false;
        }


And as you can see, the base64 file no more exist in version 2.2.7, but in the line 393 we can read

$detxt = base64_decode($txt);

So, how could we disable the "SEO by Artio" link at footer?

You can check an spanish website that shows an alternative way to disable this link from version 2.2.3

http://www.syntaxerror.es/2007/12/17/ar ... sion-free/

In anyone have a solution, I'll be very happy to read a way to solve this trouble.

Many thanks!

Salutio

~ Io ~


Top
  E-mail  
 
Posted: Sun Jul 13, 2008 8:44 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Aug 23, 2006 9:14 am
Posts: 2
It' seems to me that Artio are now doing the decent things by making a spam free version avaiable for just 24 Euro's. You probably won't want to hear this but but it's a great component and worth the price.


Top
  E-mail  
 
Posted: Sun Jul 20, 2008 10:44 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Sep 02, 2006 2:54 pm
Posts: 6
Hi

well, one can discuss whether or not such a spammy link should/can/has to be there or not.

As far as I'm concerned, I got quite surprised that it appears on the webpage.
Anyhow, here is what I did in 2.2.7 (stumbled upon it when I squeezed my eyes while scrolling through the code... ;) ):
In administrator/components/com_sef/sef.class.php, I commented out line 522 as follows:
Code:
// $buf = '<'.'d'.'i'.'v'.'>'.'<'.'a'.' '.'h'.'r'.'e'.'f'.'='.'"'.'h'.'t'.'t'.'p'.':'.'/'.'/'.'w'.'w'.'w'.'.'.'a'.'r'.'t'.'i'.'o'.'.'.'n'.'e'.'t'.'"'.' '.'s'.'t'.'y'.'l'.'e'.'='.'"'.'f'.'o'.'n'.'t'.'-'.'s'.'i'.'z'.'e'.':'.' '.'8'.'p'.'x'.';'.' '.'v'.'i'.'s'.'i'.'b'.'i'.'l'.'i'.'t'.'y'.':'.' '.'v'.'i'.'s'.'i'.'b'.'l'.'e'.';'.' '.'d'.'i'.'s'.'p'.'l'.'a'.'y'.':'.' '.'i'.'n'.'l'.'i'.'n'.'e'.'"'.' '.'t'.'i'.'t'.'l'.'e'.'='.'"'.'I'.'n'.'f'.'o'.'r'.'m'.'a'.'t'.'i'.'o'.'n'.' '.'s'.'y'.'s'.'t'.'e'.'m'.'s'.','.' '.'d'.'a'.'t'.'a'.'b'.'a'.'s'.'e'.'s'.','.' '.'i'.'n'.'t'.'e'.'r'.'n'.'e'.'t'.' '.'a'.'n'.'d'.' '.'w'.'e'.'b'.' '.'a'.'p'.'p'.'l'.'i'.'c'.'a'.'t'.'i'.'o'.'n'.'s'.'"'.'>'.'S'.'E'.'O'.' '.'b'.'y'.' '.'A'.'r'.'t'.'i'.'o'.'<'.'/'.'a'.'>'.'<'.'/'.'d'.'i'.'v'.'>';


and added one as follows, so the variable is initialized (at least)...
Code:
$buf='';


I'm sorry guys at Artio. You already have been more sophisticated then in this version... :-[
So why bother in the first place and putting spammy links?!
After all, it's opensource. Isn't it?!

Happy 'puting

D.


Top
  E-mail  
 
Posted: Mon Jul 21, 2008 5:52 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jul 11, 2008 8:29 pm
Posts: 5
Many thanks Dakshinamurti, I'm very surprised about the simplicity of the way of hiding the URL in this variable.

Many thanks again.


Top
  E-mail  
 
Posted: Wed Aug 06, 2008 12:31 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun May 07, 2006 8:24 pm
Posts: 248
anyone figure out how to remove this in 2.3.0?

Man what a disapointment - I just hit the upgrade button and now I have this stupid link at the bottom of my 10,000 + pages - looks idiotic.

So am I really a HOSTAGE of Artio now?

BS!!!! - is this opensource or what?

oh im pissed!!!!!!!!!!!!! :eek:

I need to take deep breaths and count to 10


Top
  E-mail  
 
Posted: Wed Aug 06, 2008 1:03 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun May 07, 2006 8:24 pm
Posts: 248
To: Joomla Admins
re: Artio

do you support this tactic taken by the developers of artio?

you must since I see thier product is readily available via your download section...

( i hit update from my opensource (joomla) project's admin - which just cost me 38 US$)


I guess Ill pay the 48 Bucks! - I really dont have the time to concern myself with that sort of behavior

it is quite PITIFUL though


Top
  E-mail  
 
Posted: Wed Aug 06, 2008 1:07 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun May 07, 2006 8:24 pm
Posts: 248
LOL - They are using an opensource project (without links) to make me pay for it!

can it get any worst?


Top
  E-mail  
 
Posted: Sat Aug 16, 2008 10:57 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Sep 05, 2007 12:02 am
Posts: 8
any help on artio 2.3.0 ?


Top
  E-mail  
 
Posted: Mon Aug 18, 2008 5:39 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Sep 02, 2006 2:54 pm
Posts: 6
Hi all
*hint: diff on those files..
Result:
in sef_class.php, line 503:
Code:
$buf = '<'.'d'.'i'.'v'.'>'.'<'.'a'.' '.'h'.'r'.'e'.'f'.'='.'"'.'h'.'t'.'t'.'p'.':'.'/'.'/'.'w'.'w'.'w'.'.'.'a'.'r'.'t'.'i'.'o'.'.'.'n'.'e'.'t'.'"'.' '.'s'.'t'.'y'.'l'.'e'.'='.'"'.'f'.'o'.'n'.'t'.'-'.'s'.'i'.'z'.'e'.':'.' '.'8'.'p'.'x'.';'.' '.'v'.'i'.'s'.'i'.'b'.'i'.'l'.'i'.'t'.'y'.':'.' '.'v'.'i'.'s'.'i'.'b'.'l'.'e'.';'.' '.'d'.'i'.'s'.'p'.'l'.'a'.'y'.':'.' '.'i'.'n'.'l'.'i'.'n'.'e'.'"'.' '.'t'.'i'.'t'.'l'.'e'.'='.'"'.'I'.'n'.'f'.'o'.'r'.'m'.'a'.'t'.'i'.'o'.'n'.' '.'s'.'y'.'s'.'t'.'e'.'m'.'s'.','.' '.'d'.'a'.'t'.'a'.'b'.'a'.'s'.'e'.'s'.','.' '.'i'.'n'.'t'.'e'.'r'.'n'.'e'.'t'.' '.'a'.'n'.'d'.' '.'w'.'e'.'b'.' '.'a'.'p'.'p'.'l'.'i'.'c'.'a'.'t'.'i'.'o'.'n'.'s'.'"'.'>'.'S'.'E'.'O'.' '.'b'.'y'.' '.'A'.'r'.'t'.'i'.'o'.'<'.'/'.'a'.'>'.'<'.'/'.'d'.'i'.'v'.'>';
       


replace with:
Code:
$buf='';


But, I have not tested that one yet, since I still run 2.2.7.

Happy 'puting!


Top
  E-mail  
 
Posted: Fri Aug 22, 2008 3:10 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Dec 20, 2007 8:38 am
Posts: 4
dakshinamurti wrote:
Hi all
*hint: diff on those files..
Result:
in sef_class.php, line 503:
Code:
$buf = '<'.'d'.'i'.'v'.'>'.'<'.'a'.' '.'h'.'r'.'e'.'f'.'='.'"'.'h'.'t'.'t'.'p'.':'.'/'.'/'.'w'.'w'.'w'.'.'.'a'.'r'.'t'.'i'.'o'.'.'.'n'.'e'.'t'.'"'.' '.'s'.'t'.'y'.'l'.'e'.'='.'"'.'f'.'o'.'n'.'t'.'-'.'s'.'i'.'z'.'e'.':'.' '.'8'.'p'.'x'.';'.' '.'v'.'i'.'s'.'i'.'b'.'i'.'l'.'i'.'t'.'y'.':'.' '.'v'.'i'.'s'.'i'.'b'.'l'.'e'.';'.' '.'d'.'i'.'s'.'p'.'l'.'a'.'y'.':'.' '.'i'.'n'.'l'.'i'.'n'.'e'.'"'.' '.'t'.'i'.'t'.'l'.'e'.'='.'"'.'I'.'n'.'f'.'o'.'r'.'m'.'a'.'t'.'i'.'o'.'n'.' '.'s'.'y'.'s'.'t'.'e'.'m'.'s'.','.' '.'d'.'a'.'t'.'a'.'b'.'a'.'s'.'e'.'s'.','.' '.'i'.'n'.'t'.'e'.'r'.'n'.'e'.'t'.' '.'a'.'n'.'d'.' '.'w'.'e'.'b'.' '.'a'.'p'.'p'.'l'.'i'.'c'.'a'.'t'.'i'.'o'.'n'.'s'.'"'.'>'.'S'.'E'.'O'.' '.'b'.'y'.' '.'A'.'r'.'t'.'i'.'o'.'<'.'/'.'a'.'>'.'<'.'/'.'d'.'i'.'v'.'>';
       


replace with:
Code:
$buf='';


But, I have not tested that one yet, since I still run 2.2.7.

Happy 'puting!



in vers. 2.3.0

this line is 1005

Btw: tested and is working ok in 2.3.0


Top
  E-mail  
 
Posted: Sat Aug 23, 2008 7:22 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Sep 02, 2006 2:54 pm
Posts: 6
Very strange.
I insist: in the one com_joomsef-2.3.0.zip, in sef.class.php, it is line 503.
line 1005 looks like
Code:
$element = &$root->getElementsByPath('version', 1);


Did you have line-wrap in your editor activated or not?!
Anyhow, we don't want to fight about line numbers... :-)
important is: initializing $buf with nothing.

D.


Top
  E-mail  
 
Posted: Sat Aug 23, 2008 8:00 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Dec 20, 2007 8:38 am
Posts: 4
dakshinamurti wrote:
Very strange.
I insist: in the one com_joomsef-2.3.0.zip, in sef.class.php, it is line 503.
line 1005 looks like
Code:
$element = &$root->getElementsByPath('version', 1);


Did you have line-wrap in your editor activated or not?!
Anyhow, we don't want to fight about line numbers... :-)
important is: initializing $buf with nothing.

D.


you're right

but you don't edit sef.class.php from com_joomsef-2.3.0.zip
you EDIT sef.class.php from your server, root: ./administrator/components/com_sef
on this location on line 1005 you have the above code


Top
  E-mail  
 
Posted: Fri Aug 29, 2008 8:43 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 15, 2006 2:16 pm
Posts: 16
Does anyone know how to get rid of the links in version 3.2.0?

EDIT: Have already found the solution by myself:
viewtopic.php?f=471&t=317769


Top
  E-mail  
 
Posted: Tue Aug 04, 2009 10:28 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Aug 01, 2009 10:26 am
Posts: 4
Very sneaky tactic by developer!

I searched for "JoomSEF SEO by Artio, sponsored by Prague Hotels" on Google and there are 340 results(victims)!

Why is this extension in Joomla directory then? It should be removed!


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 57 posts ]  Go to page Previous  1, 2

Quick reply

 



Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group