Advertisement

How to remove the link Vinaora.com ?

Do you have an Open Source Product available for Joomla!? Let everyone know here.
Locked
paolohal2001
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Jul 22, 2011 4:42 pm

How to remove the link Vinaora.com ?

Post by paolohal2001 » Thu May 17, 2012 9:36 am

Good morning,
you can remove the link under the Vinaora.com Visitors Counter module for version 2.5? What is the procedure to pay for?

Thanks!

Advertisement
User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28269
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: How to remove the link Vinaora.com ?

Post by imanickam » Fri May 18, 2012 7:02 am

I believe that you are looking for is http://jolastore.com/vinaora-visitors-counter.html.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

User avatar
ISScyborg
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Mon Jun 04, 2012 1:40 pm
Location: Slovenia
Contact:

Re: How to remove the link Vinaora.com ?

Post by ISScyborg » Sat Jun 16, 2012 10:13 am

I found inside XML file
<div style="margin-top:5px;"><a href="http://vinaora.com/" title="Vinaora Visitors Counter" target="_blank">Visitors Counter</a></div></div>
<!-- Vinaora Visitors Counter >> http://vinaora.com/ -->

its encoded but when i put in comment nothing happen :)

mnwuzor
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Tue Mar 27, 2007 1:55 pm

How to remove the footer link on Vinaora Visitors Counter

Post by mnwuzor » Thu Aug 09, 2012 12:37 am

Hi,

I have searched all through your site and that of http://jolastore.com/vinaora-visitors-counter.html on how to pay and get the footer link removed but its been fruitless. I entered my domain name several times in the box and clicked on add to cart but nothing seem to happen.

Please what do I do to make the payment?

Thanks
Mike

User avatar
stutteringp0et
Joomla! Ace
Joomla! Ace
Posts: 1389
Joined: Sat Oct 28, 2006 11:16 pm
Location: Texas
Contact:

Re: How to remove the footer link on Vinaora Visitors Counte

Post by stutteringp0et » Thu Aug 09, 2012 4:59 am

edit /modules/mod_vvisit_counter/mod_vvisit_counter.php and comment/remove the last line:

Code: Select all

echo base64_decode($params->get('home'));
My extensions: http://extensions.joomla.org/profile/pr ... ails/18398
Honk if this signature offends you.

User avatar
vineetkhurana
Joomla! Apprentice
Joomla! Apprentice
Posts: 24
Joined: Sat Feb 06, 2010 10:15 pm
Location: Chandigarh, India
Contact:

Re: How to remove the link Vinaora.com ?

Post by vineetkhurana » Sat Aug 25, 2012 10:10 am

Simply remove the code: echo base64_decode($params->get('home'));

from line number 254 in modules/mod_vvisit_counter/mod_vvisit_counter.php
Regards,
Vineet Khurana
http://www.viprasoft.com

florinache
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Aug 28, 2012 11:50 am

Re: How to remove the link Vinaora.com ?

Post by florinache » Tue Aug 28, 2012 11:55 am

Hi Vineetkhurana,

Removing that line of code messes up with my Joomla template positions.

User avatar
tsaimsbond
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 193
Joined: Wed Feb 15, 2012 8:28 pm

Re: How to remove the link Vinaora.com ?

Post by tsaimsbond » Wed Oct 10, 2012 5:01 pm

Do this trick:

Code: Select all

echo "<div id=\"vivaora666\">";
echo base64_decode($params->get('home'));
echo "</div>";
and then in css:

Code: Select all

#vivaora666 {display:none;}
Greetings from Greece, Excuse my poor English.

yengec
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jun 02, 2009 3:33 pm

Re: How to remove the link Vinaora.com ?

Post by yengec » Tue Dec 25, 2012 11:56 am

Thanks my friend. Very good. Thanks neighboring.

User avatar
MOraelin
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 177
Joined: Tue Oct 10, 2006 1:33 pm

Re: How to remove the footer link on Vinaora Visitors Counte

Post by MOraelin » Thu Dec 27, 2012 6:43 pm

Thank you.
Have reposted this useful tip on other Joomla forums and newsgroups.


There's nothing worse than developers who demand money to remove backlinks!

They should be ashamed.
From these elements I have come. And to these elements I shall return.

homedesignlove
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Mon Jan 07, 2013 3:00 pm
Contact:

Re: How to remove the link Vinaora.com ?

Post by homedesignlove » Wed Jan 09, 2013 3:31 pm

Method 1
Open file:

Code: Select all

mod_vvisit_counter.xml
Find:

Code: Select all

PGRpdiBzdHlsZT0ibWFyZ2luLXRvcDo1cHg7Ij48YSBocmVmPSJodHRwOi8vdmluYW9yYS5jb20vIiB0aXRsZT0iVmluYW9yYSBWaXNpdG9ycyBDb3VudGVyIiB0YXJnZXQ9Il9ibGFuayI+VmlzaXRvcnMgQ291bnRlcjwvYT48L2Rpdj48L2Rpdj4NCjwhLS0gVmluYW9yYSBWaXNpdG9ycyBDb3VudGVyID4+IGh0dHA6Ly92aW5hb3JhLmNvbS8gLS0+
Google search Base 64 Decoder

Code: Select all

<div style="margin-top:5px;"><a href="http://vinaora.com/" title="Vinaora Visitors Counter" target="_blank">Visitors Counter</a></div></div>
<!-- Vinaora Visitors Counter >> http://vinaora.com/ -->
Method 2
Open file:

Code: Select all

mod_vvisit_counter.php
Find:

Code: Select all

echo base64_decode($params->get('home'));
Replace with:

Code: Select all

echo "</div>";
Good luck :D


User avatar
xbonize
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Tue Feb 28, 2012 3:04 pm

Re: How to remove the link Vinaora.com ?

Post by xbonize » Fri Jan 11, 2013 11:35 pm

@homedesignlove

It works like a charm. Thank you!

SplitSecond
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Wed Mar 17, 2010 1:22 pm

Re: How to remove the footer link on Vinaora Visitors Counte

Post by SplitSecond » Fri Feb 15, 2013 5:47 pm

Thank you -- So much! Very simple but could not figure this out - it worked perfectly.

User avatar
mandville
Joomla! Master
Joomla! Master
Posts: 15157
Joined: Mon Mar 20, 2006 1:56 am
Location: The Girly Side of Joomla in Sussex

Re: How to remove the link Vinaora.com ?

Post by mandville » Fri Feb 22, 2013 5:08 pm

xbonize wrote:@homedesignlove

It works like a charm. Thank you!
if you had read futher up the topic, they only reposted what was posted by others before,
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
portable mini golf https://www.puttersminigolf.co.uk/

Advertisement

Locked

Return to “Open Source Products for Joomla!”