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 - Ravage™

Pages: [1] 2 3 4 ... 6
1
Graphics / Made these a long time ago
« on: November 30, 2008, 04:22:01 pm »

2
PHP / PHP Nerds
« on: November 25, 2008, 06:27:09 pm »
I have a lame editor program for PHP ne one know of a good free one?

3
Stylesheet Codes / [Stylesheet] Twilight
« on: November 24, 2008, 07:58:54 pm »
Hey there SMF For Free members and twilight lovers. It's now here, a theme form the movie and best selling books twilight. (No images created yet)

This came partially from the stylesheet called simplegreen
CSS:
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #F7DDAA;
text-decoration: none;
}
a:visited
{
color: #F7DDAA;
text-decoration: none;
}
a:hover
{
color: orange;
}

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

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

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

/* The main body of the entire forum. */
body
{
             background-color: #000000;
             background-image: url(http://www.styleyourforum.com/data/279/css0.jpg);
             background-attachment: fixed;
             background-repeat: no-repeat;
             background-position:  center;
             margin: 0px;
             padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #d0d0d0;
font-family: verdana, sans-serif;
background: #303035;
border: solid 1px #707070;
}
input, button
{
font-size: 90%;
}

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

/* All input elements that are checkboxes or radio buttons. */
input.check
{
background: #303035;
border: solid 1px #707070;
}
input:focus, select:focus{
background: #383000;
border: solid 1px #DCB780;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #d0d0d0;
font-family: verdana, sans-serif;
background: #303035;
border: solid 1px #707070;
}

/* 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: #f0f0ff;
background-color: #223;
border: 1px solid #666;
border-left: 4px solid #667;
margin: 1px;
padding: 5px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: yellow;
background-color: black;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid white;
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: white;
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: 96%;
}

/* 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: #d0d0d0;
background-color: #2B2B30;
}
.windowbg2
{
color: #d0d0d0;
background-color: #323935;
}
.windowbg3
{
color: #ffffff;
background-color: #423935;
}
.windowbg, .windowbg2, .windowbg3{
border-left: solid 1px #4A4A4E;
border-top: solid 1px #6E7270;
border-right: solid 1px black;
border-bottom: solid 1px black;
}
/* the today container in calendar */
.calendar_today
{
background-color: #403000;
}

/* 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: #d0d0d0;
font-style: normal;
background-color: black;
background: url(http://www.styleyourforum.com/data/279/css1.gif) repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #d0d0d0;
font-style: normal;
}

.titlebg a:hover
{
color: orange;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #aaa;
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: url(http://www.styleyourforum.com/data/279/css2.gif);
background-color: #000;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/279/css2.gif);
background-color: #000000;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
padding: 1px;
border: 1px solid #282828;
background-color: black;
repeat-x;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #aaa;
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: #e0e0ff;
}
.catbg3{
border-bottom: solid 2px #456E62;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
             padding: 1px;
border: 1px solid #282828;
background-color: black;
}

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

/* 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: #e3e3e3;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #e3e3e3;
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.styleyourforum.com/data/279/css4.gif);
background-repeat: no-repeat;
width: 10px;
}
.maintab_back
{
background-image: url(http://www.styleyourforum.com/data/279/css5.gif);
background-repeat: repeat-x;
}
.maintab_last
{
background-image: url(http://www.styleyourforum.com/data/279/css6.gif);
background-repeat: no-repeat;
width: 8px;
}
.maintab_active_first
{
background-image: url(http://www.styleyourforum.com/data/279/css7.gif);
background-repeat: no-repeat;
width: 6px;
}
.maintab_active_back
{
background-image: url(http://www.styleyourforum.com/data/279/css8.gif);
background-repeat: repeat-x;
}
.maintab_active_last
{
background-image: url(http://www.styleyourforum.com/data/279/css9.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: #e3e3e3;
text-decoration: none;
font-weight: normal;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
color: yellow;
text-decoration: none;
font-weight: normal;
}
/* 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: #e3e3e3;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #e3e3e3;
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.styleyourforum.com/data/279/css10.gif);
background-repeat: no-repeat;
width: 10px;
}
.mirrortab_back
{
background-image: url(http://www.styleyourforum.com/data/279/css11.gif);
background-repeat: repeat-x;
}
.mirrortab_last
{
background-image: url(http://www.styleyourforum.com/data/279/css12.gif);
background-repeat: no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background-image: url(http://www.styleyourforum.com/data/279/css13.gif);
background-repeat: no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background-image: url(http://www.styleyourforum.com/data/279/css14.gif);
background-repeat: repeat-x;
}
.mirrortab_active_last
{
background-image: url(http://www.styleyourforum.com/data/279/css15.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: #e3e3e3;
text-decoration: none;
font-weight: normal;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: yellow;
text-decoration: none;
font-weight: normal;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

Headers
Code: [Select]
<div id="bgLeft"><div id="bgRight"><div id="bgCircles"><div id="widthControl">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
</table><div id="bodyarea">

Footers:
Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="100%" height="37" class="layout-bottomCenter" align="left" valign="middle"></td></tr></table><center>Theme Provided by<br><a href='http://www.ravageworld.com/forums'><img src='http://img145.imageshack.us/img145/4558/rwaffiliatexc0.gif'></img></a></center>

Preview:
http://www.styleyourforum.com/preview/index.php?styleid=279
http://ravagecodetest.smfforfree3.com

4
SMF For Free Codes and Support / Ultimate Engine Search
« on: November 22, 2008, 05:43:57 pm »
This is an ultimate engine search code for your website.

Code: [Select]
<script src="http://www.ravageworld.com/ultimatesearch.js" type="text/javascript" language="JavaScript"></script>
It's in a .js because i will be updating it frequently.

Preview

If you have any you want to add tell me......

5
SMF For Free Codes and Support / Navigation Menue for your portal
« on: November 18, 2008, 08:31:53 pm »
Some where in your portal put this in a box.

Code: [Select]
<!-- This is from Ravage World -->
<!-- http://www.ravageworld.com/forums -->


<!-- SUMMARY BRIEF

This DHTML script will make a navigation menu
that will follow your screen as you scroll.

Look through the code for comments that will
tell you where to change the code to configure
it how you want in order to display the links
that you want.

-->


<!-- Put this code inside of your <HEAD> tag. -->


<STYLE TYPE="text/css">
<!--

.menuheader {
BORDER-COLOR : #000000 ;
cursor : hand ;
Border-Left : #000000 ;
Border-Top : #000000 ;
Padding-Left : 1px ;
Padding-Top : 1px ;
Background-Color : #000000 ;
}

.menu {
Background-Color : white ;
}

.home {
cursor : hand ;
}

.menulinks {
text-decoration:none;
}

//-->
</STYLE>


<!-- Put this code inside of your <BODY> tag on your page, but OUTSIDE of any other tags. This can NOT be inside of any other tags on your page. -->


<SCRIPT Language="Javascript1.2">
<!--

///////////////////////////////////////////////////////////////
// Change the width and placement of the menu on the page below.
///////////////////////////////////////////////////////////////

var menuwidth=110
var offsetleft=10
var offsettop=10

var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

function makeStatic() {
if (ie4) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else if (ns6) {document.getElementById("object1").style.top=window.pageYOffset+offsettop}
else if (ns4) {eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}

if (ie4||ns6) {document.write('<span ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:20; Left:'+offsetleft+'; Z-Index:5;cursor:hand;background-color:black;"><TABLE BORDER="1" width="'+menuwidth+'" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="black" bgcolor="white">')}
else if (ns4){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'">')}

///////////////////////////////////////////////////////////////
// Change the name of the menu (the text at the top) below.
// You can also shange the font face, size and border colors.
///////////////////////////////////////////////////////////////

if (ie4||ns6||ns4)
document.write('<TR><TD BGCOLOR="#3399FF" BORDERCOLORDARK="#99CCFF" BORDERCOLORLIGHT="#003399"><P ALIGN=CENTER><FONT SIZE="4" FACE=ARIAL>Navigation</FONT></TD></TR>')

var menui = new Array();
var menul = new Array();

///////////////////////////////////////////////////////////////
// Edit menus listing here. You can make as many as you need,
// just make sure that the numbers go up in order correctly.
// The "menui" variables are the actual link text that will
// show up in the menu. The "menul" variables are the URLs
// that match the text displayed there.
///////////////////////////////////////////////////////////////

menui[0]="Ravage World Software";
menui[1]="Ravage World HTML Editor";
menui[2]="Ravage World Help Site";
menui[3]="Ravage World Site Map";
menui[4]="Other Ravage World Products";
menui[5]="Ravage";
menui[6]="About Ravage World Software";
menui[7]="Ravage Webhosting";

menul[0]="http://www.ravageworld.com/forums";
menul[1]="http://www.ravageworld.com/forums";
menul[2]="http://www.ravageworld.com/forums";
menul[3]="http://www.ravageworld.com/forums";
menul[4]="http://www.ravageworld.com/forums";
menul[5]="http://www.ravageworld.com/forums";
menul[6]="http://www.ravageworld.com/forums";
menul[7]="http://www.ravageworld.com/forums";

for (i=0;i<=menui.length-1;i++)

///////////////////////////////////////////////////////////////
// You can change table cell background colors below.
// Just change the color names to whatever you want,
// but do NOT change any other code.
///////////////////////////////////////////////////////////////

if (ie4||ns6) {document.write('<TR><TD BORDERCOLOR="white" ONCLICK="location=\''+menul[i]+'\'" onmouseover="className=\'menuheader\'" onMouseout="className=\'menu\'"><CENTER><FONT>'+menui[i]+'</FONT></TD></TR>')}
else if (ns4){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width="'+menuwidth+'" onmouseover="bgColor=\'yellow\'" onmouseout="bgColor=\'white\'"><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}

if (ie4||ns6) {document.write('</TABLE></span>')}
else if (ns4){document.write('</TABLE></TD></TR></TABLE></LAYER>')}

function menu3(){
if (ns6||ie4||ns4)
makeStatic()
}

window.onload=menu3

//-->
</SCRIPT>


<!-- END OF Watermark Navigation Menu DHTML -->


<!-- SUMMARY BRIEF

This DHTML script will make a navigation menu
that will follow your screen as you scroll.

Look through the code for comments that will
tell you where to change the code to configure
it how you want in order to display the links
that you want.

-->


<!-- Put this code inside of your <HEAD> tag. -->


<STYLE TYPE="text/css">
<!--

.menuheader {
BORDER-COLOR : #000000 ;
cursor : hand ;
Border-Left : #000000 ;
Border-Top : #000000 ;
Padding-Left : 1px ;
Padding-Top : 1px ;
Background-Color : #000000 ;
}

.menu {
Background-Color : white ;
}

.home {
cursor : hand ;
}

.menulinks {
text-decoration:none;
}

//-->
</STYLE>


<!-- Put this code inside of your <BODY> tag on your page, but OUTSIDE of any other tags. This can NOT be inside of any other tags on your page. -->


<SCRIPT Language="Javascript1.2">
<!--

///////////////////////////////////////////////////////////////
// Change the width and placement of the menu on the page below.
///////////////////////////////////////////////////////////////

var menuwidth=110
var offsetleft=10
var offsettop=10

var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

function makeStatic() {
if (ie4) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else if (ns6) {document.getElementById("object1").style.top=window.pageYOffset+offsettop}
else if (ns4) {eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}

if (ie4||ns6) {document.write('<span ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:20; Left:'+offsetleft+'; Z-Index:5;cursor:hand;background-color:black;"><TABLE BORDER="1" width="'+menuwidth+'" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="black" bgcolor="white">')}
else if (ns4){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'">')}

///////////////////////////////////////////////////////////////
// Change the name of the menu (the text at the top) below.
// You can also shange the font face, size and border colors.
///////////////////////////////////////////////////////////////

if (ie4||ns6||ns4)
document.write('<TR><TD BGCOLOR="#3399FF" BORDERCOLORDARK="#99CCFF" BORDERCOLORLIGHT="#003399"><P ALIGN=CENTER><FONT SIZE="4" FACE=ARIAL>Navigation</FONT></TD></TR>')

var menui = new Array();
var menul = new Array();

///////////////////////////////////////////////////////////////
// Edit menus listing here. You can make as many as you need,
// just make sure that the numbers go up in order correctly.
// The "menui" variables are the actual link text that will
// show up in the menu. The "menul" variables are the URLs
// that match the text displayed there.
///////////////////////////////////////////////////////////////

menui[0]="Ravage World Software";
menui[1]="Ravage World HTML Editor";
menui[2]="Ravage World Help Site";
menui[3]="Ravage World Site Map";
menui[4]="Other Ravage World Products";
menui[5]="Ravage";
menui[6]="About Ravage World Software";
menui[7]="Ravage Webhosting";

menul[0]="http://www.ravageworld.com/forums";
menul[1]="http://www.ravageworld.com/forums";
menul[2]="http://www.ravageworld.com/forums";
menul[3]="http://www.ravageworld.com/forums";
menul[4]="http://www.ravageworld.com/forums";
menul[5]="http://www.ravageworld.com/forums";
menul[6]="http://www.ravageworld.com/forums";
menul[7]="http://www.ravageworld.com/forums";

for (i=0;i<=menui.length-1;i++)

///////////////////////////////////////////////////////////////
// You can change table cell background colors below.
// Just change the color names to whatever you want,
// but do NOT change any other code.
///////////////////////////////////////////////////////////////

if (ie4||ns6) {document.write('<TR><TD BORDERCOLOR="white" ONCLICK="location=\''+menul[i]+'\'" onmouseover="className=\'menuheader\'" onMouseout="className=\'menu\'"><CENTER><FONT>'+menui[i]+'</FONT></TD></TR>')}
else if (ns4){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width="'+menuwidth+'" onmouseover="bgColor=\'yellow\'" onmouseout="bgColor=\'white\'"><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}

if (ie4||ns6) {document.write('</TABLE></span>')}
else if (ns4){document.write('</TABLE></TD></TR></TABLE></LAYER>')}

function menu3(){
if (ns6||ie4||ns4)
makeStatic()
}

window.onload=menu3

//-->
</SCRIPT>

No preview yet because server is down. Just open notepad and place this code ans save it as a .html.

6
SMF For Free Codes and Support / Fireworks in background
« on: November 18, 2008, 08:19:09 pm »
This code only works on DARK backgrounds!

Code: [Select]
<!-- This script is form Ravage World-->
     <!-- http://www.ravageworld.com/forums-->

<!-- Start of Fireworks -->
<script language="JavaScript">
<!--  IE4+, NS4+, NS6 Fireworks script by http://www.ravageworld.com/forums
CL=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','#ff00ff')
CL2=new Array('#ffa500','#00ff00','#FFAAFF','#fff000','#fffffF')
Xpos=130;
Ypos=130;
I='#00ff00';
C=0;
S=5;
H=null;
W=null;
Y=null;
NS4=(document.layers);
NS6=(document.getElementById&&!document.all);
IE4=(document.all);
A=14;
E=120;
L=null;
if (NS4){
for (i=0; i < A; i++)
document.write('<LAYER NAME="nsstars'+i+'" TOP=0 LEFT=0 BGCOLOR='+I+' CLIP="0,0,2,2"></LAYER>');
}
if (NS6){
window.document.body.style.overflow='hidden';
for (i=0; i < A; i++)
document.write('<div id="ns6stars'+i+'" style="position:absolute;top:0px;left:0px;height:2px;width:2px;font-size:2px;background:'+I+'"></div>');
}
if (IE4){
document.write('<div id="ie" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < A; i++)
document.write('<div id="iestars" style="position:absolute;top:0;left:0;width:2px;height:2px;background:'+I+';font-size:2px"></div>');
document.write('</div></div>');
}
function Fireworks(){
H=(NS4||NS6)?window.innerHeight:window.document.body.clientHeight;
W=(NS4||NS6)?window.innerWidth:window.document.body.clientWidth;
Y=(NS4||NS6)?window.pageYOffset:window.document.body.scrollTop;
for (i=0; i < A; i++){
if (IE4)L=iestars[i].style;
if (NS4)L=document.layers["nsstars"+i];
if (NS6)L=document.getElementById("ns6stars"+i).style;
var F = CL[Math.floor(Math.random()*CL.length)];
var RS=Math.round(Math.random()*2);
L.top = Ypos + E*Math.sin((C+i*5)/3)*Math.sin(C/100)
L.left= Xpos + E*Math.cos((C+i*5)/3)*Math.sin(C/100)
if (C < 110){
 if (NS4){L.bgColor=I;L.clip.width=1;L.clip.height=1}
 if (IE4||document.getElementById)
 {L.background=I;L.width=1;L.height=1;L.fontSize=1}
 }
else{
 if (NS4){L.bgColor=F;L.clip.width=RS;L.clip.height=RS}
 if (IE4||document.getElementById){L.background=F;L.width=RS;L.height=RS;L.fontSize=RS}
 }
}
if (C > 220){
 C=0;
 var NC = CL2[Math.floor(Math.random()*CL2.length)];
 I=NC;
 E=Math.round(100+Math.random()*90);
 Ypos = E+Math.round(Math.random()*(H-(E*2.2)))+Y;
 Xpos = E+Math.round(Math.random()*(W-(E*2.2)));
}
C+=S;
setTimeout("Fireworks()",10);
}
Fireworks();
// -->
</script>
<!-- End of Fireworks -->


Preview

7
General Chat / Memory Lane
« on: November 15, 2008, 07:55:06 pm »
Okay this might sound stupid but i am a junior in hs and i am listening to the song worlds greatist. And i know that i am set for college but im gonna miss high school so many times (good and bad). I am on the ROTC and i am squad armed commander, alpha company commander, and platoon armed commander. And i feel like the people in my platoon, squad and company are my brothers and sisters. its gonna be hard to leave :( :'(

8
General Support / Weirdest bug in my life ( i have never seen it before)
« on: November 14, 2008, 05:10:23 pm »
okay this is weird, this is how it started


I was going to this site through the direct url and is said error connecting and my internet is fine on anyother site. But the thing is i cleared all my cookie and stuff like that and it still dont work the only way i can get on is by proxying the site and idk whats going on.

9
Suggestions / This is a suggestion for just the SMF Support forum
« on: November 09, 2008, 12:36:09 pm »
Recently I purchased Flach Chat from Darren. This program is great, it has many, many templates and features. I think that smf for free support should get it.

10
General Chat / Better Days
« on: November 03, 2008, 07:18:06 pm »
SMF For Free is a legand, but it has seen its better days. I joined in january 2007 when it was booming now not many people log into it anymore...

What you guys think?

11
Bugs / SMF For Free Support Forum Bug
« on: November 03, 2008, 04:59:00 pm »
http://i33.tinypic.com/fxfre8.jpg
This is the only site i get this on, it still works but i was wanting you guys to know.

12
Guides and Tutorials / Free IRC Chat Room (Online Web Client Provided)
« on: November 02, 2008, 04:08:39 pm »
Forum Url: http://ravageworld.smfforfree4.com

First off I would like to give 50% credit to me and 50% credit to my friend Duncan. In this tutorial you will learn to earn a free IRC Channel and the code to embed it.

IF YOU ARE NOT ALLOWED TO DOWNLOAD ANYTHING WE HAVE PROVIDED A FREE WEBCLIENT TO PREFORM THIS ON!

http://www.wyldryde.org/chat/chat.php


Step 1: First you need to download the
.

Once you get it downloaded and installed engage the chat client and type:

/server irc.wyldryde.org

Then you must register a nickname using:

/msg nickserv register password email

Step 2: Now you need to Register a server for your board by typing:

/msg chanserv register #channel password description

Step 3: Now go get your code by visint the the following site:

http://www.wyldryde.org/chat/getchat.php#step4

Step 4: Now go to the following websites:

http://www.wyldryde.org/commands/nickserv.php

http://www.wyldryde.org/commands/botserv.php

http://www.wyldryde.org/commands/chanserv.php

http://www.wyldryde.org/commands/fantasy.php

If you are confused please visit the link below:

**YOUTUBE VIDEO**

You may click here for more support!

Here is a live preview

Sincerely,
WyldRyde inc,
Cheif Editor

13
Suggestions / Ultimate Profile
« on: November 02, 2008, 04:05:55 pm »
Forum Url: http://ravageworld.smfforfree4.com
Hey SMF i have a wonderful mod uploaded to my smf forum called Ultimate Profile. I really think that SMF For Free member would love this mod. You can View the mod below:

http://www.ravageworld.com/forums/index.php?action=profile;u=1

You can downlaod the mod at:

http://www.simplemachines.org/community/index.php?topic=183574.0

Its now out of beta and it works great. Here are the features:

 - About me, interests & media box
 - Organizable buddy list
 - Approval of buddies
 - Profile pictures
 - Profile comments
 - Picture comments
 - Customizable look & feel

14
Graphics / RW on off
« on: October 12, 2008, 10:56:43 am »
Can someone make me on off that look like this and  it sayw RW instead of the smf logo?








15
Stylesheet Codes / [Stylesheet] Ravage World
« on: June 29, 2008, 10:30:16 am »
Title: Ravage World Style Sheet

Picture:

Preview: http://www.ravageworld.com

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #FFFFFF;
text-decoration: none;
}
a.nav:hover
{
color: #FFFFFF;
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: #CCCCCC;
font-size: small;
font-family: verdana, sans-serif;
}

     /* The main body of the entire forum. */
body
{
            background-color: #E5E5E8;
            background-image: url(http://www.ov3rflow.com/gallery/wallpapers/Earth_WALLPAPER.jpg);
            background-repeat: repeat;
            background-attachment: fixed;
            margin: 0px;
            padding: 12px 30px 4px 30px;
}

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

textarea
{
font-size: 100%;
color: #000000;
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: #000000;
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: #FFFFFF;
background-color: #000000;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #FFFFFF;
background-color: #000000;
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: #000000;
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: 96%;
}

/* 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: #FFFFFF;
background-color: #1F1F1F;
}
.windowbg2
{
color: #CCCCCC;
background-color: #1F1F1F;
}
.windowbg3
{
color: #CCCCCC;
background-color: #1F1F1F;
}
/* 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: white;
font-style: normal;
background: url(http://www.smfboards.com/Themes2/black/images/titlebg.jpg) #010101 repeat-x;
border-bottom: solid 1px #000000;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
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: white;
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: url(http://www.smfboards.com/Themes2/black/images/catbg.jpg) #010101 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.smfboards.com/Themes2/black/images/catbg2.jpg) #010101 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #FFFFFF;
}
.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: #FFFFFF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #3F3F3F;
padding: 0px;
}

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

/* 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
{
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: url(http://www.smfboards.com/Themes2/black/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfboards.com/Themes2/black/images/maintab_active_last.gif) left bottom 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: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
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: url(http://www.smfboards.com/Themes2/black/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfboards.com/Themes2/black/images/mirrortab_active_last.gif) 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: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

Images:












If you want the logo here it is:



Please put this in your footers:

Code: [Select]
<center><a href='http://www.ravageworld.com'>Style By<br><img src='http://i29.tinypic.com/11v4op4.gif'></img></a></center>

Pages: [1] 2 3 4 ... 6