-
this site updates by itself. do not spam refresh!
-this shows what orders are in queue
--
in queue
--
diff --git a/TOS and privacy.html b/TOS and privacy.html deleted file mode 100755 index 53e8fff..0000000 --- a/TOS and privacy.html +++ /dev/null @@ -1,28 +0,0 @@ - -
-note this is pretty much just a disclaimer as of right now for what information you give
-you agree that i (the user) are solely responsible for any and all information entered to iceyfox servers. -you agree that the information given can be viewed at anytime by anyone acessing x10host.com - (wither it be administrators or someone acessing the files illegaly), -witch is not limited to
-simply put, do not give personal information that you would not trust to this site as it (the site) is -not complete
-the site will ask for passwords, just use one you dont normally use
you agree that i (the user) can and will be banned by any administrators at anytime for any reason up to the -judgement of said adminstrator
-to make a ban appeal emal me iceyfoxservers@gmail.com
-pls no sue
- - - - \ No newline at end of file diff --git a/account_data/guest.png b/account_data/guest.png deleted file mode 100755 index 424f5b7..0000000 Binary files a/account_data/guest.png and /dev/null differ diff --git a/assets/indexold2.css b/assets/indexold2.css deleted file mode 100755 index 7362273..0000000 --- a/assets/indexold2.css +++ /dev/null @@ -1,193 +0,0 @@ -/*::-webkit-scrollbar { - width: 0px; /* Remove scrollbar space - background: transparent; /* Optional: just make scrollbar invisible -}*/ -html{ - font-size: 25px; - padding: 0px; - margin: 0px; - margin-left: 0px; -} - -.side-bar-button{ - - user-select: none; - width: 50px; - -} -.float-button{ - position: fixed; - left: 20px; - top: 40%; - background-color: rgba(255,255,255,0.1); -} -.side-bar-button:hover{ - background-color: rgb(200,200,200,0.5); -} - -.main-wrap > .side-bar-button{ - position: absolute; - left: 10px; - top: 550px; -} -.side-bar-button > svg{ - width: inherit; - height: inherit; -} - -#side_bar{ - z-index: 3; - display: grid; - grid-template-columns: 1fr; - grid-auto-rows: min-content; - position: fixed; - width: 18%; - height: 100vh; - min-width: 280px; - opacity: 0; - top: 0px; - padding: 10px; - padding-right: 20px; - border-right: 2px solid black; - background-color: white; - overflow: scroll; - margin-bottom: 200px; -} - - -#side_bar > div{ - padding: 10px; - position: relative; - text-align: center; - display: grid; - grid-template-columns: 1fr; - grid-auto-rows: min-content; -} -#side_bar > div:nth-child(1){ - text-align: left; -} -#side_bar > div > div{ - height: 30px; -} -#side_bar a{ - font-size: 20px; - text-decoration: none; - color: black; -} -#side_bar > div > div:hover{ - background-color: rgb(230,230,230); -} - -.main-wrap{ - margin: auto; - display: grid; - grid-template-columns: 1fr; - width: 95%; - justify-items: center; - justify-content: center; -} -.footer{ - position: relative; - background-color: black; - color: white; - padding: 20px; - width: 100%; -} -.body{ - display: grid; - grid-template-columns: 1fr; - width: 95vw; - padding: 0px; - min-height: 100vh; - justify-items: center; - margin-bottom: 100px; -} - -#image_box{ - position: relative; - overflow: hidden; - height: 500px; - width: 90%; - padding: 10px; -} -#image_box_container{ - position: relative; - overflow-x: hidden; - white-space: nowrap; - height: 90%; - width: 100%; - padding-left: 10px; - padding-right: 10px; -} -#image_box_container > div{ - overflow: hidden; - display: inline-block; - width: 98%; - height: 98%; - margin-right: 10px; - text-align: center; - vertical-align: middle; -} -#image_box_container > div > div{ - height: 98%; - width: 95%; - display: flex; - margin: auto auto; - align-items: center; - justify-content: center; -} -#image_box_container img{ - width: auto; - max-width: 100%; - max-height: 100%; - text-align: center; -} -.image-box-fader{ - pointer-events: none; - position: absolute; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - background: linear-gradient( - to right, - white, - 5%, - rgba(137,255,241,0) 50%, - 95%, - white 100% - ); -} - -#image_box_arrow_left, #image_box_arrow_right{ - z-index: 2; - position: absolute; - top: 50%; -} -#image_box_arrow_left{ - left: 10px; -} -#image_box_arrow_right{ - right: 10px; -} - -.title-bar-wrap > div{ - background-image: url("./img/index_banner.png"); - /* Set a specific height */ - padding: 150px 0; - min-height: 10px; - width: 100vw; - left: 0px; - font-size: 80px; - color: white; - text-shadow: 2px 2px 2px black; - - - /* Create the parallax scrolling effect */ - background-attachment: fixed; - background-position: center; - background-repeat: no-repeat; - background-size: cover; - text-align: center; - -} \ No newline at end of file diff --git a/chat/chat.php b/chat/chat.php deleted file mode 100755 index 72d7a07..0000000 --- a/chat/chat.php +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - -user);$i++){ - if($statusf->user[$i]==$_SESSION['username']){ - $userexist=true; - break; - } - if($userexist==true){break;} - } - $i=0; - fwrite($file, ''."\n".'site owner';
-}
-$chatfile=fopen("chat.txt","w");
-$chat_file_send_content=$get_chat_file.'
-
- '.$tags.'
- '.$_SESSION['username'].':
- '.$usertext.'
-
-site bot';
-$perm_clear=false;
-$perm_mute_guest=false;
-$perm_mute=false;
-$perm_lock_chat=false;
-$perm_bypass_lock=false;
-foreach($userxml->permissions->perm as $perm){
- if($perm=="simplychatty.clear"){ $perm_clear=true; };
- if($perm=="simplychatty.mute-guest"){ $perm_mute_guest=true; };
- if($perm=="simplychatty.mute"){ $perm_mute=true; };
- if($perm=="simplychatty.lock-chat"){ $perm_lock_chat=true; };
- if($perm=="simplychatty.bypass-lock"){ $perm_bypass_lock=true; };
-}
-if($perm_clear==true&$usertext=="/clear "){
- $chat_file_send_content='
- m=minute, h=hour, d=day
-| page | date | type | for | reason |
this site updates by itself. do not spam refresh!
-this shows what orders are in queue
-| social | -twitch | -youtube | -|||
| rule pages: | -discord rules | -gmod rules | -space engineers rules | -minecraft rules | -arma 3 rules | -
| scripts | -simply chaty, my chat box | -tardis project | -
if you have any ideas, feel free to contact me at the gmail below. (dont spam my gmail or leave stupid s*** there)
- -if button doesn't work here ya go (copy and paste): https://discord.gg/6bSre9V
-Im just a guy intrested in 3d modeling, and coding
-I do the above, 3d modeling, as well as CGI, Javascript, Nodejs, a bit of C#, and - beginning with webdesign. (as you can tell XD)
-And im working with linux, debian
-| user | discord |
see his playlist here
admin/host stuff below
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-go home
-
-
-
-
-the box below allows mobile users to enter text to things one the game without having to - plug in a keyboard
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+go home
+
+
+
+
+the box below allows mobile users to enter text to things one the game without having to + plug in a keyboard
+