Blockland Forums > Modification Help
Post to blockland forums with HTTP Objects?
Kalphiter:
--- Quote from: Lugnut1206 on June 02, 2012, 03:56:45 PM ---ya'll are telling me i am not allowed to post because i don't use my bare hands to craft tcp packets
--- End quote ---
Yeah you have to deliver every 4 bits to the next routing device by hand.
Ipquarx:
Here's how to post to the blockland forums without geting banned for automated posting:
1. Open your web browser
2. Open up the forums
3. Click on a topic
4. Press reply
5. Type in stuff
6. Press post.
If you don't do that yourself for posting, you'll get banned for automated posting.
Fluff-is-back:
--- Quote from: Ipquarx on June 02, 2012, 04:04:38 PM ---If you don't do that yourself for posting, you'll get banned for automated posting.
--- End quote ---
But that wouldn't be automated.
Ipquarx:
--- Quote from: Fluff-is-back on June 02, 2012, 04:07:23 PM ---But that wouldn't be automated.
--- End quote ---
--- Quote from: Ipquarx on June 02, 2012, 04:04:38 PM ---Here's how to post to the blockland forums without geting banned for automated posting:
--- End quote ---
If that doesn't clarify my statement, then I don't know what you mean.
Lugnut:
asdcahlwmdcuiawhfudigfhugaqdf
suppose i write a function
function DERPTHElovingDERP()
{
echo("LOL DERP");
}
now
i do this in console:
DERPTHElovingDERP();
IS THIS AUTOMATED? NO.
NOW SUPPOSE I MAKE A PACKAGE:
package DERPTASM
{
function servercmdmessagesent(%c, %t)
{
parent::servercmdmessagesent(%c, %t);
DERPTHElovingDERP();
}
};
activatepackage(derptasm);
IS THIS AUTOMATED?
YES, FOR THE MOST PART.
Now, replace my derpthelovingderp function with the function that posts to the forums
I wouldn't tie it to messagesent, I would tie it to a gui or something