Page 1 of 2
is their a code that can hide topsite links?
Posted: Wed Mar 21, 2007 7:46 am
by gaogier
what i mean, is, on my site, its full of buttons, and all taht, which rank, per page, and i was wondering, if it would be possable to not show the link on my site...how can i do this?
thats if you understand what i mean.
Re: is their a code that can hide topsite links?
Posted: Wed Mar 21, 2007 8:03 am
by volka
gaogier wrote:thats if you understand what i mean.
not a clue.
Posted: Wed Mar 21, 2007 8:09 am
by gaogier
ok, i am tring to hide button links....
eg, this code....
Code: Select all
<a href="http://www.runescape100.com/in.php?id=251">
<img src="http://www.runescape100.com/button.php?id=251" border="0">
</a>
Posted: Wed Mar 21, 2007 8:19 am
by impulse()
Hide the HTML from people when they view the source?
Posted: Wed Mar 21, 2007 8:24 am
by gaogier
yes, i wish the code will not be seen, and also the button not to be seen
Posted: Wed Mar 21, 2007 8:29 am
by impulse()
I doubt that would be possible with PHP. Viewing the source shows what the browser sees. If you don't see it then the browser doesn't see it.
Why would you want to hide where the redirections are to? Even if you did manage to hide the redirection then the user would still be able to see where they are once they are redirected.
Posted: Wed Mar 21, 2007 8:31 am
by feyd
The only way to make HTML not be visible in source is not having it there in the first place.
You'll need some Ajax-like behavior in order to mask the HTML.. but the real question is.. why would you want or need to do this?
Posted: Wed Mar 21, 2007 8:33 am
by gaogier
impulse() wrote:I doubt that would be possible with PHP. Viewing the source shows what the browser sees. If you don't see it then the browser doesn't see it.
Why would you want to hide where the redirections are to? Even if you did manage to hide the redirection then the user would still be able to see where they are once they are redirected.
ok, i am a little confused...i am asking, how can i hide the code from the web browser, if it needs to be hidden from the view source, then so be it, i just dont want to have hundreds of different buttons that will not match the new site design (currently designing it now)
feyd wrote:The only way to make HTML not be visible in source is not having it there in the first place.
You'll need some Ajax-like behavior in order to mask the HTML.. but the real question is.. why would you want or need to do this?
how about making it show in the source, but not have it show on the webpage?
Posted: Wed Mar 21, 2007 8:37 am
by impulse()
If you don't want those hundreds of buttons then remove the code for them.
Posted: Wed Mar 21, 2007 8:45 am
by gaogier
i need the topsites, its my main source of viewers
Posted: Wed Mar 21, 2007 9:10 am
by volka
You can set
the css attribute display to
none for the link element.
But you really should check the rules of the toplist site before they check your site and (possibly) ban you.
Posted: Wed Mar 21, 2007 9:23 am
by gaogier
one says i am not allowed to modify the code, but thats it, i can easily get around that one, i know the guy who owns the topsites
Posted: Wed Mar 21, 2007 9:31 am
by feyd
Make sure to get formally written permission to do so before proceeding.
Posted: Wed Mar 21, 2007 9:38 am
by gaogier
ok, once i have the written permission, what should i do next?
i can contact the guy who made the topsite list (
http://www.aardvarktopsitesphp.com/), should i ask him?....i think i should...
Posted: Wed Mar 21, 2007 1:14 pm
by Chris Corbyn
Sounds like you're trying to disable ads on a free hosting account? Hope I'm wrong.