removing old/dead code and javascript

This commit is contained in:
Xkeeper 2015-08-09 14:22:52 -07:00
parent 2107524e8b
commit 60ce86de68
34 changed files with 0 additions and 2487 deletions

View File

@ -1,71 +0,0 @@
var bgColor;
var ltColor;
var dkColor;
function createButton(image, name, event, backcolor, lightcolor, darkcolor)
{
var btnTable;
bgColor=backcolor;
ltColor=lightcolor;
dkColor=darkcolor;
btnTable="<table id='"+name+"' border='0' cellspacing='0' cellpadding='0' width=23 height=17 "+event+">"
btnTable+="<TR bgcolor="+backcolor+"><TD></TD><TD></TD><TD><img src=images/toolbar/invis.gif></TD><TD></TD>"
btnTable+="</TR><TR bgcolor="+backcolor+"><TD><img src=images/toolbar/invis.gif></TD>"
btnTable+="<TD colspan='2'>"
btnTable+="<table border='0' cellspacing='0' cellpadding='0' bgcolor="+backcolor+" width=100% height=100%>"
btnTable+="<tr valign=top><td align=center><img name='"+name+"imgtop' src=images/toolbar/invis.gif></td></tr>"
btnTable+="<tr valign=center><td align=center><img name='"+name+"imgleft' src=images/toolbar/invis.gif>"+image+"<img name='"+name+"imgright' src=images/toolbar/invis.gif></td></tr>"
btnTable+="<tr valign=bottom><td align=center><img name='"+name+"imgbottom' src=images/toolbar/invis.gif height=2></td></tr>"
btnTable+="</table>"
btnTable+="</TD><TD bgcolor="+backcolor+"><img src=images/toolbar/invis.gif></TD></TR>"
btnTable+="<TR bgcolor="+backcolor+"><TD></TD><TD></TD><TD></TD><TD></TD></TR>"
btnTable+="</TABLE>"
return btnTable;
}
function createSeperation(backcolor, lightcolor, darkcolor)
{
var btnTable;
btnTable="<table border='0' bgcolor='"+backcolor+"' cellspacing='0' cellpadding='0' width=2 height=17>"
btnTable+="<TR valign=top><TD><img src=images/toolbar/invis.gif height=1></TD><TD><img src=images/toolbar/invis.gif></TD></TR>"
btnTable+="<TR><TD bgcolor='"+darkcolor+"' width=1 height=7></TD><TD bgcolor='"+lightcolor+"' width=1></TD></TR>"
btnTable+="<TR><TD bgcolor='"+darkcolor+"' width=1 height=7></TD><TD bgcolor='"+lightcolor+"' width=1></TD></TR>"
btnTable+="<TR valign=bottom><TD><img src=images/toolbar/invis.gif height=1></TD><TD><img src=images/toolbar/invis.gif></TD></TR>"
btnTable+="</TABLE>"
return btnTable;
}
function buttonOut(name)
{
eval(name+'.rows[0].style.backgroundColor=bgColor');
eval(name+'.rows[1].style.backgroundColor=bgColor');
eval(name+'.rows[1].cells[2].style.backgroundColor=bgColor');
eval(name+'.rows[2].style.backgroundColor=bgColor');
}
function buttonDown(name)
{
eval(name+'.rows[0].style.backgroundColor=dkColor');
eval(name+'.rows[1].style.backgroundColor=dkColor');
eval(name+'.rows[1].cells[2].style.backgroundColor=ltColor');
eval(name+'.rows[2].style.backgroundColor=ltColor');
eval('document.all.'+name+'imgtop.height=2');
eval('document.all.'+name+'imgleft.width=2');
eval('document.all.'+name+'imgright.width=0');
}
function buttonUp(name)
{
eval(name+'.rows[0].style.backgroundColor=ltColor');
eval(name+'.rows[1].style.backgroundColor=ltColor');
eval(name+'.rows[1].cells[2].style.backgroundColor=dkColor');
eval(name+'.rows[2].style.backgroundColor=dkColor');
eval('document.all.'+name+'imgtop.height=1');
eval('document.all.'+name+'imgleft.width=1');
eval('document.all.'+name+'imgright.width=1');
}

View File

