Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Legend_Killer

Pages: [1] 2 3
1
Guides and Tutorials / [Guide] Get a Free Redirecting URL
« on: January 24, 2007, 12:48:59 am »
Here is a List of Sites That Allow You To Shorten Your Domain Names:
Net.tc
Co.Nr
.tk

More Added Soon


Moderator edit:

WARNING:    If you use one of the services in this thread make sure you are able to turn off cloaking with the service or you will have all kinds of problems with your forum INCLUDING not being able to login to it at all, constantly being kicked off of it, and many more.

2
Graphics / LK`s Userbar Request Thread
« on: January 23, 2007, 10:32:27 pm »
I Can Make Userbars For You Guys...
Heres a Sample

3
Graphics / Legend Killer`s Request Thread
« on: January 21, 2007, 09:48:50 am »
You Can Request a Signature , a Banner , a Userbar or a Affliction Button From me Here

P.S : Affiliates are my Weakness..  :-[ .. My Fav. Program doesnt make small images so have to use another one..
Userbars are kind of a strong point.. so are sigs and banners

Remember Tell me What Color Scheme You Want.. What Pictures you want.. What Text You Want.. and No Animations Sorry..

4
General Support / CONNECTION PROBLEMS?
« on: January 15, 2007, 08:20:23 am »
Connection Problems
Sorry, SMF For Free was unable to connect to the database. This may be caused by the server being busy. Please try again later. Support forums at http://www.smfsupport.com

 :knuppel2: :knuppel2: :knuppel2:

5
SMF For Free Codes and Support / [Code] Favourite This Site
« on: January 09, 2007, 07:39:11 am »
Quote
<a href="SITE URL HERE" onDragstart="return false" onClick='window.external.AddFavorite(location.href, document.title);return false'>Add us to Your Favorites</a>

6
SMF For Free Codes and Support / [Code] Affiliate Box
« on: January 09, 2007, 07:34:48 am »
Quote
<table width="100%" align="center" border="0"><tr><td>
<div class="tableborder">
<div class='maintitle' align='center'><img src='http://209.85.62.23/style_images/1/nav_m.gif' border='0' alt='' width='8' height='8'>
Some title for it

</div>
<table width="100%" align="center" border="0" cellspacing="1" cellpadding="4"><tr><td class="row1">

<script language="JavaScript1.2">

//Tweaked for optimal use by InvisionFree by DyNaMiX

/*
Cross browser Marquee script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdrive.com
Credit MUST stay intact
*/

//Specify the marquee's width (in pixels)
var marqueewidth="450px"
//Specify the marquee's height
var marqueeheight="35px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1
//configure background color:
var marqueebgcolor="#2e425a"
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1

//Specify the marquee's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):

var marqueecontent='<nobr><a href="http://www.dot.com"><img src="http://imageurl.com/file.gif"></a> <a href="http://www.dot.com"><img src="http://imageurl.com/file.gif"></a> <a href="http://www.dot.com"><img src="http://imageurl.com/file.gif"></a></nobr>'


////NO NEED TO EDIT BELOW THIS LINE////////////
marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+marqueecontent+'</span>')
var actualwidth=''
var cross_marquee, ns_marquee

function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.left=parseInt(marqueewidth)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualwidth=ns_marquee.document.width
}
lefttime=setInterval("scrollmarquee()",20)
}
window.onload=populate

function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
else
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"

}
else if (document.layers){
if (ns_marquee.left>(actualwidth*(-1)+8))
ns_marquee.left-=copyspeed
else
ns_marquee.left=parseInt(marqueewidth)+8
}
}

