To improve collaboration this guide is moving to GitHub. Continue reading
This guide covers building a Let's Split v2. Order your parts and read over this guide while you wait.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# Parameters: | |
# name: The name field the user supplied, minus any tripcode (before #) | |
# email: User supplied email field | |
# sub: user supplied subject field | |
# com: user supplied comment field (before or after wordfilters? dunno) | |
# md5: md5 of the supplied image. null if no image. | |
# ip: the IP of the user, in unsigned integer (packed) form | |
# mod: true if the user is a mod | |
# |