commit 658dc406413217a82f803aa6f1b0dd4691bd1a63 Author: Jim Infield Date: Thu Jan 1 12:00:00 2009 -0600 import of old work diff --git a/bcs.php3 b/bcs.php3 new file mode 100644 index 0000000..d4357f8 --- /dev/null +++ b/bcs.php3 @@ -0,0 +1,14 @@ +\n"); +print("\n"); +print("\n"); +print("\n\n"); +print("\n"); +print("

Check back later for further developments...\n"); +print("\n"); +?> diff --git a/blank.php3 b/blank.php3 new file mode 100644 index 0000000..6257b31 --- /dev/null +++ b/blank.php3 @@ -0,0 +1,9 @@ +\n"); +print("\n"); +print("\n\n"); +print(" \n"); +print("\n"); +?> diff --git a/gdtest.php b/gdtest.php new file mode 100644 index 0000000..5bf2b29 --- /dev/null +++ b/gdtest.php @@ -0,0 +1,55 @@ + 0 ) { return $gd_ver; } + // Use the gd_info() function if possible. + if (function_exists('gd_info')) { + $ver_info = gd_info(); + preg_match('/\d/', $ver_info['GD Version'], $match); + $gd_ver = $match[0]; + return $match[0]; + } + // If phpinfo() is disabled use a specified / fail-safe choice... + if (preg_match('/phpinfo/', ini_get('disable_functions'))) { + if ($user_ver == 2) { + $gd_ver = 2; + return 2; + } else { + $gd_ver = 1; + return 1; + } + } + // ...otherwise use phpinfo(). + ob_start(); + phpinfo(8); + $info = ob_get_contents(); + ob_end_clean(); + $info = stristr($info, 'gd version'); + preg_match('/\d/', $info, $match); + $gd_ver = $match[0]; + return $match[0]; +} // End gdVersion() + +// Usage: + +if ($gdv = gdVersion()) { + if ($gdv >=2) { + echo 'TrueColor functions may be used.'; + } else { + echo 'GD version is 1. Avoid the TrueColor functions.'; + } +} else { + echo "The GD extension isn't loaded."; +} +?> + diff --git a/images/BCS_Logo.swf b/images/BCS_Logo.swf new file mode 100644 index 0000000..51d7eaa Binary files /dev/null and b/images/BCS_Logo.swf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..661ed09 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + +Bullseye Computing Services + + + + + + + + + diff --git a/index.unavailable.html b/index.unavailable.html new file mode 100644 index 0000000..6ba3299 --- /dev/null +++ b/index.unavailable.html @@ -0,0 +1,44 @@ + + + +Unavailable + + + +

unavailable

+

This site is no longer available

