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.


Messages - DzinestaR

Pages: [1] 2 3 4 ... 7
1
Graphics / Re: Need banner for dynamic-chaos v2
« on: September 13, 2009, 11:11:29 am »
Here you go, replace your header image that you put in for your 'Helios Blue Theme' With this image:

http://i967.photobucket.com/albums/ae155/DzinestaR/Banner.gif
Any changing or if you want a diffrent one tell me, was just trying something new.

Enjoy.

-DzinestaR

2
Graphics / Re: ][ reguest ][ banner
« on: September 12, 2009, 01:59:27 pm »
Roser, please ignore the post above, that was not made by him.

Here is the actual link, posted by the actual author of the image ME.

http://i967.photobucket.com/albums/ae155/DzinestaR/UltimateDiamondBanner-1.png

Any changing please tell me, I will try another if you don't like it.

-DzinestaR

3
Stylesheet Codes / [Stylesheet] Black Elite
« on: September 12, 2009, 01:21:47 pm »
Forum Url: http://SMFDesigns.smfforfree3.com

Live Demo!

A Nice Black and Orange theme.

Footers:

Code: [Select]
Black Elite By <b>DzinestaR</b>
Black Elite CSS:

Code: [Select]
/* Theme By DzinestaR */
/* Please post your opinion */

/* Normal, standard links. */
a:link
{
color: #ffffff;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #ee5522;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #ee5522;
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: #ffffff;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
Background: url();
             background-color: #222222;
  margin: auto;
             width: 960px;
padding-top: 12px;
             padding-bottom:  4px;

}

/* 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: #ee5522;
background-color: #ee5522;
}

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

/* A code block - maybe even PHP ;). */
.code
{
color: #ffffff;
background-color: #444444;
font-family: "courier new", "times new roman", monospace;
             font-weight: italic;
font-size: x-small;
line-height: 1.3em;
border: 3px solid #ee5522;
margin: 3px auto 1px auto;
padding: 1px;
width: 99%;
white-space: nowrap;
overflow: auto;
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #ffffff;
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: 98%;
}

/* 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: #444444;
}
.windowbg2
{
color: #f27800;
background-color: #333333;
}
.windowbg3
{
color: #ffffff;
background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* 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: #ffffff;
font-style: normal;
background: url(http://www.styleyourforum.com/data/570/css0.png) #ffffff no-repeat;

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: 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: url(http://www.styleyourforum.com/data/570/css0.png) #ffffff repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/570/css0.png) #ffffff 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: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #444444;
padding: 0px;
}

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

/* 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: Capitalize;
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.styleyourforum.com/data/570/css3.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/570/css3.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/570/css3.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/570/css6.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/570/css6.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/570/css6.png) 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.styleyourforum.com/data/570/css3.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/570/css3.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/570/css3.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/570/css12.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/570/css6.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/570/css6.png) 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;
}

/* End */

Customizable Icons:

On/Off

On:

Code: [Select]
http://www.styleyourforum.com/data/570/on.gif
Off:

Code: [Select]
http://www.styleyourforum.com/data/570/off.gif
Online/Logged In Today:

Code: [Select]
http://www.styleyourforum.com/data/570/ico_online.gif
Forum Stats:

Code: [Select]
http://www.styleyourforum.com/data/570/ico_info.gif
Quick Login:

Code: [Select]
http://www.styleyourforum.com/data/570/ico_login.gif
Modify:

Code: [Select]
http://www.styleyourforum.com/data/570/ico_modify_inline.gif
Enjoy.

-DzinestaR

4
Stylesheet Codes / Re: [Stylesheet] Cool Blue V2
« on: September 08, 2009, 09:20:59 am »
Thanks sibyl, Fixed.

-DzinestaR

5
Stylesheet Codes / [Stylesheet] Cool Blue V2
« on: September 07, 2009, 09:02:29 pm »
Forum Url: http://SMFDesigns.smfforfree3.com
Live Demo!

This is a Remake of my "Cool Blue" Stylesheet.

Footers:

Code: [Select]
Cool Blue V2 Theme By <b>SMF Designs</b>


Cool Blue V2 CSS:

Code: [Select]
/* Style By DzinestaR */

/* Foot Area */
#footerarea a:link, #footerarea a:visited
{
color: white;
}

/* Links In a Post */
div.post A
{
           Color:#111111;
}

/* Normal, standard links. */
a:link
{
color: #222222;
text-decoration: none;
}
a:visited
{
color: #222222;
text-decoration: none;
}
a:hover
{
color: #222222;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
             background-color: #222222;
             background-image:  url();
             margin: auto;
             width: 1000px;
padding-top: 10px;
             padding-bottom:  4px;
             padding-right:  0px;

}

/* 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: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

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

/* 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: #000000;
background-color: #c0c0c0;
}
.windowbg2
{
color: #000000;
background-color: #c0c0c0;
}
.windowbg3
{
color: #000000;
background-color: #c0c0c0;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* 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: #ffffff;
font-style: normal;
background: url(http://www.styleyourforum.com/data/567/css0.png) #ffffff repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
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: url(http://www.styleyourforum.com/data/567/css0.png) #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/567/css0.png) #A1BFD9 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.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: #e0e0ff;
}
/* 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
{
color: white;
text-transform: Capitalize;
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.styleyourforum.com/data/567/css3.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/567/css3.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/567/css3.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/567/css3.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/567/css3.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/567/css3.png) 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.styleyourforum.com/data/567/css3.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/567/css3.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/567/css3.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/567/css3.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/567/css3.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/567/css3.png) 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;
}



Customizable Icons:

On/Off.gif

On:


Code: [Select]
http://www.styleyourforum.com/data/567/on.gif
Off:


Code: [Select]
http://www.styleyourforum.com/data/567/off.gif
Extra Icons:

Info:


Code: [Select]
http://www.styleyourforum.com/data/567/ico_info.gif
Online/Users Logged in today:


Code: [Select]
http://www.styleyourforum.com/data/567/ico_online.gif
Modify:


Code: [Select]
http://www.styleyourforum.com/data/567/ico_modify_inline.gif
Login:


Code: [Select]
http://i967.photobucket.com/albums/ae155/DzinestaR/key.png


SMF Designs

6
Advertise Your Board / SMF Designs
« on: September 06, 2009, 10:57:33 am »
SMF Designs
SMF Designs

- About
- Services

About 'SMF Designs'

SMF Designs was created for people who like designing Stylesheets, Codes, & Graphics, and to help give people of smfforfree with more theme, code, and graphics to choose from, we have two people now apart of this idea, Andrew, & Seldom Fail, I'm not giving out team positions so don't register and expect one, if you think you deserve one show us your work we are always looking for people to help with the designing of themes, codes, and graphics, but those people need to know what there doing.


Services Offered By 'SMF Designs'

Right now we offer stylesheets codes and graphics as stated above, don't worry were always open to new suggestions, we have graphics requests and theme requests, we are currently not offering code requests, but if you think you have what it takes to do that, show us, don't worry there is room for just chat about styles, codes, and graphics, below are examples of Myselfs', Andrews', and Seldoms' work.


DzinestaR:
Stylesheets:

Clean Gray - Stylesheet
Purple Elite - Stylesheet
All in - Stylesheet
Pro Blue - Stylesheet
Underground - Stylesheet

Andrew:
Graphics:

Andrews Rank Image Requests
Andrews Affiliate Image Requests
Andrews SMF Support Forum Signatures
Andrew has also filled MANY graphic requests here at the support forum.

Seldom Fail:
Stylesheets:

Runescape V3 - Stylesheet
Runescpae V1 - Stylesheet
Blue Granite - Stylesheet
As well Seldom has made some awesome graphics here also.


So there you go some examples of our work, come on and join in on the fun at SMF Designs There will always be new codes, stylesheets, and graphics! See you there.

-DzinestaR

7
General Support / Re: How
« on: September 05, 2009, 04:51:44 pm »
Admin > Current Theme > Show who is viewing the board index and posts > Select "Show Members Names"

-DzinestaR

8
PHP / Re: what is PHP?
« on: September 04, 2009, 02:25:25 pm »
• PHP stands for PHP: Hypertext Preprocessor
• PHP is a server-side scripting language, like ASP
• PHP scripts are executed on the server
• PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
• PHP is an open source software
• PHP is free to download and use
• PHP files can contain text, HTML tags and scripts
• PHP files are returned to the browser as plain HTML
• PHP files have a file extension of ".php", ".php3", or ".phtml"



All of the above was a Copy & Paste from W3Schools.com

-DzinestaR

9
Code Demo!

This code will change the "Total time logged in:" Text to any text you desire, Works in all Browsers slayer766 helped alot with the making of this code.

Footers:

Code: [Select]
<script type="text/javascript">
var text = "Your New Text Goes Here!";
var a = document.getElementsByTagName("span");
var b = a.length;
while(b--){
    if(a[b].className == "middletext" && a[b].innerHTML.match("Total time logged in:")){
        a[b].innerHTML=a[b].innerHTML.replace("Total time logged in:",text);
    }
}
</script>



Change
Code: [Select]
Your New Text Here!

To your desired text.

Enjoy.

-DzinestaR

10
Also, here are some Helpful Hints / Tips on creating Stylesheets for SMF For Free.

Stylesheet Making Helpful Hints / Tips

I will also PM you a couple of my Hints & Tips if needed or if you would like.

-DzinestaR

11
Stylesheet Codes / [Stylesheet] Clean Gray
« on: August 31, 2009, 06:24:51 am »
Clean Gray Preview

A Modern Gray Theme.

I'm a little rusty been moving so haven't made a style in a week or so.

Please place this in your footer if you use my stylesheet.

Code: [Select]
Clean Gray Theme By <b>DzinestaR</b>
Clean Gray CSS

Code: [Select]
/* Style By DzinestaR */

h1
{
color: #111111;
             font-size:  small;
background: #c0c0c0;
             border:  solid 4px #;
             padding:  6px;
}

/* Links In a Post */
div.post A
{
           Color:#111111;
}



/* Normal, standard links. */
a:link
{
color: #111111;
text-decoration: none;
}
a:visited
{
color: #111111;
text-decoration: none;
}
a:hover
{
color: #111111;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background-color: #8a8a8a;
background-image: url("http://www.smfboards.com/Themes2/userstyles/Rusted/main_bg-2.jpg");
background-position: top left;
background-repeat: repeat-x;
margin: 0px;
padding: 0px 0px 4px 0px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: c0c0c0;
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: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #dddddd;
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: #111111
background-color: #111111
}
.windowbg2
{
color: #111111
background-color: #111111
}
.windowbg3
{
color: #111111
background-color: #111111
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* 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: url(http://www.styleyourforum.com/data/560/css1.jpg) #E9F0F6 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #111111
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: url(http://www.styleyourforum.com/data/560/css1.jpg) #88A6C0 repeat-x;
color: #111111;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/560/css1.jpg) #A1BFD9 repeat-x;
color: #111111;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: 111111;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: 111111;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #111111;
}
/* 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
{
color: #000000;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back,  .maintab_active_back
{
color: #000000;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
        background: #D4D4D4;
        border-left:  4px solid #ffffff;
        border-bottom:  4px solid #ffffff;
        width: 10px;
}
.maintab_back
{
        background: #D4D4D4;
        border-bottom:  4px solid #ffffff;
}
.maintab_last
{
        background: #D4D4D4;
        border-bottom: 4px solid #ffffff;
        border-right: 4px solid #ffffff;
        width: 8px;
}
.maintab_active_first
{
        background: #F0F0F0;
        border-left: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        width: 6px;
}
.maintab_active_back
{
background: #F0F0F0;
             border-bottom:  2px solid #ffffff;
}
.maintab_active_last
{
        background: #F0F0F0;
        border-right:  4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        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: #000000;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #787878;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: #000000;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #000000;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
        background: #E1E1E1;
        border-top:  4px solid #ffffff;
        border-left:  4px solid #ffffff;
        width: 10px;
}
.mirrortab_back
{
        background: #E1E1E1;
        border-top:  4px solid #ffffff;
}
.mirrortab_last
{
        background: #E1E1E1;
        border-top:  4px solid #ffffff;
        border-right:  4px solid #ffffff;
        width: 6px;
}
.mirrortab_active_first
{
           background: #F0F0F0;
           border-top: 4px solid #ffffff;
           border-left:  4px solid #ffffff;
           width: 6px;
}
.mirrortab_active_back
{
background: #F0F0F0;
             border-top:  4px solid #ffffff;
}
.mirrortab_active_last
{
       background: #F0F0F0;
        border-top:  4px solid #ffffff;
        border-right: 4px solid #ffffff;
        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: #000000;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
            color: #787878;
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;
}


On/Off

On:


Code: [Select]
http://www.styleyourforum.com/data/560/on.gif
Off:


Code: [Select]
http://www.styleyourforum.com/data/560/off.gif
Enjoy.

-DzinestaR



12
SMF For Free Codes and Support / Re: [Code] Simple Anouncements
« on: August 28, 2009, 10:23:58 pm »
Thanks.

-DzinestaR

13
SMF For Free Codes and Support / [Code] Simple Anouncements
« on: August 27, 2009, 10:20:47 pm »
Code Demo!

This adds a scrolling text box to the top of your forum for quick announcements you may want your members to see right away.

Headers:

Code: [Select]
<SCRIPT LANGUAGE="JavaScript">

var myMainMessage="  YOUR SIMPLE ANNOUNCMENT TEXT HERE! ";
var speed=150;
var scrollingRegion=50;

var startPosition=0;
function mainTextScroller() {
        var mainMessage=myMainMessage;
        var tempLoc=(scrollingRegion*3/mainMessage.length)+1;
        if (tempLoc<1) {tempLoc=1}
        var counter;
        for(counter=0;counter<=tempLoc;counter++)
           mainMessage+=mainMessage;
document.mainForm.mainTextScroller.value=mainMessage.substring(startPosition,startPosition+scrollingRegion);
        startPosition++;
        if(startPosition>scrollingRegion) startPosition=0;
        setTimeout("mainTextScroller()",speed); }
</script>

</HEAD>

<BODY onLoad="mainTextScroller()">

<form name="mainForm">
<center>
<input type="text" name="mainTextScroller" size="40" value>
</center>
</form>

You can change the speed of the scroll of the text by modifying this:
Code: [Select]
var speed=150;
Change my pre-set text here:

Code: [Select]
var myMainMessage="  YOUR SIMPLE ANNOUNCMENT TEXT HERE! ";
Enjoy.

-DzinestaR

14
Graphics / Re: DzinstaR's Free Logos
« on: August 27, 2009, 09:59:06 pm »
Updated with two more logos.

-DzinestaR

15
SMF For Free Codes and Support / Re: A code has buggered up my forum
« on: August 24, 2009, 04:15:32 pm »
Please post the current code you have for this code.

-DzinestaR

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