[PHP][SOURCE] Votifier listener tester

Discussion in 'Resources' started by davidp027, Nov 12, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    davidp027

    Since I didn't find any website online that allows custom name input to create a test vote, I made my own. I haven't been able any host where fsockopen() works for free, so I'm only going to be giving the source out, most of you will probably be able to set it up, there's only a simple edit to do to get it working wich is the line #107in index.php
    Code:
    $ch = curl_init("http://127.0.0.1:82/votifier/voter.php");
    you need to change the
    Code:
    http://127.0.0.1:82/votifier/voter.php
    to the url of your voter.php(The other script included in the archive)
    Ex:
    Code:
    $ch = curl_init("http://example.com/voter.php");
    The http:// needs to be there, else it won't work.
    Download: https://dl.dropboxusercontent.com/u/70260392/votifier.zip
    Virus Scan: https://www.virustotal.com/fr/file/...3a90475fc3db963c4121377ae1299af155d/analysis/
    Screen:[​IMG]
     

    Attached Files:

  2. Offline

    thomasb454

    Really useful. Great stuff.
     
  3. Offline

    dori99xd

    Are i am blind, or is there's no download?
     
    davidp027 likes this.
  4. Offline

    thomasb454


    Haha, I just realised this too.
    I was in the bath on an iPad when reading the post. XD
     
    dori99xd likes this.
  5. Offline

    davidp027

    Fixing it, seems that the attachement failed, it won't show up. Added dropbox link
     
    thomasb454 likes this.
  6. Offline

    davidp027

  7. It does, it calls a new VoteEvent which is part of Votifier :)
     
Thread Status:
Not open for further replies.

Share This Page