Hlasování

Technická podpora pro naše hostované weby
Message
Autor
Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Hlasování

#11 Příspěvekod Fifal » 17 bře 2014, 17:41

Ano opravil jsem to a už to napíše jen toto:
Spoiler: zobrazit

Kód: Vybrat vše

Warning: fsockopen() [function.fsockopen]: unable to connect to 78.24.9.227:8192 (Connection refused) in /data/web/virtuals/15274/virtual/www/vote.php on line 25
Váš hlas byl úspěšně zaznamenán.

:D
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Hlasování

#12 Příspěvekod NetManSK » 17 bře 2014, 17:45

To je pokrok! :D pošli config GA a votifier

-- 17 bře 2014, 17:46 --

Alebo radšej skús toto:

Kód: Vybrat vše

<form action="http://czech-craft.eu/vote.php" method="get" target="_blank">
   <input type="hidden" name="7405" value="29249">
   <p class="center">Podpoř server! Napiš do kolonky tvůj nick na serveru!</p><input type="text" name="user"><br>   <p class="center"><button type="submit" class="link">Hlasuj!</button></p>
  </form>
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Hlasování

#13 Příspěvekod Fifal » 17 bře 2014, 17:56

Ale budu to moci zahlasovat až za 2hod.
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Hlasování

#14 Příspěvekod NetManSK » 17 bře 2014, 17:56

Ja zahlasujem daj LINK
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Hlasování

#15 Příspěvekod Fifal » 17 bře 2014, 17:58

Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Hlasování

#16 Příspěvekod NetManSK » 17 bře 2014, 19:51

Ten GAlistener a Votifier config ok
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Hlasování

#17 Příspěvekod Fifal » 17 bře 2014, 20:00

CAlisteren:
Spoiler: zobrazit

Kód: Vybrat vše

#  GiveAnything Config
#  http://www.mc-index.com
#
#  Online only (default: true)
#  onlineonly: true
#
#  Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
#
#  Lucky vote (default: false)
#  luckyvote: false
#
#  Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below.
#
#  Vote command (/vote) (default: false)
#  votecommand: false
#
#  Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
#
#  Login vote reminder (default: false)
#  voteremind: false
#
#  Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
#
#  Services section (default is used if service doesn't exist)
#  MC-Index:
#    broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
#    playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
#    commands:
#      - '/give {username} 264 5'
#      - '/xp give {username} 200'
#
#  The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
#
#  Lucky votes section (disabled by default)
#  luckyvotes:
#    50:
#      broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
#      playermessage: '{GREEN}You were lucky and received an extra $1000!'
#      commands:
#        - '/eco give {username} 1000'
#    100:
#      broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
#      playermessage: '{GREEN}You were super lucky and received an extra $5000!'
#      commands:
#        - '/eco give {username} 5000'
#
#  The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000
#  If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
#
#  Vote Message
#  votemessage:
#    - 'add a message here with voting information'
#    - 'players will see this when they type /vote'
#
#
#  Available codes for messages / commands:
#
#  {service}    {servicename}   {SERVICE}   = service name
#  {username}   {player}        {name}      = player username

#  & = Colour Symbol to enter manual colours / control codes
#  {AQUA}       {BLACK}         {BLUE}          {DARK_AQUA}     {DARK_BLUE}
#  {DARK_GRAY}  {DARK_GREEN}    {DARK_PURPLE}   {DARK_RED}      {GOLD}
#  {GRAY}       {GREEN}         {LIGHT_PURPLE}  {RED}           {WHITE}
#  {YELLOW}     {BOLD}          {ITALIC}        {UNDERLINE}     {STRIKETHROUGH}
#  {STRIKE}     {STRIKETHROUGH} {MAGIC}         {RESET}
#

settings:
  onlineonly: true
  luckyvote: false
  broadcastqueue: true
  votecommand: true
  voteremind: true
services:
  default:
    broadcast: '{GREEN}{username} {GOLD}hlasoval pro server {GREEN}{service} {GOLD}Hlasuj taky !{GREEN}http://trolicek-mega.funsite.cz/!'
    playermessage: '{GREEN}DÍK za hlas :) za 2 hodiny muzes znova{AQUA}{service}!'
    commands:
      - '/give {username} 264 5'
      - '/give {username} 41  2'
      - '/give {username} 42  2'
      - '/say  {username} Dík za hlas :)'
luckyvotes:
  '10':
    broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
    playermessage: '{GREEN}You were lucky and received an extra $1000!'
    commands:
    - /eco give user {username} 1000
  '50':
    broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
    playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
    commands:
    - /xp give {username} 100
    - /eco give {username} 1000
votemessage:
  - '{GOLD}-----------------------------------------------------'
  - '{DARK_GREEN}Vítejte na nasem serveru.'
  - '{GOLD}-----------------------------------------------------'
  - '{DARK_GREEN}Vsechny informace najdes na webu: {YELLOW}www.trolicek-mega.funsite.cz'
  - '{GOLD}-----------------------------------------------------'
  - '{AQUA}Nejdes tu spousta zabavy a svetu.'
  - '{DARK_AQUA}Creativ svet i Survival svet.'
  - '{GOLD}-----------------------------------------------------'
  - '{YELLOW}Preji prijemnou zbavu. {GOLD}Vas AdminTeam'
  - '{GOLD}-----------------------------------------------------'


Votifier:
Spoiler: zobrazit

Kód: Vybrat vše

host: 93.91.250.120
port: 29249
debug: false
listener_folder: plugins/Votifier/listeners
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Hlasování

#18 Příspěvekod NetManSK » 17 bře 2014, 20:34

V tom screene na prvej strane a prvý screen máš http://trolicek-mega.funsite.cz skús tam dať http://www.trolicek-mega.funsite.cz/
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: Hlasování

#19 Příspěvekod Fifal » 17 bře 2014, 20:44

Na tom podle mě nezáleží to je jen info pro hráče, ale zkusím to.

-- 17 bře 2014, 19:45 --

Už se z toho poseru:

Kód: Vybrat vše


Warning: fsockopen() [function.fsockopen]: unable to connect to 78.24.9.227:8192 (Connection refused) in /data/web/virtuals/15274/virtual/www/vote.php on line 25
Váš hlas byl úspěšně zaznamenán
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Hlasování

#20 Příspěvekod NetManSK » 17 bře 2014, 20:46

Chýba ti tam adress číže adresa webu... na tom určite bude záležať
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+


Zpět na „Web hosting“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 2 hosti