From 8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Fri, 29 Jul 2022 23:47:59 +0300 Subject: First commit --- contact.php | 80 +++++++++++++++++++++++++++++ css/voidnet.css | 63 +++++++++++++++++++++++ flashrunner/index.html | 62 ++++++++++++++++++++++ fonts/FreeSans.ttf | Bin 0 -> 1563256 bytes img/flashrunner.png | Bin 0 -> 10552 bytes img/htech.jpg | Bin 0 -> 137530 bytes img/voidnet_logo.png | Bin 0 -> 7291 bytes index.html | 55 ++++++++++++++++++++ server_status.php | 49 ++++++++++++++++++ servers.html | 61 ++++++++++++++++++++++ software.html | 56 ++++++++++++++++++++ wizardbot/index.html | 137 +++++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 563 insertions(+) create mode 100644 contact.php create mode 100644 css/voidnet.css create mode 100644 flashrunner/index.html create mode 100644 fonts/FreeSans.ttf create mode 100644 img/flashrunner.png create mode 100644 img/htech.jpg create mode 100644 img/voidnet_logo.png create mode 100644 index.html create mode 100644 server_status.php create mode 100644 servers.html create mode 100644 software.html create mode 100644 wizardbot/index.html diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..1d8bb05 --- /dev/null +++ b/contact.php @@ -0,0 +1,80 @@ + + + + + + + + + +Contact - VoidNet + + + +
+
+

Contact

+Success, your message was sent.
'; + } + else + { + echo '
Error: failed to send message.
'; + } + unset( $user_email ); + } + else + { + echo '
Error: given email is not valid email address.
'; + } + } + else + { + echo '
Error: you didn\'t enter email or message.
'; + } +} +?> +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/css/voidnet.css b/css/voidnet.css new file mode 100644 index 0000000..8192115 --- /dev/null +++ b/css/voidnet.css @@ -0,0 +1,63 @@ +@font-face{ + src: url("../fonts/FreeSans.ttf"); + font-family: "FreeSans"; +} + +body{ + background-image: url("../img/htech.jpg"); + background-size: cover; + background-attachment: fixed; + background-repeat: no-repeat; + font-family: "FreeSans"; +} + +a{ + color: #FFFF00; +} + +a:hover{ + color: #BFC700; +} + +.dark_navbar{ + background-color: rgba(0, 0, 0, 0.7); +} + +.navbar_logo{ + position: relative; + width: 64px; + height: 64px; +} + +.navbar_link{ + font-size: 20px; + color: #FFFFFF; +} + +.content_text{ + font-size: 16px; +} + +.wtext{ + color: #FFFFFF; +} + +.content_box{ + background-color: rgba(0, 0, 0, 0.7); + position: relative; + margin: auto; +} + +.content_title{ + font-size: 32px; +} + +.content_text{ + font-size: 18px; +} + +.dropdown_item_transition{ + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +} \ No newline at end of file diff --git a/flashrunner/index.html b/flashrunner/index.html new file mode 100644 index 0000000..5e3df2c --- /dev/null +++ b/flashrunner/index.html @@ -0,0 +1,62 @@ + + + + + + + + + +FlashRunner - VoidNet + + + +
+
+
+ +
+

FlashRunner

+ +FlashRunner is cross-platform flash file player created by VoidNet owner. +
+It can be used to play flash files using direct link to swf file or with path to locally saved swf file. +

+Installation guide +
+----- +
+Windows version can be downloaded from this link. +

+Linux install can be done by running this command as non-root user: +
+curl -4 -L --url "https://voidnet.freemyip.com:3700/FlashRunner/2.0.6/flashrunner_install_linux.sh" | bash +
+
+
+
+ + \ No newline at end of file diff --git a/fonts/FreeSans.ttf b/fonts/FreeSans.ttf new file mode 100644 index 0000000..2072cda Binary files /dev/null and b/fonts/FreeSans.ttf differ diff --git a/img/flashrunner.png b/img/flashrunner.png new file mode 100644 index 0000000..d40a8d0 Binary files /dev/null and b/img/flashrunner.png differ diff --git a/img/htech.jpg b/img/htech.jpg new file mode 100644 index 0000000..95a8db9 Binary files /dev/null and b/img/htech.jpg differ diff --git a/img/voidnet_logo.png b/img/voidnet_logo.png new file mode 100644 index 0000000..b4238c4 Binary files /dev/null and b/img/voidnet_logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a312850 --- /dev/null +++ b/index.html @@ -0,0 +1,55 @@ + + + + + + + + + +Home - VoidNet + + + +
+
+ +
+

