Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<?
$admin_name = "az"; // For the admin control Panel : )
$user = "az"; // your admin username
$pass = "az"; // your admin password
$your_url = "http://lubang.freehostia.com/raz/ank/"; // your URL to poll files no trailing slash
$imgurl = "http://www.lubang.freehostia.com/raz/ank/default_stylesheet.css"; // url to
bar.gif
$poll_bar_height = "5"; // the height of your poll bar in pixels, 5
is default
$stylesheet_url = "http://www.lubang.freehostia.com/raz/ank/default_stylesheet.css"; // leave blank ( =
""; ) for default
$nopoll = "Няма анкета"; // text displayed when no
poll open
$voted_already = "Вие вече сте гласували!"; // text displayed when visitor has
already voted on poll
$view_archive = "Всички анкети"; // text displayed to view archive
$vote_button_text = "Гласувай!";
$random_display = false; // change this to false if you do not want your polls to be
displayed in random order
$thankyou_message = true; // change to false if you want the poll to refresh the page
after voting, otherwise a thank you message will be displayed
$version = "2.0"; // version number
?>
<?php
$admin_name = "admin"; // For the admin control Panel : )
$username = "admin"; // your admin username
$password = "password"; // your admin password
$your_url = "http://www.lubang.freehostia.com/raz/ank"; // your URL to poll files no trailing slash
$imgurl = "http://www.lubang.freehostia.com/raz/ank/bar.gif"; // url to bar.gif
$poll_bar_height = "5"; // the height of your poll bar in pixels, 5 is default
$stylesheet_url = "http://www.lubang.freehostia.com/raz/ank/default_stylesheet.css"; // leave blank ( = ""; ) for default
$nopoll = "Няма анкета"; // text displayed when no poll open
$voted_already = "Вие вече сте гласували!"; // text displayed when visitor has already voted on poll
$view_archive = "Всички анкети"; // text displayed to view archive
$vote_button_text = "Гласувай!";
$random_display = false; // change this to false if you do not want your polls to be displayed in random order
$thankyou_message = true; // change to false if you want the poll to refresh the page after voting, otherwise a thank you message will be displayed
$version = "2.0"; // version number
?>