@ -1,219 +0,0 @@
// Live layout preview 0.1
// by Jesper, for AcmlmBoard.
isIE = false;
var sep = "";
var fooElement = document.createElement('style');
fooElement.type = 'text/css';
tn = document.createTextNode("foo");
if ((document.all)&&(navigator.appVersion.indexOf("Mac")!=-1)&&(navigator.userAgent.indexOf("Gecko")==-1)&&(navigator.userAgent.indexOf("KHTML")==-1)) { isIE = true; }
try {
fooElement.appendChild(tn);
} catch(e) {
if (e == "[object Error]") { // we have IE
isIE = true;
}
}
function init(d,s) {
if (!isIE) {
thedoc = d;
sep = s;
// d.getElementById("noscript").style.display = "none";
/* d.getElementById("show-blockquote").onclick = refreshLayoutPreview;
d.getElementById("show-link").onclick = refreshLayoutPreview;
d.getElementById("show-stretchimage").onclick = refreshLayoutPreview;
d.getElementById("show-stretchtext").onclick = refreshLayoutPreview;
d.getElementById("postbg").onfocus = refreshLayoutPreview;
d.getElementById("postsign").onfocus = refreshLayoutPreview;
d.getElementById("postheader").onfocus = refreshLayoutPreview; */
d.getElementById("preview-button").onclick = refreshLayoutPreview;
d.getElementById("dataloaderhouse").innerHTML += "<iframe name=\"dataloader\" id=\"dataloader\" src=\"about:blank\" style=\"width: 0px; height: 0px; background: white; border: 0; -moz-opacity: 0; filter:alpha(opacity=0); opacity: 0; \"></iframe>";
return 1;
} else { return 0; }
}
var thedoc;
var foo;
var theStyle;
function refreshLayoutPreview() {
if (!isIE) {
var sampleText = "(sample text)";
d = thedoc;
var cnv = d.getElementById("layout-preview");
var pbg = d.getElementById("postbg");
var phd = d.getElementById("postheader");
var psg = d.getElementById("postsign");
var sbq = d.getElementById("show-blockquote");
var sln = d.getElementById("show-link");
var str = d.getElementById("show-stretchimage");
var stt = d.getElementById("show-stretchtext");
var ssp = d.getElementById("signsep");
var text = cnv.innerHTML+"";
// thedoc = d;
foo = "doodad";
// alert("foo");
var formm = d.createElement("form");
formm.setAttribute("method","POST");
formm.setAttribute("action","/layoutpreviewfilter.php");
formm.setAttribute("target","dataloader");
formm.setAttribute("id","theform");
formm.setAttribute("name","theform");
// formm.setAttribute("onsubmit","alert('submitting')");
var i1 = d.createElement("input");
var i2 = d.createElement("input");
var i3 = d.createElement("input");
var i4 = d.createElement("input");
i1.setAttribute("type","hidden");
i2.setAttribute("type","hidden");
i3.setAttribute("type","hidden");
i4.setAttribute("type","submit");
i1.setAttribute("name","headtext");
i2.setAttribute("name","text");
i3.setAttribute("name","signtext");
i4.setAttribute("name","dosubmit");
i4.setAttribute("id","submitbutton");
i4.style.display = "none";
i4.setAttribute("onclick","alert(document.body.innerHTML);");
if (sln.checked) {
sampleText = "(<a href=\"#\" onclick=\"return false\">sample</a> text)";
}
text = sampleText;
if (sbq.checked) {
text = "<blockquote><font class=fonts><i>Originally posted by Someone</i></font><hr>" + sampleText + "<hr></blockquote>" + sampleText;
}
if (str.checked) {
text = text + "<img src=\"images/stretchtest.gif\">";
}
if (stt.checked) {
text = text + "<br><br>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus augue blandit nisl. Etiam id lacus sed ante pulvinar euismod. Maecenas neque quam, scelerisque sed, semper id, vulputate a, eros. Suspendisse mauris erat, condimentum in, pellentesque nec, lobortis vitae, elit. Nunc nec elit quis augue viverra consequat. In eget augue. Aliquam erat volutpat. Nulla blandit massa sed velit. Quisque nonummy consectetuer lacus. Aliquam egestas augue sit amet nulla. In diam leo, lacinia eget, convallis sed, pellentesque eu, velit. Nullam sem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<br><br>" + "Morbi rhoncus lectus id leo lacinia blandit. Fusce felis dolor, ullamcorper id, venenatis at, rhoncus feugiat, odio. Suspendisse et nulla eget lectus iaculis elementum. Suspendisse at felis non lectus blandit commodo. Morbi volutpat. Sed eget elit nec libero lobortis consequat. Duis eget magna gravida odio pellentesque venenatis. Maecenas ligula lorem, pellentesque ut, consequat et, commodo et, est. In dictum purus ac lorem. Vestibulum vel felis. In erat. Mauris sit amet est elementum ligula adipiscing vulputate. Curabitur ultrices dolor sagittis neque. Aenean adipiscing odio non lorem. Integer non odio. Nam libero. Vivamus posuere, lorem rutrum iaculis aliquet, metus nibh elementum neque, lacinia eleifend wisi libero vitae tellus. Aenean varius mauris in ipsum.<br><br>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus augue blandit nisl. Etiam id lacus sed ante pulvinar euismod. Maecenas neque quam, scelerisque sed, semper id, vulputate a, eros. Suspendisse mauris erat, condimentum in, pellentesque nec, lobortis vitae, elit. Nunc nec elit quis augue viverra consequat. In eget augue. Aliquam erat volutpat. Nulla blandit massa sed velit. Quisque nonummy consectetuer lacus. Aliquam egestas augue sit amet nulla. In diam leo, lacinia eget, convallis sed, pellentesque eu, velit. Nullam sem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<br><br>" + "Morbi rhoncus lectus id leo lacinia blandit. Fusce felis dolor, ullamcorper id, venenatis at, rhoncus feugiat, odio. Suspendisse et nulla eget lectus iaculis elementum. Suspendisse at felis non lectus blandit commodo. Morbi volutpat. Sed eget elit nec libero lobortis consequat. Duis eget magna gravida odio pellentesque venenatis. Maecenas ligula lorem, pellentesque ut, consequat et, commodo et, est. In dictum purus ac lorem. Vestibulum vel felis. In erat. Mauris sit amet est elementum ligula adipiscing vulputate. Curabitur ultrices dolor sagittis neque. Aenean adipiscing odio non lorem. Integer non odio. Nam libero. Vivamus posuere, lorem rutrum iaculis aliquet, metus nibh elementum neque, lacinia eleifend wisi libero vitae tellus. Aenean varius mauris in ipsum.";
}
i2.setAttribute("value",text);
if (pbg.value != "") {
i1.setAttribute("value","<div style=\"background-image: url(" + pbg.value + ")\">" + phd.value);
if (psg.value != "") {
i3.setAttribute("value",sep + psg.value + "</div>");
} else {
i3.setAttribute("value",psg.value + "</div>");
}
} else {
i1.setAttribute("value",phd.value);
if (psg.value != "") {
i3.setAttribute("value",sep + psg.value);
} else {
i3.setAttribute("value",psg.value);
}
}
formm.appendChild(i1);
formm.appendChild(i2);
formm.appendChild(i3);
formm.appendChild(i4);
// alert("bar: " + i3.getAttribute('value'));
var IFrameDoc;
if (d.getElementById("dataloader").contentDocument) {
// For NS6
IFrameDoc = d.getElementById("dataloader").contentDocument;
} else if (d.getElementById("dataloader").contentWindow) {
// For IE5.5 and IE6
IFrameDoc = d.getElementById("dataloader").contentWindow.document;
} else if (d.getElementById("dataloader").document) {
// For IE5
IFrameDoc = d.getElementById("dataloader").document;
}
/* while(IFrameDoc.body.hasChildNodes() == true)
{
IFrameDoc.body.removeChild(IFrameDoc.body.childNodes[0]);
}*/
if (d.getElementById("theform")) {
d.body.removeChild(d.getElementById("theform"));
}
d.body.appendChild(formm);
// alert("b: " + IFrameDoc.body.innerHTML);
//IFrameDoc.theform.submit();
setTimeout('submitFormStuff()',10);
// formm.submit();
/* cnvs = doFilter(phd.value) + cnvs + ssp.value + doFilter(psg.value);
if (pbg.value != "") {
cnvs = "<div style=\"background-image: url(" + pbg.value + ")\">" + cnvs + "</div>";
}
// alert(cnvs);
d.getElementById("layout-preview").innerHTML = cnvs;*/
return false;
} else { return true; }
}
function submitFormStuff() {
var IFrameDoc;
// alert("submitformstuff");
if (thedoc.getElementById("dataloader").contentDocument) {
// For NS6
IFrameDoc = thedoc.getElementById("dataloader").contentDocument;
} else if (thedoc.getElementById("dataloader").contentWindow) {
// For IE5.5 and IE6
IFrameDoc = thedoc.getElementById("dataloader").contentWindow.document;
} else if (thedoc.getElementById("dataloader").document) {
// For IE5
IFrameDoc = thedoc.getElementById("dataloader").document;
}
// alert("before submit: " + IFrameDoc.body.innerHTML);
// alert(IFrameDoc.getElementById("theform").innerHTML+"");
// IFrameDoc.getElementById("theform").submit();
// IFrameDoc.getElementById("submitbutton").click();
// alert("after: " + IFrameDoc.body.innerHTML);
// alert(foo);
thedoc.getElementById("theform").submit();
}
function setPreview(n,s) {
// alert("howdy");
// n = "<style>" + s + "</style>" + n;
thedoc.getElementById("layout-preview").innerHTML = n;
var styleElement = document.createElement('style');
styleElement.type = 'text/css';
tn = document.createTextNode(s);
try {
styleElement.appendChild(tn);
} catch(e) {
if (e == "[object Error]") { // we have IE
styleElement.innerHTML = s;
}
}
if (!theStyle) {
theStyle = document.getElementsByTagName('head')[0].appendChild(styleElement);
} else {
theStyle = document.getElementsByTagName('head')[0].replaceChild(styleElement,theStyle);
}
/* try {
// IE can't handle inline stylesheets, so let's add them 'the right way' - replacing if we're reloading
if (csscreated) { css = document.styleSheets[document.styleSheets.length-1]; }
else { css = document.createStyleSheet(); csscreated = "1"; }
css.cssText = s;
thedoc.getElementById("layout-preview").innerHTML = n;
} catch(e) {
return;
}*/
// alert(thedoc.getElementById("layout-preview").innerHTML);
}

View File