+ + diff --git a/obms/banner.php3 b/obms/banner.php3 new file mode 100644 index 0000000..5ef1bd8 --- /dev/null +++ b/obms/banner.php3 @@ -0,0 +1,30 @@ +dat; + $size = getimagesize($image); + print("
class>\nurl\">\n"); + print("\"$item-alt\" "); + print("border=0>\n
\n\n"); + } + } +} +?> diff --git a/obms/db.php3 b/obms/db.php3 new file mode 100644 index 0000000..4460716 --- /dev/null +++ b/obms/db.php3 @@ -0,0 +1,45 @@ + diff --git a/obms/html.php3 b/obms/html.php3 new file mode 100644 index 0000000..3a14e7b --- /dev/null +++ b/obms/html.php3 @@ -0,0 +1,93 @@ +\n\n$page->title\n"); + print("target\">\n"); + print("style "); + print("type=text/css>\n\nbgimage) print(" background=\"$page->bgimage\""); + print(">\n"); + return($page->id); +} + +function finish($page) { + $prev = $page->prev; + $next = $page->next; + print("
\n
\n"); + if($page->content == "home") + print("\n"); + print("
\n"); + if($prev) { + print(""); + print("\n"); + } + if($next) { + print(""); + print("\n"); + } + include("$page->footer"); + print("\n"); +} + +function clear($item) { + if($item->clear) { + print("clear != "br") print(" clear=$item->clear"); + print(">\n"); + } +} + +function text($item) { + if($item->class && $item->class != "float") { + print("class\""); + print(">\n"); + } + print("$item->dat\n"); + if($item->class == "title") print("
\n"); + if($item->class && $item->class != "float") print("
\n"); + clear($item); +} + +function image($item) { + $image = $item->dat; + $size = getimagesize($image); + if($item->url) { + $href = "url\">\n"; + $cap = ""; + } + if($item->class) { + if($item->class == "center" || $item->class == "banner") { + $div = "
class\">\n"; + } else { + $div = "
\n"; + $float = "align=\"$item->class\""; + } + } + print("$div"); + print("$href"); + print("alt\" "); + print("$float border=0>$cap\n"); + clear($item); +} + +function insert($item) { + if($item->class) print("
class\">\n"); + include($item->dat); + if($item->class) print("
\n"); +} + +function lookup($item) { + $result = fopen("$item->dat","r"); + print("class) print(" class=\"$item->class\""); + print(">\n"); + fpassthru($result); + print("
\n"); + clear($item); +} diff --git a/obms/index.html b/obms/index.html new file mode 100644 index 0000000..9b39c65 --- /dev/null +++ b/obms/index.html @@ -0,0 +1,9 @@ + + +Olive Branch, MS. - Chamber of Commerce + + + + + + diff --git a/preview/images/SiteLogo.jpg b/preview/images/SiteLogo.jpg new file mode 100644 index 0000000..dcc9400 Binary files /dev/null and b/preview/images/SiteLogo.jpg differ diff --git a/preview/images/spacer.gif b/preview/images/spacer.gif new file mode 100644 index 0000000..d794434 Binary files /dev/null and b/preview/images/spacer.gif differ diff --git a/preview/layered.html b/preview/layered.html new file mode 100644 index 0000000..14dac54 --- /dev/null +++ b/preview/layered.html @@ -0,0 +1,35 @@ + + + +Layered Layout + + + + + +
+ + + + + + + + + +
  +

Page Title

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam + erat, sed diam voluptua. At vero eos et accusam et justo duo dolores + et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus + est Lorem ipsum dolor sit amet. 1962

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet 2003.

+
+
+ + diff --git a/preview/letterhead.html b/preview/letterhead.html new file mode 100644 index 0000000..2208fc6 --- /dev/null +++ b/preview/letterhead.html @@ -0,0 +1,22 @@ + + + + Letterhead (negative margin) + + + +Bullseye Computing Services +
+
+
6740 Henredon Drive, Memphis, Tennessee 38141 +
+
  +
+ + diff --git a/preview/quote.html b/preview/quote.html new file mode 100644 index 0000000..faa2a46 --- /dev/null +++ b/preview/quote.html @@ -0,0 +1,40 @@ + + + +Quote + + + + + + +

Bullseye Computing Services

+
+6740 Henredon Drive, Memphis, Tennessee 38141 + + diff --git a/preview/sample.html b/preview/sample.html new file mode 100644 index 0000000..5261497 --- /dev/null +++ b/preview/sample.html @@ -0,0 +1,72 @@ + + +VHOST-NAME + + + + + + + + + + + + + + + + + + + + + + + + +
  +

Welcome to

+

.: VHOST-NAME :.

+
 
   
+

Our site is under + construction and will be available soon

+

 

+
+

Please visit us later +

+

You can contact us + at contact@VHOST-NAME

+

 

+ +

Note to webmaster :
+You can publish your site in htdocs directory using your username.

+ + + diff --git a/preview/simple.html b/preview/simple.html new file mode 100644 index 0000000..b1a8914 --- /dev/null +++ b/preview/simple.html @@ -0,0 +1,44 @@ + + + +VHOST-NAME + + + +

VHOST-NAME

+

This site is currently under construction

+ + \ No newline at end of file diff --git a/preview/styles/styles.css b/preview/styles/styles.css new file mode 100644 index 0000000..b55139e --- /dev/null +++ b/preview/styles/styles.css @@ -0,0 +1,60 @@ +table td { + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 10pt; +} +table { + background-color: #e0e7e0; + margin-top: 6pt; +} +body { + background-color: #eeeeee; +} +p { + text-indent: 12pt; +} +.title { + font-size: 24pt; + font-weight: bold; + color: #CCCCCC; + text-align: center; + padding-top: 20pt; + font-family: Verdana, Arial, Helvetica, sans-serif; +} +.banner { + background-color: #3399CC; +} +.intro { + font-size: 14pt; + font-style: italic; + font-weight: bold; + color: #99CCCC; + text-align: center; + padding-top: 20pt; +} +.note { + font-size: 14pt; + font-style: italic; + background-color: #009999; + text-align: center; + font-weight: bold; + color: #00FFCC; + padding-top: 20pt; +} +.pagetitle { + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 36pt; + font-style: italic; + color: #336699; + font-weight: bold; + text-align: center; + margin-top: 12px; + margin-bottom: 24px; +} +.sitetitle { + font-size: 60pt; + font-style: italic; + font-weight: bold; + text-align: center; + vertical-align: middle; + color: #336699; +} diff --git a/styles/basic.css b/styles/basic.css new file mode 100644 index 0000000..74c3c36 --- /dev/null +++ b/styles/basic.css @@ -0,0 +1,62 @@ + diff --git a/styles/bcs.css b/styles/bcs.css new file mode 100644 index 0000000..ce67e62 --- /dev/null +++ b/styles/bcs.css @@ -0,0 +1,62 @@ + diff --git a/styles/index.php3 b/styles/index.php3 new file mode 100644 index 0000000..489301b --- /dev/null +++ b/styles/index.php3 @@ -0,0 +1,5 @@ + diff --git a/test.php b/test.php new file mode 100644 index 0000000..b98b82d --- /dev/null +++ b/test.php @@ -0,0 +1,3 @@ +