Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Adding Elements To Your Website

Notices

Adding Elements To Your Website Discussions, help & troubleshooting about adding templates, backgrounds, images, text, iframes, scroll bars, marquees, flash, video, music, HTML Code, shapes, lines, java scripts, and all other elements. Etc… etc…

Reply
 
LinkBack Thread Tools
  #1  
Old 10-14-2007, 03:18 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 10-14-2007, 05:41 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 10-14-2007, 09:56 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
Default Re: Survey

Hi, bottom of this thread http://www.vodahost.com/votepro.htm
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 10-14-2007, 05:29 PM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 10-14-2007, 05:40 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
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>
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 10-14-2007, 05:44 PM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 10-14-2007, 07:52 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
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.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 10-15-2007, 02:09 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 10-15-2007, 07:13 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
Default Re: Survey

Quote:
Bottom of page http://www.vodahost.com/votepro.htm
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,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 10-16-2007, 12:35 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old 10-16-2007, 12:43 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
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.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old 10-16-2007, 01:17 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old 10-16-2007, 02:23 AM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
Question Re: Survey

Hi,
I'm still having problems getting votepro to work if anyone can help?
__________________
Elliott Liardo
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old 10-16-2007, 08:35 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,703
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.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old 10-16-2007, 10:32 PM
viper225's Avatar
Second Lieutenant
 
Join Date: Jan 2007
Location: Linden NJ
Posts: 110
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
Raritan Valley Bassmasters
http://www.raritanvalleybassmasters.com/
Webmaster
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 12:00 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

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