@ -1,219 +0,0 @@
//Netscape Resize fix
if (document.layers)
{
widthCheck = window.innerWidth
heightCheck = window.innerHeight
}
function resizeFix()
{
if (widthCheck != window.innerWidth || heightCheck != window.innerHeight)
{
document.location.href = document.location.href
}
}
window.onerror = null;
var DOM;
var bName = navigator.appName;
var bVer = parseInt(navigator.appVersion);
var NS4 = (bName == "Netscape" && bVer >= 4 && bVer <5);
var NS5 = (bName == "Netscape" && bVer >=5);
var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
var NS3 = (bName == "Netscape" && bVer < 4);
var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
if (document.getElementById)
{
DOM = true;
NS4 = false
}
else
{
DOM= false;
}
var MTOP = 57
var menuActive = 0
var MenuOn = 0
var onLayer
var timeOn = null
var loaded = 0
var openmenu = "";
var closemenu = "";
var activeLayer = "";
var menu1 = new Image();
menu1.src = "images/toolbar/invis.gif"; //Invisibol Placeholder
var menu2 = new Image();
menu2.src = menu1.src;
// MENU COLOR VARIABLE
var menuColor = "#000000"
// LAYER SWITCHING CODE
if (NS4 || IE4)
{
if (navigator.appName == "Netscape")
{
layerStyleRef="layer.";
layerRef="document.layers";
styleSwitch="";
}
else
{
layerStyleRef="layer.style.";
layerRef="document.all";
styleSwitch=".style";
}
}
// SHOW MENU
function showLayer(layerName, e)
{
MenuOn=1
if (NS4 || IE4 || DOM)
{
if (timeOn != null)
{
clearTimeout(timeOn)
hideLayer(onLayer)
}
if (NS4 || IE4)
{
eval(layerName+'.style.left=e.clientX-e.offsetX');
eval(layerName+'.style.top=e.clientY');
eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
activeLayer=layerName;
}
if (DOM)
{
document.getElementById(layerName).style.visibility='visible'
}
}
onLayer = layerName
}
// HIDE MENU
function hideLayer(layerName)
{
MenuOn=0
if (menuActive == 0)
{
if (NS4 || IE4)
{
eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
}
if (DOM)
{
document.getElementById(layerName).style.visibility='hidden'
}
}
}
// TIMER FOR BUTTON MOUSE OUT
function btnTimer()
{
if(MenuOn==1)
{
timeOn = setTimeout("btnOut()",1000)
}
}
// BUTTON MOUSE OUT
function btnOut()
{
hideLayer(onLayer)
}
// MENU MOUSE OVER
function menuOver(layerName)
{
if(layerName==activeLayer)
{
clearTimeout(timeOn)
menuActive = 1
return true;
}
else
{
return false;
}
}
// MENU MOUSE OUT
function menuOut()
{
menuActive = 0
timeOn = setTimeout("hideLayer(onLayer)", 400)
}
// Creates menu object
function menuLink(title, url)
{
this.title = title
this.url = url
}
// Builds menu table
function menuMaker(menuArray, fontcolor, backcolor, lightcolor, darkcolor)
{
topTable = ""
btmTable = ""
n = ""
j = eval(menuArray + ".length")-1;
topTable = "<div ID='" + eval(menuArray + ".id") + "' STYLE='POSITION: absolute; LEFT: 0; TOP: 0; VISIBILITY: hidden; Z-INDEX: 1'>"
topTable+="<table border='0' cellspacing='0' cellpadding='0'>"
topTable+="<TR><TD bgcolor='"+lightcolor+"'></TD><TD bgcolor='"+lightcolor+"' ALT='Top Border'></TD><TD bgcolor='"+lightcolor+"' ALT='Top Right Small Background'><img src=images/toolbar/invis.gif height=1 width=1></TD><TD bgcolor='"+lightcolor+"'></TD>"
topTable+="</TR><TR><TD bgcolor='"+lightcolor+"'><img src=images/toolbar/invis.gif></TD>"
topTable+="<TD colspan='2'>"
topTable+="<table border='0' cellspacing='0' cellpadding='0'>"
btmTable = "</table>"
btmTable+="</TD><TD bgcolor='"+darkcolor+"'><img src=images/toolbar/invis.gif></TD></TR>"
//btmTable+="</TR><TR><TD bgcolor='"+darkcolor+"'></TD><TD bgcolor='"+darkcolor+"' ALT='Lower Right Side Border'><img src=images/toolbar/invis.gif></TD></TR>"
btmTable+="<TR><TD bgcolor='"+darkcolor+"' ALT='Lower Right Corner Border'></TD><TD bgcolor='"+darkcolor+"'></TD><TD bgcolor='"+darkcolor+"'></TD><TD bgcolor='"+darkcolor+"'></TD></TR></TABLE>"
btmTable+="</div>"
bgnrow = ""
for( var i = 0; i <=j; i++)
{
test=eval(menuArray + "[" + i + "].title")
bgnrow += "<tr valign=Center><td bgcolor='"+backcolor+"' align=Center width=100%><a onMouseOut='menuOut()' onMouseOver='menuOver(activeLayer)' class='menus' target='_top'><img src='images/toolbar/invis.gif' width=15 height=15 border='0'></a>"
bgnrow += "<a onClick='" + eval(menuArray + "[" + i + "].url") + "' onMouseOut='menuOut()' onMouseOver='menuOver(activeLayer)' class='menus' target='_top'><font face='MS Sans Serif, Western' size=1 color='"+fontcolor+"'>" + test + "</font></td></tr>"
}
n= topTable+bgnrow+btmTable
return n;
}
function getScale()
{
var scale;
var newwidth
if (bName == "Netscape")
{
newwidth = window.innerWidth
}
else
{
newwidth= document.body.clientWidth
}
center = ((newwidth-371)/2)+251;
minWidth = 539
if (center <minWidth)
{
return minWidth;
}
else
{
return center;
}
}

View File

@ -1,77 +0,0 @@
function checkName()
{
if (window.document.REPLIER.username.value == '')
{
alert('Please Enter Your Username');
return true;
}
else
{
return false;
}
}
function checkPass()
{
if (window.document.REPLIER.password.value == '')
{
alert('Please Enter Your Password');
return true;
}
else
{
return false;
}
}
function checkTitle()
{
if (window.document.REPLIER.subject.value == '')
{
alert('Please Enter Your Thread Title');
return true;
}
else
{
return false;
}
}
function checkPost()
{
if (window.document.REPLIER.message.value == '')
{
alert('Please Enter Your Message');
return true;
}
else
{
return false;
}
}
function checkReciever()
{
if (window.document.REPLIER.username.value == '')
{
alert('Please Enter The Recieving User');
return true;
}
else
{
return false;
}
}
function checkSubject()
{
if (window.document.REPLIER.subject.value == '')
{
alert('Please Enter The Subject');
return true;
}
else
{
return false;
}
}

View File

@ -1,20 +0,0 @@
if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
document.writeln('<style type="text/css">img { visibility:hidden; } </style>');
window.attachEvent("onload", fnLoadPngs);
}
function fnLoadPngs() {
var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5);
for (var i = document.images.length - 1, img = null; (img = document.images[i]); i--) {
if (itsAllGood && img.src.match(/\.png$/i) != null) {
var src = img.src;
img.style.width = img.width + "px";
img.style.height = img.height + "px";
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')"
img.src = "images/_.gif";
}
img.style.visibility = "visible";
}
}

