=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
In this FAQ:
1. What is this place?
2. How do I post?
3. How do I delete a post?
4. What is Faptcha?
5. How do I embed videos?
6. Junglebirds?
7. I have an idea...
8. Additional posting tricks.
9. Directory dumping
10.IRC
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Q - What is this place?
A -
99chan is a community driven image forum. Users may upload images and text on a variety of boards that cater to specific interests.
Q - How do I post?
A -
If you are new here, it is highly suggested that you practice the wise art of Murk Loar. Murk Loar is the practice of watching how the community works to get a good understanding of the dos and donts. After you have murked, making a post is as simple as navigating to the thread you wish to post to, typing in a response in the message field and hitting submit. If you wish to make a new thread, navigate to the board you wish to post to, and make a post. When creating a new thread, you must have an image or a video embed tag or your post will not complete correctly. It's suggested that you add some text whenever posting.
Q - How do I delete a post?
A -
Next to your post there is a square [] check box.
Check that.
Scroll to the bottom of page and press delete.
Q - What are Faptchas?
A -
Faptchas are our equivalent to captchas. They are used to prevent spamming by checking if the poster is human.
When faptchas are enabled you will be presented with a small picture. You must:
* You must correctly identify either a dick, vagoo, tits or ass.
* You must only use these four terms.
* If you get the faptcha wrong three times, you get an automatic 25 min ban.
Q - How do I embed videos?
A -
Embedding video is as simple as adding the appropriate embed tag in the embed field.
Youtube
1. If your Youtube link is : http://www.youtube.com/watch?v=MwsWskgKe5E
2. Set video embed style to Youtube.
3. Put "MwsWskgKe5E" in the embed field (without " ").
GoogleVideo
Note: There are bugs in this embed!
1. If your Google Video link is : http://video.google.com/videoplay?docid=8789212301023402456
2. Set video embed style to Google video
3. Put "8789212301023402456" in the embed fields (without " ").
4. NOTE: MAKE SURE THERE ARE NO SPACES AFTER THE NUMERICAL STRING OR THE EMBED WILL NOT WORK.
5. NOTE: SOME TAGS INCLUDE THE - SYMBOL. INCLUDE THAT SYMBOL, ALTHOUGH THE EMBED MAY OR MAY NOT BE SUCCESSFUL.
5minVid
1. If your 5minVid link is : http://www.5min.com/Video/How-to-Nail-a-big-Flip-Fakie-11118
2. Set video embed style to 5min.
3. Put "11118" in the embed field (without " ").
RedTube
1. Note: Redtube is only enabled on porn boards!
2. If your Redtube link is : http://embed.redtube.com/player/?id=14078&style=redtube%22
3. Set video embed style to RedTube.
4. Put "14078" in the embed field (without " ").
If you have other video sites you wish for us to add, please join IRC or make a post in /tttm/.
Q - Why don't we have /jb/ or /mu/?
A -
See: http://www.ragechan.org
Q - I [have an idea for the site | made a new css/logo/layout | found a bug], where can I talk to you about things like that?
A -
Get on IRC. Most of the mods/admins are in there nearly 24/7 anyway. Or make a post in /tttm/.
Q - How do I bold, italic, underline, and spoiler?
A -
Bold: [b]enteryourtexthere[/b]
Underline: [u]enteryourtexthere[/u]
Italic: [i]enteryourtexthere[/i]
Spoiler: [spoiler]enteryourtexthere[/spoiler]
Q - How do I do a directory dump?
A -
A directory dump allows a user to dump a folder full of images onto a board.
Windows:
1. Get some chandumping software (xChan Dirdump v2 seems to work)
2. Set site style to : Other/7chan
3. Set URL to : http://www.99chan.org/board.php
4. Set directory. This is done withou slashes. If I wanted to dump to /s/, the directory would be s.
5. Set a post delay. Set it to 10 or above.
6. Add a message if you want.
7. Dump your load.
Linux:
1. Use the following script:
#written by OmgWtfIDiedLol of 7chan@irc.7chan.org
count=`ls | wc -l`;
filen=0;
for file in *{.jpg,.png,.gif,.jpeg,.JPG};
do filen=`expr $filen + 1`;
sleep 5;
echo "Uploading $file...($filen of $count)";
curl -F board="BOARD" -F message="File $filen of $count." -F name="NAME" -F em="EMAIL" -F replythread="THREAD NUMBER" -F imagefile=@"$file" http://www.99chan.org/board.php;
echo "Done" ;
done
2. Set
3. Set
4. Set
5. Set
6. Goto http://bbot.org/projects/post.sh.html to read more about how to properly execute this script.
7. Also, thanks to OmgWtfIDiedLol for writing and posting this script on the above website.
Tips
1. Prepare the folder you wish to dump before hand.
2. Make sure there are no captchas / faptchas on the board. If there are come to IRC to ask for their temporary removal.
3. Make sure you have the correct boards.
4. Double check your settings.
Q - How do I use IRC?
A -
IRC is Internet Relay Chat, one of the oldest protocols for communications on the internet. The most important thing is getting a good client
and using an encrypted connection (although the latter is not a necessity).
Windows Clients
1. mIRC - Lots of features and lots of support available
2. XCHAT2 - another good choice.
3. IRSSI - IRRSI.
4. Google
Linux Clients
1. If you are using Linux, you shouldn't need help with irc.
2. If you are using Linux and you do need help with IRC --> Google.
SSL Encryption Protocol
SSL (Secure Socket Layer) is used in many applications for the secure transmission of data from one computer to another. Many IRC clients
allow you to connect to the IRC server with SSL if:
1. Your client supports SSL.
2. You have the proper SSL certs installed. (Linux should come with SSL native. Windows users: Google SSL and your client and follow the instructions)
3. The server you wish to connect to has an SSL port open
What Next?
Ok, I got all this shit installed. Where do I go?
irc.99chan.org port 6667 (for non SSL connections)
irc.99chan.org port 6697 (for SSL connections)