User not logged in - login - register
Home Calendar Books School Tool Photo Gallery Message Boards Users Statistics Advertise Site Info
go to bottom | |
 Message Boards » » VOTE FOR NC STATE @ VICTORIA'S SECRET! Page [1]  
nsgriffi
Veteran
295 Posts
user info
edit post

To get NC State nominated for a Victoria's Secret line of apparrel vote at the link below...

http://www.vspink.com/nominate_your_school.jsp

I know TWW has enough pull to get more votes for NC State than all the other schools!

10/29/2008 6:45:09 PM

OhBoyeee
Suspended
2164 Posts
user info
edit post

nah

10/29/2008 6:45:26 PM

NCSUGimp
All American
24387 Posts
user info
edit post

lets see some tits

then we'll talk

10/29/2008 6:45:43 PM

nsgriffi
Veteran
295 Posts
user info
edit post

we are ranked like #148. that sucks. bob jones university is even #12... boooooo.

10/29/2008 6:48:34 PM

GoldenGirl
All American
6475 Posts
user info
edit post

They need to! I was pissed when they had unc but not state.

but wtf in #145 place?! ya we will never get to the top.

10/29/2008 6:49:02 PM

wdprice3
BinaryBuffonary
45912 Posts
user info
edit post

FDT, and we shall vote.

10/29/2008 6:49:03 PM

ReceiveDeath
INEED2 GET HIRITENOW
70330 Posts
user info
edit post

fuck this shit

10/29/2008 6:49:27 PM

NCSUGimp
All American
24387 Posts
user info
edit post

BJ U is #12

but im sure all the kids that voted will be fined $100 for going to the site

10/29/2008 6:49:51 PM

wdprice3
BinaryBuffonary
45912 Posts
user info
edit post

Drexel U. = 5,201,260 votes. I don't think TWW is going to top that

10/29/2008 6:50:36 PM

Ronny
All American
30652 Posts
user info
edit post

Yeah. Fuck BJU.

10/29/2008 6:50:57 PM

JT3bucky
All American
23362 Posts
user info
edit post

paging a poll skewer

10/29/2008 7:02:48 PM

TenaciousC
All American
6307 Posts
user info
edit post

on the way up.... #143 now

10/29/2008 7:04:55 PM

miska
All American
22242 Posts
user info
edit post

#142

10/29/2008 7:18:17 PM

simonn
best gottfriend
28968 Posts
user info
edit post

zion bible college, lol.

10/29/2008 7:20:11 PM

nsgriffi
Veteran
295 Posts
user info
edit post

ahhhh we have dropped back to #146... we can do way better than that... those Christian Bible colleges are mocking us

11/1/2008 10:50:56 PM

dagreenone
All American
5971 Posts
user info
edit post

I voted

11/1/2008 10:55:40 PM

puppy
All American
8888 Posts
user info
edit post

146.

11/1/2008 10:56:22 PM

Tiberius
Suspended
7607 Posts
user info
edit post

I smell h4x

11/1/2008 10:58:26 PM

Optimum
All American
13716 Posts
user info
edit post

h4x - it's the new teen spirit

11/1/2008 10:59:46 PM

Tiberius
Suspended
7607 Posts
user info
edit post

apparently they just recently added the CAPTCHA and the school with millions were all cheating, so there's pretty much no point in playing this

[Edited on November 1, 2008 at 11:05 PM. Reason : unless the CAPTCHA is poorly done and you can submit past it ... hmm]

11/1/2008 11:03:43 PM

Tiberius
Suspended
7607 Posts
user info
edit post

so it doesn't appear any HTTP traffic is occuring with respect to the CAPTCHA

if anyone knows anything about flash debugging they could probably walk all over this like the other tech schools

11/1/2008 11:11:31 PM

Tiberius
Suspended
7607 Posts
user info
edit post

haha

even better

URL=http://www.vspink.com/services/university_count.jsp
POSTDATA =tokenString=07d9d2edd7e88cf345db3e5c5e9f098e&universityName=North%20Carolina%20State%20University
POSTDATA =universityName=North%20Carolina%20State%20University&tokenString=1057000dea96f0640f9f0d80585a8cc5

[Edited on November 1, 2008 at 11:25 PM. Reason : appears the token string may just be a random hex value, let's see!]

11/1/2008 11:17:11 PM

Tiberius
Suspended
7607 Posts
user info
edit post

<?xml version="1.0" encoding="UTF-8"?>
<data>


<success>null,
</success>

</data>


hahaha

that appears to be a BINGO

11/1/2008 11:27:09 PM

Optimum
All American
13716 Posts
user info
edit post

take a break dude, go or something.

11/1/2008 11:30:25 PM

dagreenone
All American
5971 Posts
user info
edit post

11/1/2008 11:32:12 PM

Tiberius
Suspended
7607 Posts
user info
edit post

someone convert this to a JavaScript xmlhttp callback loop and embed it:

#!/usr/bin/perl

use LWP;
use LWP::ConnCache;

$submit_url = "http://www.vspink.com/services/university_count.jsp";

my $browser = LWP::UserAgent->new( timeout => 3 );
$browser->conn_cache(LWP::ConnCache->new());

while (true) {
one_vote( $browser, $submit_url );
}

sub one_vote {

my $browser = shift;
my $submit_url = shift;

my $token = join "", map { unpack "H*", chr(rand(256)) } 1..16;
my $post_data = "tokenString=$token&universityName=North%20Carolina%20State%20University";

my $http_response = $browser->post( $submit_url, $post_data );

if ($http_response->is_success) {
print "successfully voted with tokenString $token\n";
}
}


The updates seem to be cached for a while, but I have this script running w/ 12 threads, we'll see if it's actually going through if we've moved up in the next few updates I guess...

[Edited on November 1, 2008 at 11:50 PM. Reason : WE'LL SHOW THOSE BASTARDS]

11/1/2008 11:41:53 PM

Tiberius
Suspended
7607 Posts
user info
edit post

k so it appears they have it locked down to 1 vote per IP per 24 hours

someone needs to get on teh javascript

[Edited on November 2, 2008 at 12:20 AM. Reason : in the mean time I'll see what I can do with a proxy list, out of curiosity ]

11/2/2008 12:19:03 AM

BigEgo
Not suspended
24374 Posts
user info
edit post

bttt

11/5/2008 1:26:38 AM

NCSUGirl83
All American
10343 Posts
user info
edit post

there's also one of those captcha things...does that matter?

11/5/2008 1:31:38 AM

hypaone
All American
11084 Posts
user info
edit post

I voted... even though this won't affect me at all.

11/5/2008 1:32:53 AM

BigEgo
Not suspended
24374 Posts
user info
edit post

if nc state wins NCSUGirl83 will post n00ds/pics wearing victoria's secret

11/5/2008 1:33:09 AM

 Message Boards » Chit Chat » VOTE FOR NC STATE @ VICTORIA'S SECRET! Page [1]  
go to top | |
Admin Options : move topic | lock topic

© 2025 by The Wolf Web - All Rights Reserved.
The material located at this site is not endorsed, sponsored or provided by or on behalf of North Carolina State University.
Powered by CrazyWeb v2.39 - our disclaimer.