# HG changeset patch # User ethanzonca # Date 2009-06-06 23:09:29 # Node ID 6870d0ed394d2734511af8369b7ec85ce084fe9c # Parent ffe4eed5354906b26cca69113e9521ad81c5a466 web is gone, new repo to be made diff --git a/htdocs/.htaccess b/htdocs/.htaccess deleted file mode 100644 --- a/htdocs/.htaccess +++ /dev/null @@ -1,1 +0,0 @@ -Options +Indexes diff --git a/htdocs/add.php b/htdocs/add.php deleted file mode 100644 --- a/htdocs/add.php +++ /dev/null @@ -1,41 +0,0 @@ -The data was entered.... or so we hope\n"); -echo "$regkey"; - -$header = "From:UserBot"; -$subject = "Activate your DistRen Account"; -$body = "Here is your DistRen activation code: $regkey \n This code will allow you to someday activate your account!"; -mail($email, $subject, $body, $header); - - -# if($return == 9){ -# echo "whoa, that username exists already! Please try something else!"; -# } -# if($return == 0){ -# echo "okay, you have been registered. Now you need to check your email, and follow the link in it."; -# } - - -?> - diff --git a/htdocs/images/tile.png b/htdocs/images/tile.png deleted file mode 100644 index 218a7a98dca76b39a9dd4f38ff3a8ef43b582296..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - -DistRen :: Home - - - -
-

Welcome to DistRen :: Web Interface 0.1 Alpha



- -
-Todo: Write mysql code for stats... -

- -Test Actions:

- Add new user
- System Status
- Users and Stats
- Sql admin - -
- - diff --git a/htdocs/styles/index.css b/htdocs/styles/index.css deleted file mode 100644 --- a/htdocs/styles/index.css +++ /dev/null @@ -1,65 +0,0 @@ -html { - -} - -body { - background: #000000 url('../images/tile.png') top repeat-x; - color: #ffffff; - margin-top:0; -} - -#content { - border-right: 10px solid #630000; - width: 50%; - min-width:400px; - max-width:1000px; - margin:auto; - background: transparent url('../images/trans.png'); - padding: 5px; - text-align: center; -} - -#contentL { - border-left: 10px solid #333333; - border-right: 10px solid #333333; - width: 50%; - min-width:900px; - max-width:1000px; - margin:auto; - background: transparent url('../images/trans.png'); - padding: 5px; - text-align: left; -} - - - -h1 { - font: Bold 28px Helvetica, sans-serif; - text-transform: uppercase; - letter-spacing: -2px; -// bold wider small-caps -// ultra/extra/semi expanded/condensed -} - -.right { - text-align: left; -} - -#inputbox { - width: 350px;%; - margin:auto; - text-align: right; - -} - -.regkey { - color: #FF0000; -} - -.regdate { - color: #00FF00; -} - -li { - color: #FFFF00; -} diff --git a/htdocs/useradd.php b/htdocs/useradd.php deleted file mode 100644 --- a/htdocs/useradd.php +++ /dev/null @@ -1,24 +0,0 @@ - - -Distren :: UserAdd - - - -
-

Adding a user to distren

-Please enter your desired information:

- -
-
-First Name:
-Last Name:
-Username:
-Email Address:
- -
-
- - -
- - diff --git a/htdocs/usershow.php b/htdocs/usershow.php deleted file mode 100644 --- a/htdocs/usershow.php +++ /dev/null @@ -1,35 +0,0 @@ - - -DistRen :: User List - - - -
-

Registered User List :: For internal use only

-
    -"); -# printf($row["user_id"]); ## LI takes care of this -printf(" | %s\n", $row["email"], $row["name"]); -printf(" | Registered: %s", $row["regdate"], ""); -printf(" | Registration Key: "); -printf($row["regkey"], ""); -printf("
    "); -} - - - - - -?> -
- -