Author Topic: Request: Upvote topics in Suggestions and Requests board.  (Read 2159 times)

if it were done via greasemonkey scripts, you would have to have a remote server (cause you can't store it on forum.blockland.us becuz badspot... well he doesn't want it in his own stuff, obviously) which the greasemonkey thingy would query with gm_xmlhttprequests

torquescript because it's 100% pro and because i was stating it was possible.


simply loop through all links in the right section of the webpage, and build a query
then, send a list of the links
server replies with amount of upvotes in same order as previous list (because continuity)
client edits in the crap

boom
E: oh you said "what" you'd use not "why" you'd use

idk a webserver with a sql database

unless its torquescript
then just use variables
personally i like the way this is laid out. http://forum.blockland.us/index.php?topic=208544.msg5811696#msg5811696
« Last Edit: September 19, 2012, 12:54:14 AM by Lugnut »

going to attempt this client-sidedly.




if there was downvoting it'd have to be like
you can only downvote 3 posts a day or even 1 post a day and you can't downvote the same post twice

orly
really.
client sided array-building and request-assembling is done

i just need to work on server side code and make the client side stuff use the response


shouldn't take me too long

Even if you get it to work well, I don't see a purpose in it other than bragging.
Unless it's as accessible as a direct forum mod, not enough people would use it for it to be worthwhile

if it were done via greasemonkey scripts, you would have to have a remote server (cause you can't store it on forum.blockland.us becuz badspot... well he doesn't want it in his own stuff, obviously) which the greasemonkey thingy would query with gm_xmlhttprequests

torquescript because it's 100% pro and because i was stating it was possible.


simply loop through all links in the right section of the webpage, and build a query
then, send a list of the links
server replies with amount of upvotes in same order as previous list (because continuity)
client edits in the crap

boom
E: oh you said "what" you'd use not "why" you'd use

idk a webserver with a sql database

unless its torquescript
then just use variables
personally i like the way this is laid out. http://forum.blockland.us/index.php?topic=208544.msg5811696#msg5811696
And then, spam requests because it's 100% impossible to authenticate users!

And then, spam requests because it's 100% impossible to authenticate users!
dammit kalph why do you make everything so hard

forget




i'll make the mod then release the server and client and you guys can make it work better if you want i guess

dammit kalph why do you make everything so hard

forget
Because it's better to kill useless projects before people waste their time.

Because it's better to kill useless projects before people waste their time.
but it's fun :(


are there any personally-indetifying cookies i can send along from smf without actually getting any important info

like logins or sessions

i don't wanna be banned for hacking but i really would like to see this work
E: i mean not logins or sessions but similarly personally indentifiable

or something
« Last Edit: September 19, 2012, 07:38:17 PM by Lugnut »

If you're collecting session IDs you will most likely be banned.

Really? How are you going to do something like that?