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 @@ - - -iceyfox servers tos - - - -

note this is pretty much just a disclaimer as of right now for what information you give

-

terms and conditions

-

information givien

-

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

-
  • passwords
  • -
  • usernames
  • -
  • any and all form data
  • -

    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


    -

    bans and adminstrative action

    -

    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".''."\n"); - $wrote=false; - foreach($statusf as $status){ - if(($statusf->user[$i]==$_SESSION['username'])||($userexist==false)){ - if($userexist==false){ - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - if($wrote==false){fwrite($file, ' '.$_SESSION['username']."\n"); $wrote=true;} - } else { - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - $i++; - } - fwrite($file, ''); - fclose($file); -} -$xml=simplexml_load_file("../account_data/".$_SESSION['username'].".xml"); -$ban="false"; -for($i=count($xml->history->action);$i>=0;$i--){ - if(($xml->history->action[$i]['page']=="simplychat")&&($xml->history->action[$i]['type']=="ban")){ - $ban="true"; - $reason=strval($xml->history->action[$i]); - break; - } - if($ban=="true"){break;} -} -?> -welcome <?php echo $_SESSION['username']; ?> -
    - -
    -go home -
    - - -
    - -
    - -
    - -
    - - - -
    - -
    - - -
    - -../account_data/guest.png -
    logged in as
    -
    -
    - - - - -
    -
    - - - - - \ No newline at end of file diff --git a/chat/chat.txt b/chat/chat.txt deleted file mode 100755 index b592d35..0000000 --- a/chat/chat.txt +++ /dev/null @@ -1,3 +0,0 @@ -
    Welcome To Simply Chatty




    - - diff --git a/chat/chatposter.php b/chat/chatposter.php deleted file mode 100755 index c2bcafc..0000000 --- a/chat/chatposter.php +++ /dev/null @@ -1,147 +0,0 @@ - - -user);$i++){ - if($statusf->user[$i]==$_SESSION['username']){ - $userexist=true; - break; - } - if($userexist==true){break;} - } - $i=0; - fwrite($file, ''."\n".''."\n"); - $wrote=false; - foreach($statusf as $status){ - if(($statusf->user[$i]==$_SESSION['username'])||($userexist==false)){ - if($userexist==false){ - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - if($wrote==false){fwrite($file, ' '.$_SESSION['username']."\n"); $wrote=true;} - } else { - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - $i++; - } - fwrite($file, ''); - fclose($file); -} - -//get users color -if($_SESSION['username']!="guest"){ - $userxml=simplexml_load_file("../account_data/".$_SESSION['username'].".xml"); - $color=$userxml->color; -} else { - $color="#ffffff"; -} - -//read file -$get_chat_file=file_get_contents("chat.txt"); -//manage text eg image parsing and link parsing ect -$usertext=str_replace(array("<",">"),"",$_POST['text']); -$usertext_split=explode(" ",$usertext); -$usertext=""; -foreach($usertext_split as $text){ - - if(substr($text,0,29)=="https://www.youtube.com/watch"){ - $text=' - - - - - '; - } - elseif(substr($text,0,4)=="http"||substr($text,0,5)=="https"){ - if(strpos($text,".jpg")||strpos($text,".png")||strpos($text,".gif")){ - $text=' - - - - - '; - } else { - $text=''.$text.''; - } - } - if($text=="nigger"){ - $text="ERROR. N**** TRIED TO BYPASS"; - } - $usertext=$usertext.$text." "; -} - -//tags -$tags=""; -if($_SESSION['username']=="iceyrazor"){ - $tags=$tags.'site owner'; -} -$chatfile=fopen("chat.txt","w"); -$chat_file_send_content=$get_chat_file.' -
    - - - - - '.$tags.' - '.$_SESSION['username'].': - '.$usertext.' - -
    -
    -'; - -//cheak perms and run commands -$bot_tag='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=' -
    - Welcome To Simply Chatty -




    '; -} -$chatstat=file_get_contents("chatstat.txt"); -if($perm_lock_chat==true&$usertext=="/lock chat "){ - $file_chatstat=fopen("chatstat.txt","w"); - if($chatstat=="locked"){ - $chat_file_send_content=$get_chat_file.'
    '.$bot_tag." ". - $_SESSION['username'].' unlocked the chat

    '; - fwrite($file_chatstat,"unlocked"); - } else { - $chat_file_send_content=$get_chat_file.'
    '.$bot_tag." ". - $_SESSION['username'].' locked the chat

    '; - fwrite($file_chatstat,"locked"); - } - fclose($file_chatstat); -} -if($perm_bypass_lock==false&$chatstat=="locked"){ - $chat_file_send_content=$get_chat_file.""; -} -if(false==true){ - //unfinished mute - $chat_file_send_content=$get_chat_file.'
    '.$bot_tag." ". - $_SESSION['username']." muted ".$usertext_split[1].'

    '; -} -// -fwrite($chatfile,$chat_file_send_content); -fclose($chatfile); - -?> - - - \ No newline at end of file diff --git a/chat/hardr.wav b/chat/hardr.wav deleted file mode 100755 index f71b2ec..0000000 Binary files a/chat/hardr.wav and /dev/null differ diff --git a/chat/profile.php b/chat/profile.php deleted file mode 100755 index 2388429..0000000 --- a/chat/profile.php +++ /dev/null @@ -1,213 +0,0 @@ - - - -<?php echo $_GET['username']; ?> profile - - - -prepare("select username,password from ".$dbc_ver_accounts." where username=?"); - $stmt->execute([$_SESSION['username']]); - $getuser=$stmt->fetch(); - if($getuser[0]==$_SESSION['username']){ - if(password_verify($_SESSION['password'],$getuser[1])){ - $pass="pass"; - } - } -} -if($_GET['username']=="guest"){ - $pass="guest"; -} else { - $stmt=$dbc->prepare("select username,discord,email from ".$dbc_ver_accounts." where username=?"); - $stmt->execute([$_GET['username']]); - $getuser=$stmt->fetch(); - $get_username=$getuser[0]; - $get_discord=$getuser[1]; - $get_email=$getuser[2]; - if(file_exists("../account_data/".$_GET['username'].".xml")){ - $xml=simplexml_load_file("../account_data/".$_GET['username'].".xml"); - } else { - $pass="not exist"; - } - if(file_exists("../account_data/".$_GET['username'].".png")){ - $user_pfp="../account_data/".$_GET['username'].".png"; - } elseif(file_exists("../account_data/".$_GET['username'].".jpg")){ - $user_pfp="../account_data/".$_GET['username'].".jpg"; - } elseif(file_exists("../account_data/".$_GET['username'].".gif")){ - $user_pfp="../account_data/".$_GET['username'].".gif"; - } else { - $user_pfp="../account_data/guest.png"; - } -} -//get history -for($i=0;$ihistory->action);$i++){ - $gethistory[$i][0]=strval($xml->history->action[$i]); - $gethistory[$i][1]=strval($xml->history->action['page'][$i]); - $gethistory[$i][2]=strval($xml->history->action['type'][$i]); - $gethistory[$i][3]=strval($xml->history->action['datetime'][$i]); - $gethistory[$i][4]=strval($xml->history->action['attime'][$i]); -} -?> - - - - -
    -
    -
    - - -
    - -
    -
    username:
    -
    discord:
    -
    email:
    -
    color: -
    -
    -
    - history
    -

    m=minute, h=hour, d=day

    - - - - - -
    pagedatetypeforreason
    -
    -
    - - -
    -
    - - - - - - - \ No newline at end of file diff --git a/chat/profile_update.php b/chat/profile_update.php deleted file mode 100755 index 8139560..0000000 --- a/chat/profile_update.php +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/chat/status.xml b/chat/status.xml deleted file mode 100755 index c63b596..0000000 --- a/chat/status.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - iceyrazor - \ No newline at end of file diff --git a/dmu/dmu map queue.png b/dmu/dmu map queue.png deleted file mode 100644 index 9afc220..0000000 Binary files a/dmu/dmu map queue.png and /dev/null differ diff --git a/dmu/map_queue.json b/dmu/map_queue.json deleted file mode 100644 index 49a5d50..0000000 --- a/dmu/map_queue.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "todo":[ - - {"name":"wheezebob","words":"wheezer","color":"undefined", - "status":"inactive","comments":"need to define color","issue_date":"8/29/2023"} - ], - "done":[ - {"name":"iceyrazor","words":"SWD","color":"pink", - "comments":"public buyable map 2777B","issue_date":"8/31/2023","finished_date":"8/31/2023"} - ] -} diff --git a/dmu/mapqueue.html b/dmu/mapqueue.html deleted file mode 100644 index 7a1aadb..0000000 --- a/dmu/mapqueue.html +++ /dev/null @@ -1,105 +0,0 @@ - - -dmu map queue - - - -
    -
    - main page -

    -

    this site updates by itself. do not spam refresh!

    -

    this shows what orders are in queue

    -


    -

    in queue

    -
    - -

    -

    done maps

    -
    - -
    -
    - - - - diff --git a/indexold.html b/indexold.html deleted file mode 100755 index 308c646..0000000 --- a/indexold.html +++ /dev/null @@ -1,103 +0,0 @@ - - -iceyfox servers - - - - -
    -
    -

    the ice box

    -
    - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    -

    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

    -
    -
    - -
    - - \ No newline at end of file diff --git a/indexold2.html b/indexold2.html deleted file mode 100755 index c0de02c..0000000 --- a/indexold2.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - -
    - -
    -
    iceyrazor's.... thing
    -
    -
    -

    about me

    -

    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

    -

    Some art i have made

    -
    -
    - - - - - - - - - - - -
    - see more art -
    - -
    - - - - - - diff --git a/login/login.js b/login/login.js deleted file mode 100755 index 65fd246..0000000 --- a/login/login.js +++ /dev/null @@ -1,45 +0,0 @@ -/*
    - - -
    */ - - -//removed until database is fixed -/*document.write('
    '+ -''+ -'
    ');*/ - -loginboxtext='
    '+ -'
    '+ -'
    '+ -''+ -'
    '; -if(username!="guest"){ - $("#loginbox").html(loginboxtext); - $("#loginbutton").html("logout ▼"); -} - -function hidetoggle(data){ - if($("#"+data).css("display")=="none"){ - $("#"+data).css("display","block"); - } else { - $("#"+data).css("display","none"); - } -} diff --git a/login/login.php b/login/login.php deleted file mode 100755 index 46e8764..0000000 --- a/login/login.php +++ /dev/null @@ -1,86 +0,0 @@ -user);$i++){ - if($statusf->user[$i]==$_SESSION['username']){ - $userexist=true; - break; - } - if($userexist==true){break;} - } - $i=0; - fwrite($file, ''."\n".''."\n"); - $wrote=false; - foreach($statusf as $status){ - if(($statusf->user[$i]==$_SESSION['username'])||($userexist==false)){ - if($userexist==false){ - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - if($wrote==false){fwrite($file, ' '.$_SESSION['username']."\n"); $wrote=true;} - } else { - fwrite($file, ' '.$statusf->user[$i]."\n"); - } - $i++; - } - fwrite($file, ''); - fclose($file); - } - } - $_SESSION['username']=""; - $_SESSION['password']=""; -} - - -if($_SESSION['username']==""||$_SESSION['username']=="guest"){ - if($_POST['username']==""){ - $_SESSION['username']="guest"; - $_SESSION['password']="password"; - } else { - $_SESSION['username']=$_POST['username']; - $_SESSION['password']=$_POST['password']; - } -} -$_POST['username']=""; -$_POST['password']=""; - -if($_SESSION['username']!="guest"){ - $stmt=$dbc->prepare("select username,password from ".$dbc_ver_accounts." where username=?"); - $stmt->execute([$_SESSION['username']]); - $getuser=$stmt->fetch(); - if($getuser[0]==$_SESSION['username']){ - if(password_verify($_SESSION['password'],$getuser[1])){ - $login_correct="true"; - } else { - $_SESSION['username']="guest"; - $_SESSION['password']="password"; - $_SESSION['errormsglogin']="login info is incorrect"; - $login_correct="false"; - } - } else { - $_SESSION['username']="guest"; - $_SESSION['password']="password"; - $_SESSION['errormsglogin']="login info is incorrect"; - $login_correct="false"; - } -} -$stmt=null; -$getuser=null; -if(file_exists("../account_data/".$_SESSION['username'].".png")){ - $_SESSION['profilepicture']="../account_data/".$_SESSION['username'].".png"; -} elseif(file_exists("../account_data/".$_SESSION['username'].".jpg")){ - $_SESSION['profilepicture']="../account_data/".$_SESSION['username'].".jpg"; -} elseif(file_exists("../account_data/".$_SESSION['username'].".gif")){ - $_SESSION['profilepicture']="../account_data/".$_SESSION['username'].".gif"; -} else { - $_SESSION['profilepicture']="../account_data/guest.png"; -}*/ -?> \ No newline at end of file diff --git a/mcjsonupdate.php b/mcjsonupdate.php deleted file mode 100755 index 7d51cd2..0000000 --- a/mcjsonupdate.php +++ /dev/null @@ -1,18 +0,0 @@ - - -"], "", $json); -$data = json_decode($json); -if($data->pass=="ejhwkreyhu82eyhuv8ebnjkelwhj3k"){ - unset($data->pass); - $data->mods[0]=str_replace("<", "",$data->mods[0]); - $data->mods[0]=str_replace(">", "",$data->mods[0]); - file_put_contents("minecraft_mod_list.json", json_encode($data)); -} else { - echo "pass incorrect"; -} -?> - - - \ No newline at end of file diff --git a/register/loginM.php b/register/loginM.php deleted file mode 100755 index 7b16bf0..0000000 --- a/register/loginM.php +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -
    - - - -
    - - \ No newline at end of file diff --git a/register/manage.php b/register/manage.php deleted file mode 100755 index 9a0330c..0000000 --- a/register/manage.php +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - -prepare("select * from accounts where username=?"); - $stmt->execute([$username]); - $getpass=$stmt->fetch()['password']; - if(password_verify($password,$getpass)){ - $passwordc="true"; - } else { - $passwordc="false"; - } -} -$stmt = $dbc->query("select username,discord,email from unver_accounts"); - -$getusername=array(); -$getdiscord=array(); -$i=0; -while($row = $stmt->fetch()){ - $getusername[$i]=$row['username']; - $getdiscord[$i]=$row['discord']; - $i++; -} -$dbc=null; -?> - -
    - - -
    userdiscord

    -
    -action:

    -

    - -
    - - - - \ No newline at end of file diff --git a/register/poster.php b/register/poster.php deleted file mode 100755 index 4acb5ae..0000000 --- a/register/poster.php +++ /dev/null @@ -1,83 +0,0 @@ - - - - - -query("select username from ".$dbc_unver_accounts); - $response2 = $dbc->query("select username from ".$dbc_ver_accounts); - $uexist=false; - if($response){ - //cheak if exist - while($row = $response->fetch(PDO::FETCH_ASSOC)){ - if($row['username']==$_POST['usernameR']){ - $uexist=true; - break; - } - } - while($row = $response2->fetch(PDO::FETCH_ASSOC)){ - if($row['username']==$_POST['usernameR']){ - $uexist=true; - break; - } - } - //creation - if($uexist==true){ - $_SESSION['message'] = "user allready exist"; - } else { - //send data - $query="INSERT INTO ".$dbc_unver_accounts." (username, password, - discord, email) VALUES (?,?,?,?)"; - $stmt=$dbc->prepare($query); - $password=password_hash($_POST['passwordR'], PASSWORD_DEFAULT); - $stmt->execute([$_POST['usernameR'],$password,$_POST['discord'], - $_POST['email']]); - $_SESSION['message']="complete"; - } - } else { - $_SESSION['message'] = "internal server error"; - } -} -if(isset($_POST['manageconfirm'])){ - if($_POST['action']=="deny"){ - $stmt=$dbc->prepare("delete from ".$dbc_unver_accounts." where username=?"); - $stmt->execute([$_POST['user']]); - $action="denied"; - } - if($_POST['action']=="accept"){ - $getinfo=$dbc->prepare("select * from ".$dbc_unver_accounts." where username=?"); - $getinfo->execute([$_POST['user']]); - $getinfoarr=array(); - while($row=$getinfo->fetch()){ - $getinfoarr=array($row['username'],$row['password'],$row['discord'],$row['email']); - } - $drop=$dbc->prepare("delete from ".$dbc_unver_accounts." where username=?"); - $drop->execute([$_POST['user']]); - $stmt=$dbc->prepare("INSERT INTO ".$dbc_ver_accounts." - (username, password, discord, email, date_created, primary_key) - VALUES (?,?,?,?,NOW(),NULL)"); - $stmt->execute($getinfoarr); - $file=fopen("../account_data/".$_POST['user'].".xml","w"); - fwrite($file,''."\n\n #ffffff\n \n \n"); - fclose($file); - $action="confirmed"; - } - $xml=simplexml_load_file("log.xml"); - $file = fopen("log.xml","w"); - fwrite($file,''); - fwrite($file,"\n"); - fwrite($file,"\n".''.$_POST['reason'].''); - for($i=0;$i<=4;$i++){ - fwrite($file,"\n".''.$xml->user[$i].''); - } - fwrite($file,"\n"); - fclose($file); -} -$dbc=null; -?> - - - - \ No newline at end of file diff --git a/register/register.php b/register/register.php deleted file mode 100755 index f1a6912..0000000 --- a/register/register.php +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - -user[$i]); - $logfname[$i]=strval($xml->user[$i]['name']); - $logfaction[$i]=strval($xml->user[$i]['action']); - $i++; -} -?> - -
    -
    -username:

    -password:

    -discord name (with #numbers):

    -(optional, for contact if discord goes down, also will be used as verifing you if you -lose your password)
    -email:

    -

    note: that when registering, -your account will be validated by a mod, you will have to wait

    - - -
    -
    -terms of service

    - -
    -
    - - -



    -
    -verified log - - -
    useractionreason

    -
    manager




    - - - - \ No newline at end of file diff --git a/smallscripts/2otpal.php b/smallscripts/2otpal.php deleted file mode 100755 index e9422ba..0000000 --- a/smallscripts/2otpal.php +++ /dev/null @@ -1,124 +0,0 @@ - - -2 of these people are lieing - - - -console.log('Debug Objects: " . $output . "' );"; -} -$string = file_get_contents("2otpal.json"); -$Jfile = json_decode($string, true); -if($_POST['doing']=="add"&&$_POST['Name']!=""){ - if(count($Jfile['names']) - -
    -

    this is a page for my game by tom scott,
    two of these people are lying

    -

    see his playlist here



    -

    -
    - -wiki page name:

    - -
    -


    -
    -

    -

    admin/host stuff below

    -
    -

    -password:

    -players: (if setting players):

    - -
    -
    - - - - - \ No newline at end of file diff --git a/sync-filter.txt b/sync-filter.txt new file mode 100644 index 0000000..cdef222 --- /dev/null +++ b/sync-filter.txt @@ -0,0 +1,11 @@ +- .git +- .git/** +- .gitignore +- README.md +- LICENSE +- sync.sh +- sync-filter.txt +- assets/made_content/ +- assets/static-style.css +- blog/ +- updates/ diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..4d497d8 --- /dev/null +++ b/sync.sh @@ -0,0 +1,6 @@ +rclone sync ./ iceyfox:/domains/iceyfox.xyz/public_html -v -P --filter-from "sync-filter.txt" --dry-run + +echo ------------ +read + +rclone sync ./ iceyfox:/domains/iceyfox.xyz/public_html -v -P --filter-from "sync-filter.txt" diff --git a/tardisproject/testing??.php b/tardisproject/tardis.php old mode 100755 new mode 100644 similarity index 96% rename from tardisproject/testing??.php rename to tardisproject/tardis.php index d432b3c..f40dd04 --- a/tardisproject/testing??.php +++ b/tardisproject/tardis.php @@ -1,450 +1,450 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -
    -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

    +
    + + diff --git a/twitchvideo/requestor.php b/twitchvideo/requestor.php deleted file mode 100755 index a29edba..0000000 --- a/twitchvideo/requestor.php +++ /dev/null @@ -1,33 +0,0 @@ - - -video requestor - - -"],"",$_POST['videourl']); - $text="https://youtube.com/embed/".explode("=",$text)[1]; - $file=fopen("url.txt","w"); - fwrite($file,$text); - fclose($file); - } else { - $message="password is not right"; - } - } -?> - -

    -
    - -


    -
    -
    -url:

    -password:

    - -
    - - - \ No newline at end of file diff --git a/twitchvideo/url.txt b/twitchvideo/url.txt deleted file mode 100755 index 4b03bf5..0000000 --- a/twitchvideo/url.txt +++ /dev/null @@ -1 +0,0 @@ -https://youtube.com/embed/zViYpS3BIqY \ No newline at end of file diff --git a/twitchvideo/video.php b/twitchvideo/video.php deleted file mode 100755 index 5266748..0000000 --- a/twitchvideo/video.php +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - \ No newline at end of file