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.
<?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 | |
# |
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.