Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <body>
- <style>
- h1,h2,h3,p{font-family:"Tahoma"}a{font-size:15px;font-family:"tahoma";color:#000;padding:none;text-decoration:none}a.hover{color:blue;}h3{font-size:15px;padding:none;width:150px}a:hover{color:blue;text-decoration:none}.volume{left:15%;width:100px;bottom:2px;height:10px}.p2pFailed{background:red;width:55px}.p2pDisconnected{background:orange;width:55px}.p2pCompleted,.p2pConnected{background:green;width:55px}table,th,tr{border:3px solid black}button{border:none;background:none}#lgsm{height:10%;width:10%}
- </style>
- <center><h1 id="bdrp"></h1></center>
- <a onclick="rmc('ind');"><img src="dux.png" id="lgsm"></a>
- <a onclick="rmc('sci');"> Science </a>
- <a onclick="rmc('tec');"> Technology </a>
- <a onclick="rmc('biz');"> Business </a>
- <a onclick="rmc('pol');"> Politics </a>
- <a onclick="rmc('mus');"> Music </a>
- <a onclick="rmc('tv');"> Tv </a>
- <a onclick="rmc('com');"> Comedy </a>
- <a onclick="rmc('drw');"> Drawing(idle board) </a>
- <a onclick="rmc('vdg');"> Video Games(idle board) </a>
- <a onclick="rmc('cod');"> Coding(idle board) </a>
- <a onclick="rmc('qna');"> QnA </a>
- <a onclick="rmc('his');"> History </a>
- <a onclick="rmc('hob');"> Hobbies </a>
- <a onclick="rmc('rnd');"> Random </a>
- <a onclick="rmc('bob');"> Battle Of the Boards </a>
- <hr>
- <div id="indiv">
- <table>
- <tr>
- <th><button onclick="mute()"><img width="50%" height="50%" src="speaker.png" id="urimg"></button><meter width="10" id="localVolume" class="volume" min="-45" max="-20" high="-25" low="-40" value="-45"></meter></th>
- </tr>
- </table>
- <div id="remotes"></div>
- <div id="remotesVideos"></div>
- <video height="300" id="localVideo"></video>
- </div>
- <div id="cdiv">
- <h1>Chatpool Voice Chat.</h1>
- <img src="dux.png">
- <h2>100% anonymous.</h2>
- <h2>100% free.</h2>
- <p>Choose a board you love.</p>
- <h2> </h2>
- <a onclick="tsh()">Read the aup(It's short, I promise)</a><br/>
- <textarea id="tos" style="display:none" cols="100" rows="14" readonly>
- Chatpool TOS
- 1.)no screeching/yelling on chat.
- 2.)please don’t do illegal stuff, I can’t afford a lawyer and don’t want to live in a cardboard box.
- 3.)please do not “hack” my servers. I swear there’s nothing interesting there.
- 4.)no playing music on the chat. Except if somebody asks you to, or you are on the dedicated server.
- 5.)everything on chatpool should be taken as satire.
- 6.)no self-marketing on chatpool please.
- 7.)please no lude/disturbing noises on chat.
- 8.)What happens on chatpool, stays on chatpool, please don’t use footage or recordings on any platform excluding those dedicated to video or audio.
- 9.)Do not go into servers with the intent of eithe pissing off the occupants having a peaceful conversation, or to for lack of a better term, “troll” them
- 10.)do not track a person on a server with ddos, swat, or any other malicious intent in mind.
- Finally, to re-iterate, I AM NOT RESPNSIBLE FOR ANYTHING THAT HAPPENS ON CHATPOOL I MADE THIS FOR FUN AND ANYTHING YOU DO WAS NEVER ANTICIPATED BY ME. Thank you for reading.
- p.s.Why isn't my site fully open source? security. Until I can get a stable cash flow to increase the power of my signaling servers, I cannot release the source of my project, due to the fact that one could repurpose the code to create a custom server that would use much more bandwidth than I have access to.
- -Jake
- </textarea>
- <p style="color:blue">Idle boards are boards you keep open while doing a task to keep you company</p>
- </div>
- <script src="./nw1/out/simplewebrtc-with-adapter.bundle.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="vx2.js"></script>
- <?php
- $vw = ("countlog.txt");
- $hits = file($vw);
- $hits[0] ++;
- $fp = fopen($vw , "w");
- fputs($fp , "$hits[0]");
- fclose($fp);
- ?>
- </head>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment