Shoutbox

Make links disabled - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Make links disabled (/showthread.php?tid=54142)

Make links disabled by absorbation on 12-21-2005 at 03:30 PM

I want to make a certain part of a web page containing hyperlinks to not work via a simple tag or script but after googling i could not find any answers so please could someone let me slove this.

(I want to do it as a scipt automaticly links to another website and i hate it so i want to remove the link from working)

Note: It is only on certain areas of a page :)
Thanks :)


RE: Make links disabled by rav0 on 12-22-2005 at 05:52 AM

My Ideas

  • Use CSS to make it not display (providing the link identifies itself)
  • Use JavaScript to erase it once the page loads (providing the link identifies itself)
  • Server-side, search for the anchor and remove the link or take it out altogether

Maybe if you posted the script ...
RE: Make links disabled by -dt- on 12-22-2005 at 06:25 AM

quote:
Originally posted by rav0
Use JavaScript to erase it once the page loads (providing the link identifies itself)
is probley the most likely way.
Ill make you a script to do it. just tell me how you want them to block

eg
block all except urls on "whitelist"
or
block urls on a "blacklist"
or
dt your a fool i ment xxxxxx :P
RE: Make links disabled by absorbation on 12-22-2005 at 09:29 AM

I want to block the gci script on http://www.msgstuff.com linking to there website. I cant use a php script as the new server does not handle them right :P (It's the user online one)


RE: Make links disabled by -dt- on 12-22-2005 at 09:57 AM

quote:
Originally posted by Absorbation
gci script
gci ? and anyway im not helping if your using their script and want to block them adding links to their site , its only fair.
RE: Make links disabled by absorbation on 12-22-2005 at 10:02 AM

sorry cgi, ok dt, make me a php script that actually works on the server :refuck:


RE: Make links disabled by -dt- on 12-22-2005 at 10:08 AM

quote:
Originally posted by Absorbation
sorry cgi, ok dt, make me a php script that actually works on the server [Image: refuck.gif]
what do you want exactly :-/
RE: Make links disabled by absorbation on 12-22-2005 at 10:20 AM

A user online script but ip logging in a database never works right on this server so i have to use that script.