On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote:
On 6/21/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Thu, 2007-06-21 at 20:25 +0200, Tijnema wrote:
> > On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote:
> > > On 6/21/07, Dan <[EMAIL PROTECTED]> wrote:
> > > > Seconded :D
> > >
> > > Cool, please go to the following url and clickthe button:
> > >
> > > http://gpcc.tijnema.info/
> > >
> > > Tijnema
> >
> > Go, go, go people :)
> >
> > 5 users have clicked yet :)
>
> Someone else is doing it too... ;)
>
> <?php
>
>    function teehee()
>    {
>        $rawPost = array
>        (
>            'submit' => 'Cool idea!',
>        );
>
>        foreach( $rawPost as $key => $value )
>        {
>            $post[] = urlencode( $key ).'='.urlencode( $value );
>        }
>
>        $post = implode( '&', $post );
>
>        $ch = curl_init( 'http://gpcc.tijnema.info/?' );
>
>        curl_setopt( $ch, CURLOPT_HEADER, 0 );
>        curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
>        curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
>        curl_setopt( $ch, CURLOPT_TIMEOUT, 45 );
>
>        if( $rawPost )
>        {
>            curl_setopt( $ch, CURLOPT_POSTFIELDS, $post );
>        }
>
>        $result = curl_exec( $ch );
>    }
>
>    for( $i = 0; $i < 10000; $i++ )
>    {
>        teehee();
>    }
>
> ?>
>
> Cheers,
> Rob.


IP Check based ;)

So, it is possible if you use different proxy each time...


Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



   Maybe so, but you're using mysql_num_rows(); for displaying on the
vote page.  ;-P

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to