Skip to content

Using 3BUNE

Thomas (a.k.a. CatArtik) edited this page Dec 23, 2022 · 2 revisions

Coincoin

Individual components

image

User-Agent

image

This acts as a username. To save your username, use the "Save User-Agent" button.

Save User-Agent button

image

Click it once to save your username to your cookies. The username will automatically be applied on the next session.

Manual Refresh button

image

Click it once to manually refresh the chat box.

Refresh rate

image

This is the number of milliseconds before the chat box automatically refreshes. To change it, write a new number and press on Enter.

Totoz Manager

image

Search box and search button:

image

Enter your search term in the input box and click on "Search". The results will appear in the results box.

Results box:

image

This shows all the available totoz for a given search term. To use the totoz, click on its image.

Bouchot

Installing

Prerequisites

  • PHP 7+

Tutorial

  1. Download and extract the Github repo
  2. Open a terminal in the "src" folder
  3. Run php -S localhost:<choose a port>
  4. Go to localhost:<the port you chose>/coincoin.html to verify that all is working well

Custom word ban list

  1. Open config.php in a text editor
  2. Add words to the PHP array named $threebune_banlist
    • Optionally, change what the word is replaced by with $threebune_replacement.