Welcome to VoidNet site

+ +This is the home page of VoidNet server network. +
+VoidNet is server network where many different types of servers are hosted. +
+The menu above has links to everything else. +
+The about page has information what VoidNet is about. +
+
+
+
+ + \ No newline at end of file diff --git a/server_status.php b/server_status.php new file mode 100644 index 0000000..4a2a544 --- /dev/null +++ b/server_status.php @@ -0,0 +1,49 @@ + + + + + + + + + +Server status - VoidNet + + + +
+
+

Server status

+ + + +
+
+
+ + \ No newline at end of file diff --git a/servers.html b/servers.html new file mode 100644 index 0000000..837dc72 --- /dev/null +++ b/servers.html @@ -0,0 +1,61 @@ + + + + + + + + + +Servers - VoidNet + + + +
+
+

List of VoidNet servers

+ +Main site: https://voidnet.freemyip.com +

+IRC server (unencrypted): voidnet.freemyip.com (port 6667) +

+IRC server (TLS encrypted, recommended for actual use): voidnet.freemyip.com (port 6697) +

+Random file server: https://voidnet.freemyip.com:3700 +

+FTP server (FTPS enabled, TLS encrypted): voidnet.freemyip.com (port 2500) +

+FTP server 2 (FTPS enabled, TLS encrypted): voidnet.freemyip.com (port 7000) +

+Nextcloud server: https://voidnet.freemyip.com:7700 +

+Git server: https://voidnet.freemyip.com:8081 +
+
+
+
+ + \ No newline at end of file diff --git a/software.html b/software.html new file mode 100644 index 0000000..76d1c67 --- /dev/null +++ b/software.html @@ -0,0 +1,56 @@ + + + + + + + + + +Software - VoidNet + + + +
+
+

Software

+ +This page has list of software created by VoidNet owner or other people who want their programs released here. +
+
+Software/programs list +
+
+FlashRunner +
+
+WizardBot +
+
+
+
+ + \ No newline at end of file diff --git a/wizardbot/index.html b/wizardbot/index.html new file mode 100644 index 0000000..fc3fc4c --- /dev/null +++ b/wizardbot/index.html @@ -0,0 +1,137 @@ + + + + + + + + + +WizardBot - VoidNet + + + +
+
+

WizardBot

+ +WizardBot is twitch bot made by VoidNet owner. +
+
+Programming language the bot is written in: C +
+
+List of WizardBot commands +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescription
$infoShow info about bot
$rps [option]Play rock, paper, scissors with chosen option
$rpswins [name]Show rock, paper, scissors wins for given user name. If no user is given then it shows your wins.
$dadjokeGet random dad joke
$techGet random tech joke/quote
$randomsentence [amount]Generate random sentence out of given amount of words
$wordcountShow amount of words available for generating random sentences
$dadjokecountShow amount of dad jokes the bot has
$banstatusSee your current ban status.
$banuser [name] [reason]Ban given user with given name and reason from using the bot (Owner only command)
$unbanuser [name]Unban user, this allows the unbanned user to use the bot again (Owner only command)
$termbin [text]Upload given text to termbin pastebin site (Owner only command)
$quoteUpload latest chat message in quote format to termbin pastebin site (Owner only command)
$botsay [text]Make bot say given text (Owner only command)
$commandsGet link to this page
$coinflipSimple coin flip
$timer [time] [message]Start timer that runs out after minutes given as time and sends the given message after that time
$shutdownShutdown bot (owner only)
+
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3-86-g962b