View File

@ -1,84 +0,0 @@
var snow = new Array();
var captions = new Array();
var halt = 0;
captions[ 0] = "happy 100000th post!";
var snowfnam = new Array();
snowfnam[ 0] = "/images/confetti/confetti_blue.png";
snowfnam[ 1] = "/images/confetti/confetti_yellow.png";
snowfnam[ 2] = "/images/confetti/confetti_green.png";
snowfnam[ 3] = "/images/confetti/confetti_red.png";
var MaxFPS = 60;
function update_snow() {
if (halt == 1) { return null; }
var innerHeight = window.innerHeight;
var innerWidth = window.innerWidth;
for (var i = 0; i < snow.length; i++) {
var thisflake = snow[i]; // local referencing.
var _posy = thisflake.posy;
var _posx = thisflake.posx;
if ((_posy + 8) > innerHeight || (_posx + 8) > innerWidth || (_posx - 8) < 0) {
_posy = 0;
left = Math.random()*innerWidth;
thisflake.style.left = left;
_posx = left;
thisflake.scrollfactor_x = Math.random()*-5;
thisflake.scrollfactor_y = (Math.random()*15) + .5;
if (Math.round(Math.random()*10) % 5 == 0) {
thisflake.scrollfactor_x *= -1;
}
}
_posy += thisflake.scrollfactor_y;
_posx += thisflake.scrollfactor_x;
thisflake.style.top = _posy;
thisflake.style.left = _posx;
thisflake.posy = _posy;
thisflake.posx = _posx;
}
}
function snow_halt() {
halt = 1;
}
function snow_unhalt() {
halt = 0;
}
function drawsnow() {
var flakes = 25;
var element = document.createElement("div");
element.id = "snow_canvas";
document.body.appendChild(element);
for (var i = 0; i < flakes; i++) {
var flakeimg = document.createElement("img");
flakeimg.style.display = "block";
flakeimg.style.position = "fixed";
flakeimg.style.zIndex = 1;
pleft = Math.random()*window.innerWidth;
ptop = Math.random()*window.innerHeight;
flakeimg.style.left = pleft + "px";
flakeimg.style.top = ptop + "px";
flakeimg.scrollfactor_x = (Math.random() * 2 - 1);
flakeimg.scrollfactor_y = (Math.random()*10) + 1;
// if (Math.round(Math.random()*10) % 5 == 0) {
// flakeimg.scrollfactor_x *= -1;
// }
flakeimg.posx = pleft;
flakeimg.posy = ptop;
flakeimg.src = snowfnam[Math.round(Math.random()*3)];
flakeimg.title = captions[0];
temp = Math.round(Math.random() * 4 + 3);
flakeimg.width = temp;
flakeimg.height = temp;
snow.push(flakeimg);
element.appendChild(flakeimg);
}
setInterval(update_snow, 66);
}
window.addEventListener("load", function() {drawsnow();}, false);
window.addEventListener("blur", function() {snow_halt()}, false);
window.addEventListener("focus", function() {snow_unhalt()}, false);

View File