if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
write('<div id="iemarquee" style="position:absolute;left:0px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
</script>
</td>
</tr>
</table>
</div>
</td></tr></table>

7
SMF For Free Codes and Support / [Code] Basic Clock
« on: January 09, 2007, 07:31:39 am »
Quote
<body onload="timer()">
<form id="clock"><input id="clock" type="text" name="hms"></input></form>
<script>
/* Basic Form Clock
Provided By
http://forums.distantstars.net */

function timer()
{
var date = new Date()
var hours = date.getHours();
var minutes = date.getMinutes();
var seconds = date.getSeconds();

if( hours <= 9 ) hours = "0" + hours;
if (hours >= 13 ) hours -= 11;
if( minutes <= 9 ) minutes = "0" + minutes;
if( seconds <= 9 ) seconds = "0" + seconds;

document.forms.clock.hms.value = hours+":"+minutes+":"+seconds;

window.setTimeout( "timer()", 1000)
}
</script>

8
SMF For Free Codes and Support / Code Index
« on: January 09, 2007, 07:25:32 am »
Codes

A
Adding SMF Page v.1 [Agent Moose]
Affiliate Box with Link To Us [H-Gage]
Affiliate Box [Legend Killer]

B
Button for Email [Shadow22]
Basic Clock [Legend Killer]

C
Clock (Easy) [Shadow 23]
Comical Shout Box [Legend Killer]

D
Drop Down Menu [Simply Sybil]

E
ESPN Bottom Line [OT Heaven]

F
Favourite This Site [Legend Killer]

G
Green Selection Stylesheet by LittleKidder

H

I
Info Box [Html Teacher]

J

K

L
Login Box [Crasy and Confused]
Light Blue Selection Stylesheet by Littlekidder

M
Member Legend v.1 [OT Heaven]
Member Legend v.2 [OT Heaven]
MC Radio 2
Minimum Characters In Post [WWX]

N

O

P
Pictures Falling From the Page [CandC]
Portal Layout Codes [C and C]
Pages into Drop Down Menu [WWX]

Q

R

S
Shout Box to match CSS [Simply Sibyl]
Swap Images on Page [WWX]
Swap Images on Page (Generator) [WWX]
Shout Box [Shadow 22]

T

U
User Key in Whos Online List [WWX]

V

W

X

Y

Z

Stylesheet Codes
Brown Stylesheet [ Sapphire Silver]
Black Style Sheet] [Crasy and Confused]
Blue Style Sheet [Sapphire Silver]
Cat StyleSheet [Sapphire Silver]
Christmas Style Sheet [Crasy and Confused]
Glass Style Sheet [Sapphire Silver]
Green Style Sheet [Crasy and Confused]
Orange Style Sheet [Crasy and Confused]
Red Style Sheet] [Crasy And Confused]
Red [Dark] [Legend Killer]

How To Add Your Code To The Above Code Index
If You Have Posted a Code And Want it Added to the Code Index Above, PM Me or Crasy and Confused with Link of The Topic.. If Your Topic has a Preview and Your Code Works Perfectly than it should be Added To The Code Index, For CSS You Should have Screenshots available in your Thread..

Statistics
Codes= 24
Stylesheets= 11
Total=35

9
Stylesheet Codes / [Stylesheet] Dark Red
« on: December 28, 2006, 01:36:53 am »
My Very First Style sheet..!!! I am not good at graphics so i used the Red Skin ones.. but i have changed quite alot..!!!

Facts:
Name: Dark Red
Made By: Legend Killer
Skin Number: 1
Made on: 28 December 2006
Skin Preview: http://lktestboard.smfforfree2.com

CSS:
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #951B1B;
text-decoration: none;
}
a:visited
{
color: #951B1B;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #555555;
text-decoration: none;
}
a.nav:hover
{
color: #cc3333;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: # 555555;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
margin: 0px;
padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #FF0000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #555555;
font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: # FF0000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #cc3333;
background-color: #555555;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #cc3333;
background-color: #555555;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #555555;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 95%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: # FF0000;
background-color: #555555;
}
.windowbg2
{
color: #000000;
background-color: #555555;
}
.windowbg3
{
color: #555555;
background-color: #000000;
}
/* the today container in calendar */
.calendar_today
{
background-color: #000000;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: black;
font-style: normal;
background-color: #D11A25;
background-image: url(http://www.smfboards.com/Themes2/red/images/titlebg.jpg);
border-bottom: solid 1px #BA7777;
border-top: solid 1px #FFFFFF;
background-repeat: repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: black;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background-image: url(http://www.smfboards.com/Themes2/red/images/catbg.jpg);
background-color: #F32733;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background-image: url(http://www.smfboards.com/Themes2/red/images/catbg2.jpg);
background-color: #E82430;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #792424;
background-repeat: repeat-x;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #FFE0E0;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #696969;
background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
background-position: left bottom;
color: white;
text-transform: uppercase;
vertical-align: top;

}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_first.gif);
background-repeat: no-repeat;
width: 10px;
}
.maintab_back
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_back.gif);
background-repeat: repeat-x;
}
.maintab_last
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_last.gif);
background-repeat: no-repeat;
width: 8px;
}
.maintab_active_first
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_active_first.gif);
background-repeat: no-repeat;
width: 6px;
}
.maintab_active_back
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_active_back.gif);
background-repeat: repeat-x;
}
.maintab_active_last
{
background-image: url(http://www.smfboards.com/Themes2/red/images/maintab_active_last.gif);
background-repeat: no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #FFE0E0;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
background-position: left top;
color: white;
text-transform: uppercase;
vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_first.gif);
background-repeat: no-repeat;
width: 10px;
}
.mirrortab_back
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_back.gif);
background-repeat: repeat-x;
}
.mirrortab_last
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_last.gif);
background-repeat: no-repeat;
width: 6px;
}

