Forum
Topics
Posts
Last Post
Test category 1
PHPBB MODIFICATIONS ~
All mods listed here go inside a forums description box, where this is written! enjoy!
Pre-veiw pic from your drive
window.defaultStatus= 'Welcome To PhpBB Modifications Forum!'**Your Board Message/s Here!!!***
Test codes here!
Generate Preview
Clear All
Reload
27
30
Wed Mar 29, 2006 2:56 pmMrtest
test5
E-MAIL THIS LINK
Enter recipient's e-mail:
var themonths=['January','February','March','April','May','June',
'July','August','September','October','November','December']
var todaydate=new Date()
var curmonth=todaydate.getMonth()+1 //get current month (1-12)
var curyear=todaydate.getFullYear() //get current year
function updatecalendar(theselection){
var themonth=parseInt(theselection[theselection.selectedIndex].value)+1
var calendarstr=buildCal(themonth, curyear, "main", "month", "daysofweek", "days", 0)
if (document.getElementById)
document.getElementById("calendarspace").innerHTML=calendarstr
}
document.write('Current Month ')
for (i=0; i<12; i++) //display option for 12 months of the year
document.write(''+themonths[i]+' '+curyear+' ')
//write out current month's calendar to start
document.write(buildCal(curmonth, curyear, "main", "month", "daysofweek", "days", 0))
2
2
Tue Apr 25, 2006 12:28 pmMrtest
Who is Online
Our users have posted a total of 32 articles We have 428 registered users The newest registered user is kamson
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest [ Administrator ] [ Moderator ] Most users ever online was 21 on Tue Mar 21, 2006 11:16 am Registered Users: None
This data is based on users active over the past five minutes
New posts
No new posts
Forum is locked
subCanvas theme by Scott Stubblefield