@ -1,472 +0,0 @@
/*
DHTML PNG Snowstorm! OO-style Jascript-based Snow effect
--------------------------------------------------------
Version 1.3.20081215 (Previous rev: v1.2.20041121a)
Dependencies: GIF/PNG images (0 through 4.gif/png)
Code by Scott Schiller - http://schillmania.com
--------------------------------------------------------
Description:
Initializes after body onload() by default (via addEventHandler() call at bottom.)
Properties:
usePNG
---------------
Enables PNG images if supported ("false" falls back to GIF)
flakeTypes
---------------
Sets the range of flake images to use (eg. a value of 5
will use images ranging from 0.png to 4.png.)
flakesMax
---------------
Sets the maximum number of snowflakes that can exist on
the screen at any given time.
flakesMaxActive
---------------
Sets the limit of "falling" snowflakes (ie. moving, thus
considered to be "active".)
vMax
---------------
Defines the maximum X and Y velocities for the storm.
A range up to this value is selected at random.
flakeWidth
---------------
The width (in pixels) of each snowflake image.
flakeHeight
---------------
Height (pixels) of each snowflake image.
flakeBottom
---------------
Limits the "bottom" coordinate of the snow.
snowStick
---------------
Allows the snow to "stick" to the bottom of the window.
When off, snow will never sit at the bottom.
snowCollect
---------------
Enables snow to pile up (slowly) at bottom of window.
Can be very CPU/resource-intensive over time.
Also requires snowStick = true.
followMouse
---------------
Allow the mouse to affect the "wind", left-to-right.
*/
var snowStorm = null;
function SnowStorm() {
// PROPERTIES
// ------------------
var imagePath = 'images/snow/'; // relative path to snow images (including trailing slash)
var flakesMax = 128;
var flakesMaxActive = 64;
var vMaxX = 12;
var vMaxY = 10;
var usePNG = false;
var flakeBottom = null; // Integer for fixed bottom, 0 or null for "full-screen" snow effect
var snowStick = false;
var snowCollect = false;
var targetElement = null; // element which snow will be appended to (document body if undefined)
var followMouse = false;
var flakeTypes = 1;
var flakeWidth = 8;
var flakeHeight = 8;
// ------------------
var zIndex = 1; // CSS stacking order applied to each snowflake
var flakeLeftOffset = 0; // amount to subtract from edges of container
var flakeRightOffset = 0; // amount to subtract from edges of container
// --- End of user section ---
var addEvent = function(o,evtName,evtHandler) {
typeof(attachEvent)=='undefined'?o.addEventListener(evtName,evtHandler,false):o.attachEvent('on'+evtName,evtHandler);
}
var removeEvent = function(o,evtName,evtHandler) {
typeof(attachEvent)=='undefined'?o.removeEventListener(evtName,evtHandler,false):o.detachEvent('on'+evtName,evtHandler);
}
var classContains = function(o,cStr) {
return (typeof(o.className)!='undefined'?o.className.indexOf(cStr)+1:false);
}
var s = this;
var storm = this;
this.timers = [];
this.flakes = [];
this.disabled = false;
this.terrain = [];
this.active = false;
var isIE = navigator.userAgent.match(/msie/i);
var isIE6 = navigator.userAgent.match(/msie 6/i);
var isOldIE = (isIE && (isIE6 || navigator.userAgent.match(/msie 5/i)));
var isWin9X = navigator.appVersion.match(/windows 98/i);
var isiPhone = navigator.userAgent.match(/iphone/i);
var isBackCompatIE = (isIE && document.compatMode == 'BackCompat');
var isOpera = navigator.userAgent.match(/opera/i);
if (isOpera) isIE = false; // Opera (which may be sneaky, pretending to be IE by default)
var noFixed = (isBackCompatIE || isIE6 || isiPhone);
var screenX = null;
var screenX2 = null;
var screenY = null;
var scrollY = null;
var vRndX = null;
var vRndY = null;
var windOffset = null;
var windMultiplier = null;
var pngSupported = (!isIE || (isIE && !isIE6 && !isOldIE)); // IE <7 doesn't do PNG nicely without crap filters
var docFrag = document.createDocumentFragment();
this.oControl = null; // toggle element
if (flakeLeftOffset == null) flakeLeftOffset = 0;
if (flakeRightOffset == null) flakeRightOffset = 0;
function rnd(n,min) {
if (isNaN(min)) min = 0;
return (Math.random()*n)+min;
}
this.randomizeWind = function() {
vRndX = plusMinus(rnd(vMaxX,0.2));
vRndY = rnd(vMaxY,0.2);
if (this.flakes) {
for (var i=0; i<this.flakes.length; i++) {
if (this.flakes[i].active) this.flakes[i].setVelocities();
}
}
}
function plusMinus(n) {
return (parseInt(rnd(2))==1?n*-1:n);
}
this.scrollHandler = function() {
// "attach" snowflakes to bottom of window if no absolute bottom value was given
scrollY = (flakeBottom?0:parseInt(window.scrollY||document.documentElement.scrollTop||document.body.scrollTop));
if (isNaN(scrollY)) scrollY = 0; // Netscape 6 scroll fix
if (!flakeBottom && s.flakes) {
for (var i=0; i<s.flakes.length; i++) {
if (s.flakes[i].active == 0) s.flakes[i].stick();
}
}
}
this.resizeHandler = function() {
if (window.innerWidth || window.innerHeight) {
screenX = window.innerWidth-(!isIE?16:2)-flakeRightOffset;
screenY = (flakeBottom?flakeBottom:window.innerHeight);
} else {
screenX = (document.documentElement.clientWidth||document.body.clientWidth||document.body.scrollWidth)-(!isIE?8:0)-flakeRightOffset;
screenY = flakeBottom?flakeBottom:(document.documentElement.clientHeight||document.body.clientHeight||document.body.scrollHeight);
}
screenX2 = parseInt(screenX/2);
}
this.resizeHandlerAlt = function() {
screenX = targetElement.offsetLeft+targetElement.offsetWidth-flakeRightOffset;
screenY = flakeBottom?flakeBottom:targetElement.offsetTop+targetElement.offsetHeight;
screenX2 = parseInt(screenX/2);
}
this.freeze = function() {
// pause animation
if (!s.disabled) {
s.disabled = 1;
} else {
return false;
}
for (var i=0; i<s.timers.length; i++) {
clearInterval(s.timers[i]);
}
}
this.resume = function() {
if (s.disabled) {
s.disabled = 0;
} else {
return false;
}
s.timerInit();
}
this.toggleSnow = function() {
if (!s.flakes.length) {
// first run
s.start();
s.setControlActive(true);
} else {
s.active = !s.active;
if (s.active) {
s.show();
s.resume();
s.setControlActive(true);
} else {
s.stop();
s.freeze();
s.setControlActive(false);
}
}
}
this.stop = function() {
this.freeze();
for (var i=this.flakes.length; i--;) {
this.flakes[i].o.style.display = 'none';
}
removeEvent(window,'scroll',s.scrollHandler);
removeEvent(window,'resize',s.resizeHandler);
if (!isIE) {
removeEvent(window,'blur',s.freeze);
removeEvent(window,'focus',s.resume);
}
// removeEventHandler(window,'resize',this.resizeHandler,false);
}
this.show = function() {
for (var i=this.flakes.length; i--;) {
this.flakes[i].o.style.display = 'block';
}
}
this.SnowFlake = function(parent,type,x,y) {
var s = this;
var storm = parent;
this.type = type;
this.x = x||parseInt(rnd(screenX-20));
this.y = (!isNaN(y)?y:-rnd(screenY)-12);
if (this.x < 0) {
this.x = this.x * -1;
}
if (this.y < 0) {
this.y = this.y * -1;
}
this.vX = null;
this.vY = null;
this.vAmpTypes = [2.0,1.0,1.25,1.0,1.5,1.75]; // "amplification" for vX/vY (based on flake size/type)
this.vAmp = this.vAmpTypes[this.type];
this.active = 1;
this.o = document.createElement('img');
this.o.style.position = 'absolute';
this.o.style.width = flakeWidth+'px';
this.o.style.height = flakeHeight+'px';
this.o.style.fontSize = '1px'; // so IE keeps proper size
this.o.style.zIndex = zIndex;
this.o.src = imagePath+this.type+(pngSupported && usePNG?'.png':'.gif');
docFrag.appendChild(this.o);
this.refresh = function() {
s.o.style.left = s.x+'px';
s.o.style.top = s.y+'px';
}
this.stick = function() {
if (noFixed || (targetElement != document.documentElement && targetElement != document.body)) {
s.o.style.top = (screenY+scrollY-flakeHeight-storm.terrain[Math.floor(s.x)])+'px';
} else {
s.o.style.display = 'none';
s.o.style.top = 'auto';
s.o.style.bottom = '0px';
s.o.style.position = 'fixed';
s.o.style.display = 'block';
}
}
this.vCheck = function() {
if (s.vX>=0 && s.vX<0.2) {
s.vX = 0.2;
} else if (s.vX<0 && s.vX>-0.2) {
s.vX = -0.2;
}
if (s.vY>=0 && s.vY<0.2) {
s.vY = 0.2;
}
}
this.move = function() {
var vX = s.vX*windOffset;
s.x += vX;
s.y += (s.vY*s.vAmp);
if (vX >= 0 && (s.x >= screenX || screenX-s.x < (flakeWidth+1))) { // X-axis scroll check
s.x = 0;
} else if (vX < 0 && s.x-flakeLeftOffset<0-flakeWidth) {
s.x = screenX-flakeWidth-1; // flakeWidth;
}
s.refresh();
var yDiff = screenY+scrollY-s.y-storm.terrain[Math.floor(s.x)];
if (yDiff<flakeHeight) {
s.active = 0;
if (snowCollect && snowStick) {
var height = [0.75,1.5,0.75];
for (var i=0; i<2; i++) {
storm.terrain[Math.floor(s.x)+i+2] += height[i];
}
}
s.o.style.left = (s.x/screenX*100)+'%'; // set "relative" left (change with resize)
if (!flakeBottom) {
if (snowStick) {
s.stick();
} else {
s.recycle();
}
}
}
}
this.animate = function() {
// main animation loop
// move, check status, die etc.
s.move();
}
this.setVelocities = function() {
s.vX = vRndX+rnd(vMaxX*0.12,0.8);
s.vY = vRndY+rnd(vMaxY*0.12,0.8);
}
this.recycle = function() {
s.o.style.display = 'none';
s.o.style.position = 'absolute';
s.o.style.bottom = 'auto';
s.setVelocities();
s.vCheck();
s.x = parseInt(rnd(screenX-flakeWidth-20));
s.y = parseInt(rnd(screenY)*-1)-flakeHeight;
s.o.style.left = s.x+'px';
s.o.style.top = s.y+'px';
s.o.style.display = 'block';
s.active = 1;
}
this.recycle(); // set up x/y coords etc.
this.refresh();
}
this.snow = function() {
var active = 0;
var used = 0;
var waiting = 0;
for (var i=s.flakes.length; i--;) {
if (s.flakes[i].active == 1) {
s.flakes[i].move();
active++;
} else if (s.flakes[i].active == 0) {
used++;
} else {
waiting++;
}
}
if (snowCollect && !waiting) { // !active && !waiting
// create another batch of snow
s.createSnow(flakesMaxActive,true);
}
if (active<flakesMaxActive) {
with (s.flakes[parseInt(rnd(s.flakes.length))]) {
if (!snowCollect && active == 0) {
recycle();
} else if (active == -1) {
active = 1;
}
}
}
}
this.mouseMove = function(e) {
if (!followMouse) return true;
var x = parseInt(e.clientX);
if (x<screenX2) {
windOffset = -windMultiplier+(x/screenX2*windMultiplier);
} else {
x -= screenX2;
windOffset = (x/screenX2)*windMultiplier;
}
}
this.createSnow = function(limit,allowInactive) {
for (var i=0; i<limit; i++) {
s.flakes[s.flakes.length] = new s.SnowFlake(s,parseInt(rnd(flakeTypes)));
if (allowInactive || i>flakesMaxActive) s.flakes[s.flakes.length-1].active = -1;
}
targetElement.appendChild(docFrag);
}
this.timerInit = function() {
s.timers = (!isWin9X?[setInterval(s.snow,20)]:[setInterval(s.snow,75),setInterval(s.snow,25)]);
}
this.init = function() {
for (var i=0; i<2048; i++) {
s.terrain[i] = 0;
}
s.randomizeWind();
s.createSnow(snowCollect?flakesMaxActive:flakesMaxActive*2); // create initial batch
addEvent(window,'resize',s.resizeHandler);
addEvent(window,'scroll',s.scrollHandler);
if (!isIE) {
addEvent(window,'blur',s.freeze);
addEvent(window,'focus',s.resume);
}
s.resizeHandler();
s.scrollHandler();
if (followMouse) {
addEvent(document,'mousemove',s.mouseMove);
}
s.timerInit();
}
var didInit = false;
this.start = function(bFromOnLoad) {
if (!didInit) {
didInit = true;
} else if (bFromOnLoad) {
// already loaded and running
return true;
}
if (typeof targetElement == 'string') {
targetElement = document.getElementById(targetElement);
if (!targetElement) throw new Error('Snowstorm: Unable to get targetElement');
}
if (!targetElement) {
targetElement = (!isIE?(document.documentElement?document.documentElement:document.body):document.body);
}
if (targetElement != document.documentElement && targetElement != document.body) s.resizeHandler = s.resizeHandlerAlt; // re-map handler to get element instead of screen dimensions
s.resizeHandler(); // get bounding box elements
if (screenX && screenY && !s.disabled) {
s.init();
s.active = true;
}
}
if (document.addEventListener) {
// safari 3.0.4 doesn't do DOMContentLoaded, maybe others - use a fallback to be safe.
document.addEventListener('DOMContentLoaded',function(){s.start(true)},false);
window.addEventListener('load',function(){s.start(true)},false);
} else {
addEvent(window,'load',function(){s.start(true)});
}
}
snowStorm = new SnowStorm();