.mirrortab_active_first
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_active_first.gif);
background-repeat: no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_active_back.gif);
background-repeat: repeat-x;
}
.mirrortab_active_last
{
background-image: url(http://www.smfboards.com/Themes2/red/images/mirrortab_active_last.gif);
background-repeat: no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #FFE0E0;
text-decoration: none;
}


Copy Right:
Footer:
Code: [Select]
<center>Made By Legend Killer<br>www.chillhouse.co.nr

10
General Discussion / Am i Allowed?
« on: December 21, 2006, 11:34:06 pm »
Am i allowed to Write

-www.chillhouse.co.nr

 in my every post?
i have seen many people do that in here.. they post there forum link in thier every post .. Is that Allowed?


- www.chillhouse.co.nr

11
General Discussion / Upgrade List..!
« on: December 15, 2006, 10:00:02 pm »
I added my forum to the upgrade list  8)

Cooooooooooll...!!!
When will it actually upgrade though?  ???

12
General Discussion / Support for making SMF popular
« on: December 07, 2006, 08:03:11 am »
with NO offense at all i have to say that SMF FOR FREE is not as popular as invision free..
In order to make SMF FOR FREE Popular .. please use one of the following in your signature at what ever forum you are a member of..




Code: [Select]
[quote][url=http://www.smfforfree.com][img]http://img201.imageshack.us/img201/2973/redandblacklf2.png[/img][/url][/quote]
----------------------


Code: [Select]
[quote][url=http://www.smfforfree.com][img]http://img249.imageshack.us/img249/9849/whiteby5.png[/img][/url][/quote]
----------------------


Code: [Select]
[quote][url=http://www.smfforfree.com][img]http://img148.imageshack.us/img148/3119/blackse4.png[/img][/url][/quote]
----------------------


Code: [Select]
[url=http://www.smfforfree.com][img]http://img264.imageshack.us/img264/57/bothcg9.png[/img][/url]
----------------------


Code: [Select]
[url=http://www.smfforfree.com][img]http://img505.imageshack.us/img505/7968/redxx5.png[/img][/url]
----------------------


Code: [Select]
[url=http://www.smfforfree.com][img]http://img460.imageshack.us/img460/9043/limenz8.png[/img][/url]
----------------------

Special: Background is Transparent :D

Code: [Select]
[url=http://www.smfforfree.com][img]http://img150.imageshack.us/img150/3545/whiteby5uq0.png[/img][/url]

<---------------------->

13
General Support / Will the Smileys Stay?
« on: December 05, 2006, 08:49:14 am »
Whenever [I hope soon] we upgrade to server 2.. Will our Smileys and settings from Server 1 stay?

14
General Support / Portal Wont Open
« on: December 04, 2006, 11:05:52 am »
You cannot specify a board that doesn't allow guests. Please check the board ID before trying again.

 :tickedoff: :tickedoff: :tickedoff: :tickedoff: :tickedoff:

I am an ADMIN OWNER not a GUEST

15
General Discussion / SMF FOR FREE Please
« on: November 29, 2006, 04:38:12 am »
Smf For Free

i was wondering if my forum cud move from SMF FOR FREE to FREE SMF HOSTING for Free as both are SMF

Pages: [1] 2 3