Author Topic: A HTML link question  (Read 1975 times)

0 Members and 1 Guest are viewing this topic.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
A HTML link question
« on: March 20, 2012, 12:11:23 am »
I see many people posting links that instead of being in URL format look something like

DOWNLOAD

 Now don't flip shit yet this isnt a skid question asking "how do I do this!!"
I thought all you had to was put in the code <a href="some url">DOWNLOAD</a> and then the link that I pasted would display as DOWNLOAD only....

That doesn't seem to be the case, I was just wondering what I am missing? I have done this elsewhere and had no problems. Does this have something to do with Evilzone?

Thanks I realize this knowledge is incredibly basic and I didn't expect to be asking a question like this  :-[
« Last Edit: March 20, 2012, 12:19:12 am by LuciD »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: A HTML link question
« Reply #1 on: March 20, 2012, 12:56:19 am »
This is BBcode not HTML. I am pretty sure it is [ link = URL ]Download[ /link ]
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline hanorotu

  • Dj Rapture
  • VIP
  • Majesty
  • *
  • Posts: 1173
  • Cookies: 98
  • ( ͡° ʖ ͡°)
    • View Profile
    • Rapture
Re: A HTML link question
« Reply #2 on: March 20, 2012, 01:17:58 am »
This be evilzone.org!

Code: [Select]
[url=http://evilzone.org/]This be evilzone.org![/url]


Life is hard, then you get buried.
If you want to use my work all of my music is licensed under GNU General Public License v3 (GPL-3) - http://bit.ly/TfUOBA

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: A HTML link question
« Reply #3 on: March 20, 2012, 01:24:07 am »
Wow that's funny I was just looking at This page  :D

EDIT: Don't know why I assumed it was HTML
« Last Edit: March 20, 2012, 01:25:28 am by LuciD »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline hanorotu

  • Dj Rapture
  • VIP
  • Majesty
  • *
  • Posts: 1173
  • Cookies: 98
  • ( ͡° ʖ ͡°)
    • View Profile
    • Rapture
Re: A HTML link question
« Reply #4 on: March 20, 2012, 01:24:47 am »
Wow that's funny I was just looking at This page  :D
Hehe, google is your best friend :D


Life is hard, then you get buried.
If you want to use my work all of my music is licensed under GNU General Public License v3 (GPL-3) - http://bit.ly/TfUOBA

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: A HTML link question
« Reply #5 on: March 20, 2012, 01:28:48 am »
This be evilzone.org!

Code: [Select]
[url=http://evilzone.org/]This be evilzone.org![/url]

if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: A HTML link question
« Reply #6 on: March 20, 2012, 01:36:36 am »
Haha Thanks friends.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: A HTML link question
« Reply #7 on: March 20, 2012, 10:44:57 pm »
We would never allow HTML,    because then there will be vulnerabilities for things like XSS
~Factionwars

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: A HTML link question
« Reply #8 on: March 20, 2012, 11:25:17 pm »
That's a good point, how foolish of me  :o
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python