View File

@ -1,86 +0,0 @@
imgFColor = new Image();
imgFColor.src = "images/toolbar/fcolor.gif";
imgBGColor = new Image();
imgBGColor.src = "images/toolbar/bgcolor.gif";
imgBold = new Image();
imgBold.src = "images/toolbar/bold.gif";
imgItalic = new Image();
imgItalic.src = "images/toolbar/italic.gif";
imgUnderline = new Image();
imgUnderline.src = "images/toolbar/underline.gif";
imgStrike = new Image();
imgStrike.src = "images/toolbar/strike.gif";
imgLink = new Image();
imgLink.src = "images/toolbar/link.gif";
imgImage = new Image();
imgImage.src = "images/toolbar/image.gif"
imgSmiley = new Image();
imgSmiley.src = "images/toolbar/smiley.gif";
var mnuFGround = "Menu1";
var mnuBGround = "Menu2";
var mnuSmiley = "Menu3";
var btnfcolorname = "FColor";
var btnbgcolorname = "BGColor";
var btnboldname = "bold";
var btnitalname = "italic";
var btnundname = "underline";
var btnstrikename = "strike";
var btnlinkname = "link";
var btnimagename = "image";
var btnsmileyname = "smiley";
var boldOpen = "[b]";
var boldClose = "[/b]";
var boldDown = 0;
var italOpen = "[i]";
var italClose = "[/i]";
var italDown = 0;
var undOpen = "[u]";
var undClose = "[/u]";
var undDown = 0;
var strkOpen = "[s]";
var strkClose = "[/s]";
var strkDown = 0;
var linkOpen = "[url]";
var linkClose = "[/url]";
var linkDown = 0;
var imageOpen = "[img]";
var imageClose = "[/img]";
var imageDown = 0;
function checkBrowser()
{
return (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4); //checks to see if IE is running
}
function checkKey(btnNumber, e)
{
if(e.keyCode==btnNumber)
{
return true;
}
else
{
return false;
}
}
function doCode(code)
{
window.document.REPLIER.message.value+=code;
}

View File

