Announcement

Collapse
No announcement yet.

Survey

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    www.NJBassFederation.com
    www.AmandaLiardo.com

  • #2
    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
    www.NJBassFederation.com
    www.AmandaLiardo.com

    Comment


    • #3
      Re: Survey

      Hi, bottom of this thread http://www.vodahost.com/votepro.htm
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment


      • #4
        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
        www.NJBassFederation.com
        www.AmandaLiardo.com

        Comment


        • #5
          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>
          Regards Chris.

          Collectables, Collecting, collectors-info.com

          www.chrismorris.co.uk

          House build project

          Comment


          • #6
            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
            www.NJBassFederation.com
            www.AmandaLiardo.com

            Comment


            • #7
              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.
              Regards Chris.

              Collectables, Collecting, collectors-info.com

              www.chrismorris.co.uk

              House build project

              Comment


              • #8
                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
                www.NJBassFederation.com
                www.AmandaLiardo.com

                Comment


                • #9
                  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!
                  Regards Chris.

                  Collectables, Collecting, collectors-info.com

                  www.chrismorris.co.uk

                  House build project

                  Comment


                  • #10
                    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:



                    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
                    www.NJBassFederation.com
                    www.AmandaLiardo.com

                    Comment


                    • #11
                      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.
                      Regards Chris.

                      Collectables, Collecting, collectors-info.com

                      www.chrismorris.co.uk

                      House build project

                      Comment


                      • #12
                        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
                        www.NJBassFederation.com
                        www.AmandaLiardo.com

                        Comment


                        • #13
                          Re: Survey

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

                          Comment


                          • #14
                            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.
                            Regards Chris.

                            Collectables, Collecting, collectors-info.com

                            www.chrismorris.co.uk

                            House build project

                            Comment


                            • #15
                              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:

                              Monsterhost provides fast, reliable, affordable and high-quality website hosting services. We're a Hosting Monster with unmatched security, 24/7 expert support.


                              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
                              www.NJBassFederation.com
                              www.AmandaLiardo.com

                              Comment

                              Working...
                              X