Jump to content

MexiTek

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

MexiTek's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I would just change this line. if(!$loggedin) Change it to: if($loggedin) Then ONLY the LOGGED IN users will see this content.
  2. You could try this inside your while. while ( list($key,$value) = each($e) ) { echo $key.' => '.$value; }
  3. Though this technique does not make much sense. It can be useful when you are trying to spoof a voting system that takes it's params via post or uri. They limit voting to 1 per IP per day, but if you could make a script that has a list of many proxies. Then you can vote many times per day.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.