@ -1,93 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root."/lib/layout.php";
$css.="
.topstretch {height: 173px; width: 100%; background: #ffffff url(".$bconf[boardurl]."/images/acmlmboard/topstretch.jpg);}
.banner {height: 173px; width: 800px; background: #ffffff url(".$bconf[boardurl]."/images/acmlmboard/aceboardtitlepic.jpg)}
.leftstretch {height: 100%; width: 110px; background: #ffffff; vertical-align: top; border-right: thin dashed #0D125C}
.mainthing {background: #202245; vertical-align: top;}
.headlinks {background: #ffffff url(".$bconf[boardurl]."/images/acmlmboard/headlinksbg.jpg); height: 25px; font: 13px arial; color: #ffffff;}
.headlinks A{color: #ffffff; text-decoration: none; font: 13px arial}
.headlinks A:visited{color: #ffffff; text-decoration: none; font: 13px arial}
.headlinks A:hover{color: #ffffff; text-decoration: none; font: 13px arial}
.headlinks A:active{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaceshead {background: #0D125C url(".$bconf[boardurl]."/images/acmlmboard/myplaces.jpg); height: 17px; width:100%; background-repeat: no-repeat;}
.myplaces {background: #ffffff; width:100%; vertical-align: top; font:13px tahoma; color:#0D125C}
.myplaces A{color: #0D125C; text-decoration: none; font: 13px arial}
.myplaces A:visited{color: #0D125C; text-decoration: none; font: 13px arial}
.myplaces A:hover{color: #0D125C; text-decoration: none; font: 13px arial}
.myplaces A:active{color: #0D125C; text-decoration: none; font: 13px arial}
.boardinfo {background: #ffffff; width:100%; vertical-align: bottom; font:10px tahoma; color:#0D125C}
.boardinfo A{color: #0D125C; text-decoration: none; font: 13px arial}
.boardinfo A:visited{color: #0D125C; text-decoration: none; font: 13px arial}
.boardinfo A:hover{color: #0D125C; text-decoration: none; font: 13px arial}
.boardinfo A:active{color: #0D125C; text-decoration: none; font: 13px arial}
</STYLE>";
$css.=$basecode;
$header1="<html><head>$css<title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
<body>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=topstretch align=left>
<table cellpadding=0 cellspacing=0>
<td class=banner>
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
</td>
</table>
</td>
<tr>
<td class=headlinks>
<table cellpadding=0 cellspacing=0 width=100%>
<td align=left class=headlinks>
Views: $views
</td>
<td align=center class=headlinks>";
if($loguser[powerlevel]>=$bconf[searchfunction]){
$searchlink="<a href=".$bconf[boardurl]."/search.php>Search</a>";
}
$header2=nav2mod("
</td>
<td align=right class=headlinks>
".date($dateformat,ctime()+$tzoff)."
</td>
</table>
</td>
<tr>
<td>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=leftstretch>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=myplaceshead valign=top>
</td>
<tr>
<td class=myplaces>","<br>","</td>
</table>
</td>
<td>
<table width=100% height=100%>
<td class=mainthing>");
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed>
</td>
<tr>
<td colspan=3 class='table tbl tdbg1 center fonts'>$race<br>
<center>
<a href=$siteurl>$sitename</a><br>
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>
$copyright<br>
<img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
</center>
</td>
</table>
</td>
</table>
</td>
</table>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,93 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root."/lib/layout.php";
$css.="
.topstretch {height: 257px; width: 100%; background: #ffffff url(".$bconf[boardurl]."/images/alliance/topstretch.jpg);}
.banner {height: 257px; width: 800px; background: #ffffff url(".$bconf[boardurl]."/images/alliance/alliancetitlepic2.jpg)}
.leftstretch {height: 100%; width: 110px; min-width:110px; background: #4B2742; vertical-align: top; border-right: thin dashed #E6299D}
.mainthing {background: #4B2742; vertical-align: top; padding: 1px;}
.headlinks {background: #ffffff url(".$bconf[boardurl]."/images/alliance/headlinksbg.jpg); height: 25px; font: 13px arial; color: #DAD218;}
.headlinks A{color: #DAD218; text-decoration: none; font: 13px arial}
.headlinks A:visited{color: #DAD218; text-decoration: none; font: 13px arial}
.headlinks A:hover{color: #DAD218; text-decoration: none; font: 13px arial}
.headlinks A:active{color: #DAD218; text-decoration: none; font: 13px arial}
.myplaceshead {background: #52814F url(".$bconf[boardurl]."/images/alliance/myplaces.jpg); height: 17px; width:100%; background-repeat: no-repeat;}
.myplaces {background: #4B2742; width:100%; vertical-align: top; font:13px tahoma; color:#0B3708}
.myplaces A{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:visited{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:hover{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:active{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo {background: #4B2742; width:100%; vertical-align: bottom; font:10px tahoma; color:#ffffff}
.boardinfo A{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:visited{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:hover{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:active{color: #ffffff; text-decoration: none; font: 13px arial}
</STYLE>";
$css.=$basecode;
$header1="<html><head>$css<title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
<body>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=topstretch align=left>
<table cellpadding=0 cellspacing=0>
<td class=banner>
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
</td>
</table>
</td>
<tr>
<td class=headlinks>
<table cellpadding=0 cellspacing=0 width=100%>
<td align=left class=headlinks>
Views: $views
</td>
<td align=center class=headlinks>";
if($loguser[powerlevel]>=$bconf[searchfunction]){
$searchlink="<a href=".$bconf[boardurl]."/search.php>Search</a>";
}
$header2=nav2mod("
</td>
<td align=right class=headlinks>
".date($dateformat,ctime()+$tzoff)."
</td>
</table>
</td>
<tr>
<td>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=leftstretch>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=myplaceshead valign=top>
</td>
<tr>
<td class=myplaces>","<br>","</td>
</table>
</td>
<td>
<table width=100% height=100%>
<td class=mainthing>");
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed>
</td>
<tr>
<td colspan=3 class='table tb2 tdbg1 center fonts'>$race<br><br>
<center>
<a href=$siteurl>$sitename</a><br>
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>
$copyright<br>
<img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
</center>
</td>
</table>
</td>
</table>
</td>
</table>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,37 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,41 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_title=1;
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,23 +0,0 @@
<?php
global $TEMPLATE_VARS;
?>
<table><tr><td>id</td><td>title</td></tr>
<?php
while ($res = mysql_fetch_assoc($TEMPLATE_VARS["lastreplied"])) {
?>
<hr>
<tr><td><? print $res["id"] ?></td><td><? print $res["title"] ?></td></tr>
<?php
} ?>
</table>
<br>
Favorited threads:
<br>
<?php
while ($res = mysql_fetch_assoc($TEMPLATE_VARS["favorited"])) {
var_dump($res); ?> <br> <?php
} ?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,93 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root."/lib/layout.php";
$css.="
.topstretch {height: 257px; width: 100%; background: #ffffff url(".$bconf[boardurl]."/images/horde/topstretch.jpg);}
.banner {height: 257px; width: 800px; background: #ffffff url(".$bconf[boardurl]."/images/horde/hordetitlepic.jpg)}
.leftstretch {height: 100%; width: 110px; background: #112E28; vertical-align: top; border-right: thin dashed #14C099}
.mainthing {background: #112E28; vertical-align: top;}
.headlinks {background: #ffffff url(".$bconf[boardurl]."/images/horde/headlinksbg.jpg); height: 25px; font: 13px arial; color: #14C099;}
.headlinks A{color: #14C099; text-decoration: none; font: 13px arial}
.headlinks A:visited{color: #14C099; text-decoration: none; font: 13px arial}
.headlinks A:hover{color: #14C099; text-decoration: none; font: 13px arial}
.headlinks A:active{color: #14C099; text-decoration: none; font: 13px arial}
.myplaceshead {background: #52814F url(".$bconf[boardurl]."/images/horde/myplaces.jpg); height: 17px; width:100%; background-repeat: no-repeat;}
.myplaces {background: #112E28; width:100%; vertical-align: top; font:13px tahoma; color:#0B3708}
.myplaces A{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:visited{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:hover{color: #ffffff; text-decoration: none; font: 13px arial}
.myplaces A:active{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo {background: #112E28; width:100%; vertical-align: bottom; font:10px tahoma; color:#ffffff}
.boardinfo A{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:visited{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:hover{color: #ffffff; text-decoration: none; font: 13px arial}
.boardinfo A:active{color: #ffffff; text-decoration: none; font: 13px arial}
</STYLE>";
$css.=$basecode;
$header1="<html><head>$css<title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
<body>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=topstretch align=left>
<table cellpadding=0 cellspacing=0>
<td class=banner>
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
</td>
</table>
</td>
<tr>
<td class=headlinks>
<table cellpadding=0 cellspacing=0 width=100%>
<td align=left class=headlinks>
Views: $views
</td>
<td align=center class=headlinks>";
if($loguser[powerlevel]>=$bconf[searchfunction]){
$searchlink="<a href=".$bconf[boardurl]."/search.php>Search</a>";
}
$header2=nav2mod("
</td>
<td align=right class=headlinks>
".date($dateformat,ctime()+$tzoff)."
</td>
</table>
</td>
<tr>
<td>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=leftstretch>
<table cellpadding=0 cellspacing=0 height=100% width=100%>
<td class=myplaceshead valign=top>
</td>
<tr>
<td class=myplaces>","<br>","</td>
</table>
</td>
<td>
<table width=100% height=100%>
<td class=mainthing>");
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed>
</td>
<tr>
<td colspan=3 class='table tbl tdbg1 center fonts'>$race<br>
<center>
<a href=$siteurl>$sitename</a><br>
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>
$copyright<br>
<img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
</center>
</td>
</table>
</td>
</table>
</td>
</table>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
?>

View File

@ -1,41 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_title=1;
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,41 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_title=1;
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
if(!$isindex) {$message_auto_notification=$privdisplay;}
$css.=$basecode;
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,38 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,40 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,100 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_nppic=1;
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root."/lib/layout.php";
$css.="
.topstretch {height: 200px; width: 100%; background: #ffffff url(".$bconf[boardurl]."/images/twilight/princess.jpg);background-repeat: no-repeat; background-position: right}
.banner {height: 200px; width: 500px; background: #ffffff url(".$bconf[boardurl]."/images/twilight/twilighttitlepic.jpg)}
.leftstretch {height: 100%; width: 110px; background: #ffffff; vertical-align: top; border-right: thin dashed #A5D1A}
.mainthing {background: #52814F; vertical-align: top;}
.headlinks {background: #ffffff url(".$bconf[boardurl]."/images/twilight/headlinksbg.jpg); height: 25px; font: 13px arial; color: #0B3708;}
.headlinks A{color: #0B3708; text-decoration: none; font: 13px arial}
.headlinks A:visited{color: #0B3708; text-decoration: none; font: 13px arial}
.headlinks A:hover{color: #0B3708; text-decoration: none; font: 13px arial}
.headlinks A:active{color: #0B3708; text-decoration: none; font: 13px arial}
.myplaceshead {background: #52814F url(".$bconf[boardurl]."/images/twilight/myplaces.jpg); height: 17px; width:100%; background-repeat: no-repeat;}
.myplaces {background: #ffffff; width:100%; vertical-align: top; font:13px tahoma; color:#0B3708}
.myplaces A{color: #0B3708; text-decoration: none; font: 13px arial}
.myplaces A:visited{color: #0B3708; text-decoration: none; font: 13px arial}
.myplaces A:hover{color: #0B3708; text-decoration: none; font: 13px arial}
.myplaces A:active{color: #0B3708; text-decoration: none; font: 13px arial}
.boardinfo {background: #ffffff; width:100%; vertical-align: bottom; font:10px tahoma; color:#0B3708}
.boardinfo A{color: #0B3708; text-decoration: none; font: 13px arial}
.boardinfo A:visited{color: #0B3708; text-decoration: none; font: 13px arial}
.boardinfo A:hover{color: #0B3708; text-decoration: none; font: 13px arial}
.boardinfo A:active{color: #0B3708; text-decoration: none; font: 13px arial}
</STYLE>";
$nmcol[0]=array('-1'=>'5B5B5B','3460E0','D8E8FE','AFFABE','FFEA95');
$nmcol[1]=array('-1'=>'5B5B5B','E936A6','FFB3F3','9912D3','C53A9E');
$nmcol[2]=array('-1'=>'5B5B5B','5F468C','D86366','2D7225','F0C40F');
$css.=$basecode;
$header1="<html><head>$css<title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
<body>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=topstretch align=left>
<table cellpadding=0 cellspacing=0>
<td class=banner>
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
</td>
</table>
</td>
<tr>
<td class=headlinks>
<table cellpadding=0 cellspacing=0 width=100%>
<td align=left class=headlinks>
Views: $views
</td>
<td align=center class=headlinks>";
if($loguser[powerlevel]>=$bconf[searchfunction]){
$searchlink="<a href=".$bconf[boardurl]."/search.php>Search</a>";
}
$header2=nav2mod("
</td>
<td align=right class=headlinks>
".date($dateformat,ctime()+$tzoff)."
</td>
</table>
</td>
<tr>
<td>
<table cellpadding=0 cellspacing=0 width=100% height=100%>
<td class=leftstretch>
<table cellpadding=0 cellspacing=0 height=100%>
<td class=myplaceshead valign=top>
</td>
<tr>
<td class=myplaces>","<br>","</td>
</table>
</td>
<td>
<table width=100% height=100%>
<td class=mainthing>");
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed>
</td>
<tr>
<td colspan=3 class='table tbl tdbg1 center fonts'>$race<br>
<center>
<a href=$siteurl>$sitename</a><br>
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>
$copyright<br>
<img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
</center>
</td>
</table>
</td>
</table>
</td>
</table>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
?>

View File

@ -1,41 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
$layout_decl_title=1;
$layout_decl_nrpic=1;
$layout_decl_ntpic=1;
require_once $root.'/lib/layout.php';
$css.="</style>";
$css.=$basecode;
if(!$isindex) {$message_auto_notification=$privdisplay;}
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>
<td class='tbl tdbg1 center'>$boardtitle</td>
$tblend$tblstart
<td colspan=3 class='tbl tdbg1 center fonts'>";
$header2="
<tr>
<td width=120 class='tbl tdbg2 center fonts'><nobr>Views: $views<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1></td>
<td width=100% class='tbl tdbg2 center fonts'>$headlinks2</td>
<td width=120 class='tbl tdbg2 center fonts'><nobr>".date($dateformat,ctime()+$tzoff)."<br><img src=".$bconf[boardurl]."/images/_.gif width=120 height=1><tr>
<td colspan=3 class='tbl tdbg1 center fonts'>$race
$tblend
$message_auto_notification
</center>
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
$stamptime=1;
?>

View File

@ -1,50 +0,0 @@
<?php
if(!function_exists(libdec)){die('The required libraries have not been defined.');}
require_once $root.'/lib/layout.php';
$css.="
.headLinks A:link { color: #F3DE4F; text-decoration:none;font:11px arial;}
.headLinks A:visited { color: #F3DE4F; text-decoration:none;font:11px arial;}
.headLinks A:active { color: #F3DE4F; text-decoration:none;font:11px arial;}
.headLinks A:hover { color: #F3DE4F; text-decoration:none;font:11px arial;}
.tdbghead {color:#8D751D;
font:13px arial;
vertical-align:bottom
}
.boardNavBg {background: #210207}
.pagecontainer {width:700px}
.leftmargin {background-image:url(".$bconf[boardurl]."/images/leftmargin.jpg); background-attachment:fixed;background-repeat:no-repeat; width:100}
.rightmargin {background-image:url(".$bconf[boardurl]."/images/rightmargin.jpg); background-attachment:fixed;background-repeat:no-repeat}; width:100}";
$css.="</style>";
$css.=$basecode;
$header1="<html><head><title>$windowtitle</title><LINK REL=SHORTCUTICON HREF=".$bconf[boardurl]."/favicon.ico>
$css
</head><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; CHARSET=utf-8\">
$body
<center>
$tblstart
<center>
<table class='pageContainer'>
<td>
<table cellspacing=0 width=100%>
<td class='tdbghead center headLinks right'background=".$bconf[boardurl]."/images/yoshischeme/acebanner2.jpg width=100% height=200>
<form action=$bconf[boardurl]/login.php method=post name=logout><input type=hidden name=action value=logout></form>";
$header2="
<br>
$headlinks2
</td>
$tblend
";
$footer="
</textarea></form></embed></noembed></noscript></noembed></embed></table></td></table></table>
<center>$smallfont<br><br><a href=$siteurl>$sitename</a><br>$affiliatelinks
<a href=\"".$bconf[boardurl]."/versions.php\">AcmlmBoard $version</a><br>$copyright<br><img src=".$bconf[boardurl]."/images/poweredbyacmlm.gif><br><img src=".$bconf[boardurl]."/images/newbadges-1b0.png>
<br><a href=http://www.big-boards.com/highlight/99/><img src=http://www.big-boards.com/img/ltu/99a.png style=\"border:1px solid black\" alt=\"One of the largest message boards on the web!\"></a>
</body></html>
";
function makeheader($header1,$headlinks,$header2){return $header1.$headlinks.$header2;}
$header=makeheader($header1,$headlinks,$header2);
if($ipbanned) die("$header<br>$tblstart$tccell1>Sorry, but your IP address is banned from this board.$tblend$footer");
?>