jvvg wrote:
Is it OK if I write a little PHP script that can get the actual post count of a user by using an automated search script?
Why not?
Offline
TorbyFork234 wrote:
jvvg wrote:
Is it OK if I write a little PHP script that can get the actual post count of a user by using an automated search script?
Why not?
Because the Scratch team decided to hide the post counts, and show the levels thingy instead.
Offline
jvvg wrote:
TorbyFork234 wrote:
jvvg wrote:
Is it OK if I write a little PHP script that can get the actual post count of a user by using an automated search script?
Why not?
Because the Scratch team decided to hide the post counts, and show the levels thingy instead.
The scratch team decided to block img tags before and someone freely created an antidote script and the ST were ok with it.
Offline
TorbyFork234 wrote:
jvvg wrote:
TorbyFork234 wrote:
Why not?Because the Scratch team decided to hide the post counts, and show the levels thingy instead.
The scratch team decided to block img tags before and someone freely created an antidote script and the ST were ok with it.
Good point. Hopefully someone on the ST will give me a definitive answer.
Offline
There was a really long topic about something similar to this a while back.
Offline
Zeusking19 wrote:
Couldnt you just go to Profile and check your post count?
I think he means other users.
Offline
jvvg wrote:
northmeister wrote:
Zeusking19 wrote:
Couldnt you just go to Profile and check your post count?
I think he means other users.
I do.
Unless, of course, you wrote an XSS injection-based crawler that would be put into a signature that would retrieve the post count and query a database. I shouldn't have mentioned that...
Offline
bobbybee wrote:
jvvg wrote:
northmeister wrote:
I think he means other users.I do.
Unless, of course, you wrote an XSS injection-based crawler that would be put into a signature that would retrieve the post count and query a database. I shouldn't have mentioned that...
Hold on, my brain just crashed...
Mine would be a simple XSS search bot (it would search and then see how many results there were).
Offline
Well, yeah. Yours would be the (semi-)allowed way, mine would require the user's browser to browse pages without the user knowing (through XSS injection)
Offline
bobbybee wrote:
Well, yeah. Yours would be the (semi-)allowed way, mine would require the user's browser to browse pages without the user knowing (through XSS injection)
Oh, mine runs it all on the server and the user does know about it.
I hope someone on the Scratch team gives me a definitive answer.
Offline
jvvg wrote:
bobbybee wrote:
jvvg wrote:
I do.
Unless, of course, you wrote an XSS injection-based crawler that would be put into a signature that would retrieve the post count and query a database. I shouldn't have mentioned that...
Hold on, my brain just crashed...
Mine would be a simple XSS search bot (it would search and then see how many results there were).
That wouldn't include deleted posts though (or would it?).
Last edited by RedRocker227 (2012-06-18 14:39:38)
Offline
RedRocker227 wrote:
jvvg wrote:
bobbybee wrote:
Unless, of course, you wrote an XSS injection-based crawler that would be put into a signature that would retrieve the post count and query a database. I shouldn't have mentioned that...Hold on, my brain just crashed...
Mine would be a simple XSS search bot (it would search and then see how many results there were).That wouldn't include deleted posts though (or would it?).
It wouldn't, sadly. I can't get the actual post count without the password.
Offline
RedRocker227 wrote:
jvvg wrote:
bobbybee wrote:
Unless, of course, you wrote an XSS injection-based crawler that would be put into a signature that would retrieve the post count and query a database. I shouldn't have mentioned that...Hold on, my brain just crashed...
Mine would be a simple XSS search bot (it would search and then see how many results there were).That wouldn't include deleted posts though (or would it?).
That's what a lot of people have been doing to bump up their post counts
Offline
chanmanpartyman wrote:
RedRocker227 wrote:
jvvg wrote:
Hold on, my brain just crashed...
Mine would be a simple XSS search bot (it would search and then see how many results there were).That wouldn't include deleted posts though (or would it?).
That's what a lot of people have been doing to bump up their post counts
Well, this would see right through it.
There's no way to see the "real" post count without the password, though.
Offline