Results 1 to 15 of 15

Thread: Survey
      
   

  1. #1
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Survey

    Hello,
    I want to put a survey question on my web site and get a instant percentage after someone chooses yes, or no.

    Would anybody know how, or can this be done in blueVoda, yes, or no?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  2. #2
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Cool Re: vote pro

    Sorry,
    Did some reading up.

    Where do I download this vote pro 4.0 for bluevoda? I cannot seem to locate it.
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

  4. #4
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Survey

    Chris,
    First, thank you very much for replying. I did some reading up late last night, and found how to do it from my control panel, in fantastico if I spelled that correct.

    Here is my dilemma.

    I created a new web site in a new sub director. It is piggy backed from my home domain, Golden Hands cleaning service. I pasted the script in the HTML box on the index page, but nothing seems to show when I publish the web page for viewing. I also noticed in the ftp a new director was created for the survery. I know this probably sounds confusing, sorry for that. What I'm actually doing is created a club web site, coming November the site will stand alone once approved by the club. I wanted to put a survey question on the front page just to see if I can do that, and of course, to see if it works with displayed results underneath it.

    http://www.goldenhandscleaningservice.com/fishing/

    Above is the web site I have created.

    I just came back, and posted the script in golden hands, and it still dose not show, hmmm?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  5. #5
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Survey

    Hi, I haven’t used it much as yet, so I am not familiar with it yet.. But once you have it set up for a poll. I found the easiest one to use was the remote java code. Just paste it into a html box on the front of your BV page & press preview for the result. See if this code works on your BV page.



    <script language="JavaScript">//<!--
    var curURL = document.URL;
    var curPos = curURL.indexOf("?");
    if(curPos <= 0)
    {
    var preURL = curURL;
    var curURL = "?";
    }
    else
    {
    var preURL = curURL.substr(0,curPos);
    var curURL = curURL.substr(curPos);
    }
    var remoteURL = 'http://www.shoppers-info.com';
    var sURL = remoteURL +'/votepro/poll_distant.php'+ curURL +'&poll_id=3&our_remote_host='+ remoteURL +'&main_action_url=' + preURL;
    document.write('<script language="JavaScript" ' +
    'src="' + sURL + '"></script>');
    //--></script>

  6. #6
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Survey

    Chris,
    That worked. I previewed in my browser. Now, can I change the questions?

    This code is from something I read last night? how do I get to that?

    "vote Pro" I can't seem to find this?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Survey

    Hi, when you have produced a poll it will give you the options for the code when you save.
    Or when you save the poll it will also give you the codes in a link area of any polls that you have created. There is a small demo of an admin center at this url.

  8. #8
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Cool Re: Survey

    Thanks Chris again.
    I tried it and it works, but I still do not know where I can download this. I have an account in Bluevoda, and did not find this in the control panel, nor in the support center.
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  9. #9
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Survey

    Form Maker Pro and all other premium Scripts and downloads can be found in The Treasure Chest area of our Support Forum. Please check your welcome letter for your Treasure Chest password, if you did not receive a password in your welcome letter, please submit a support ticket. VodaHost Customers Only!

  10. #10
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Cool Re: Survey

    Hello Chris,
    I think I have done pretty much all of the directions to download Votepro, but I'm having difficulty open the link posted to go to:

    http://your.site.com/votepro

    If I did something wrong would this be the reason why it is not opening, finding the site?

    My apologies for bothering you on this, but I want to get it right.
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  11. #11
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Survey

    Hi, have found a lot of the time its a file that hasn't uploaded to the server when a program hasn't worked on the 1st attempt. Would be worth checking each folder & each file on your home machine against the server ones to make sure they have all uploaded.

  12. #12
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Survey

    Chris,
    This is where I'm not sure I did everthing correct. I opened bluevoda, and then ftp, copied the votepro folder over to the right side. Was this correct?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  13. #13
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Survey

    Hi,
    I'm still having problems getting votepro to work if anyone can help?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  14. #14
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Survey

    Hi, you should have a folder on your server called “votepro” if installed correctly & it should look like public_html/votepro/ in your c panel. I am also assuming that you have set up the mysql side of things & followed all instructions for votepro. If this is correct you should be able access your vote pro admin area via http://www.yourwebsite.com/votepro/index.php
    If you can’t? It still sounds like files haven’t got from your machine to the server. This part is important as nothing will work correctly unless this is checked.

  15. #15
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Survey

    Hello,
    All of things you have mentioned are correct. Maybe there is one thing that I have done wrong, not sure. I did create a database in my control panel as well.

    This is the error I'm getting.

    Forbidden

    You don't have permission to access /votepro/index.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Also, when you sent the link to me:

    http://www.yourwebsite.com/votepro/index.php

    should I be putting my web site name in replace of yourwebsite to look like this?

    http:/www.goldenhandscleaningservice.com/votepro/index.php

    I have tried this as well, and that is the error I get.
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49