Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-17-2004, 12:22 AM   #1 (permalink)
Crazy
 
HTTP Script Language

Hey guys,
Me and my friends have a web-site which is running phpbb. We'd like to delete about 600 threads, but phpbb only lets you delete individual threads through the web-interface (that's what we want to use).

So we want to write an automatic script that accesses a desired page via the HTTP protocol, parses the page and detects the 'delete' button, and then submits an HTTP response signaling the button was pressed. Then load the confirmation page, detect the 'confirm' button, and signal it was pressed too.

We've collected the ids of these threads (i.e. we have their url). Now we just have to write the code that aquires the page, parses it and sends action replies. We can do this in Java or perl, but it'll take a lot of time, because we'll have to learn the HTTP protocol and possibly even handle cookies and stuff.

We're wondering if there's some code library or scripting language designed specifically for this goal. That is, a langauge that offers specific HTTP functionality. Like a 'getCookie()' function, or a 'sendButtonPressedResponse()' function.

Thanks
__________________
"Always do right - this will gratify some and astonish the rest."
Four Fingers is offline  
Old 07-17-2004, 01:09 AM   #2 (permalink)
Fluxing wildly...
 
MrFlux's Avatar
 
Location: Auckland, New Zealand
Edit: wait my idea won't work, nevermind.
__________________
flux (n.)
Medicine. The discharge of large quantities of fluid material from the body, especially the discharge of watery feces from the intestines.

Last edited by MrFlux; 07-17-2004 at 01:21 AM..
MrFlux is offline  
Old 07-17-2004, 02:04 AM   #3 (permalink)
paranoid
 
Silvy's Avatar
 
Location: The Netherlands
keep in mind that phpbb might do some additional checks and balances before, during and after deletion, so just deleting rows in the DB will not be a good idea.

Most likely you will only need to call the corresponding URL for each delete-confirmation (i.o.w. you don't need to go through the whole process of deleting, you just need to submit the confirmation)
How to go about doing that is beyond my direct knowledge however...

/I don't know anything about phpbb internals so my thoughts may be off...

Edited for changes in surrounding posts...
__________________
"Do not kill. Do not rape. Do not steal. These are principles which every man of every faith can embrace. "
- Murphy MacManus (Boondock Saints)

Last edited by Silvy; 07-17-2004 at 05:56 PM..
Silvy is offline  
Old 07-17-2004, 04:44 PM   #4 (permalink)
Junkie
 
If you have the thread IDs, why don't you just write a PHP script that deletes those rows?
SinisterMotives is offline  
Old 07-17-2004, 11:41 PM   #5 (permalink)
Fluxing wildly...
 
MrFlux's Avatar
 
Location: Auckland, New Zealand
Quote:
Originally posted by SinisterMotives
If you have the thread IDs, why don't you just write a PHP script that deletes those rows?
That was what I thought of originally but then that might leave orphan records in the database.
__________________
flux (n.)
Medicine. The discharge of large quantities of fluid material from the body, especially the discharge of watery feces from the intestines.
MrFlux is offline  
 

Tags
http, language, script


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 01:50 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76