PDA

View Full Version : Vote Reward Panel


CodeDemon
09-28-2008, 06:25 PM
Credits to 1337d00d who made this

Basically what is does is that you put it on your site and you can add voting sites to it and people can vote every 12 hours by clicking on the vote button and typing in their name. When they vote they get 1 voting point per site and they can the spend their points on voter items which you can add to the panel :)

Screen shot:

http://img230.imageshack.us/img230/9349/fgdfgdfgdfgdfgfvb4.jpg

DOWNLOAD:
Download avs.rar (http://www.qsave.info/tz85uaunqnom)

sjoerdman
09-28-2008, 06:28 PM
Looks really nice. I didn't test it but I know you, so it works. :D +rep.

wowenable
09-28-2008, 06:39 PM
Cool I'm using this.

mako1
09-28-2008, 06:43 PM
Nice i guess, but u need to give credits to 1337d00d as he is the creator, you "May" have modified it (if you did) but without the origonal you couldn't modify it, so give credits

CodeDemon
09-28-2008, 06:44 PM
Sorry about that I am adding Credits because I didnt know who made it somebody gave this to me :P

zeeka
09-29-2008, 01:41 AM
haha in this post picslz it there!.... woot woot

mako1
09-29-2008, 12:49 PM
ahhh ok :D, lawl

methious
09-29-2008, 03:48 PM
login.php in pages folder is not working, so whole thing cant log you in. DONT WORK

MCRaider
09-29-2008, 04:09 PM
Looks exactly the same as Beyond-wow used to have :D

lol
09-29-2008, 05:58 PM
O.o I Couldnt get it working =(

swanitalia
09-30-2008, 12:22 AM
it works 4 me cept when u go 2 spend voter points it says browser is outdated. can u help fix this error.

justaplayer
10-10-2008, 03:40 PM
"everything" working fine here, great job but...

your vote panel have a big problem, u dont have to type the captcha code of topsites, u just have to click on "vote" and clsoe the topsite page without voting, can u PLEASE< give me the code? how can i fix it? help me please, TYVM

zeroox-net
10-10-2008, 05:06 PM
wtf is that?


http://i38.tinypic.com/2zsmg60.jpg

justaplayer
10-10-2008, 05:45 PM
zeroo i experienced the same problem, thats a database error probably, post your index.php config

Furine
10-10-2008, 06:03 PM
I've got same problem

Index.php...
<?php

//Configuration

//Logon Database information.
define("LOGON_HOST","*MASKED*");
define("LOGON_USER","furine");
define("LOGON_PASS","*MASKED*");
define("LOGON_DB","logon");
define("ENCRYPT_PASSWORDS",false); // !!! - Not yet supported

//Local webserver's MySQL information.
define("MYSQL_HOST","*MASKED*");
define("MYSQL_USER","furine");
define("MYSQL_PASS","*MASKED*");
define("MYSQL_DB","avs");

//In game mail settings
define("MAIL_SUBJECT","Thanks For Voting!");
define("MAIL_BODY","Thank you for voting for our server. Here is your reward!");

// Misc
define("RPPV",1); // Reward points per vote. Must be a whole number.

session_start();
// force login to view.
if(!$_SESSION['vcp']['authenticated'] && $_GET['act'] != "vote")
{
include("pages/login.php");
new Login();
die;
}
switch($_GET['act'])
{
default:
include("pages/overview.php");
new Overview();
break;
case "rewards":
include("pages/rewards.php");
new Rewards();
break;
case "spend":
include("pages/spend.php");
new Spend();
break;
case "vote":
include("pages/vote.php");
new Vote();
break;
}
?>

Elfandor
10-10-2008, 06:10 PM
Work for mangos???

justaplayer
10-10-2008, 06:14 PM
nothing wrong furine, i think, did u followed all the steps? open the readm file :p


And i still LF help, my question is:

""everything" working fine here, great job but...

your vote panel have a big problem, u dont have to type the captcha code of topsites, u just have to click on "vote" and clsoe the topsite page without voting, can u PLEASE< give me the code? how can i fix it? help me please, TYVM"

Furine
10-10-2008, 06:20 PM
I followed all steps, still doesn't work :(

justaplayer
10-10-2008, 06:24 PM
did u created a table called vote_rewards on logon DB?

Furine
10-10-2008, 07:02 PM
Yes...

Getting login failed now, no other error -.-

justaplayer
10-11-2008, 06:29 AM
"everything" working fine here, great job but...

your vote panel have a big problem, u dont have to type the captcha code of topsites, u just have to click on "vote" and clsoe the topsite page without voting, can u PLEASE< give me the code? how can i fix it? help me please, TYVM"

vapouRx7
10-12-2008, 10:38 AM
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AC Web Ultimate Repack\Server\htdocs\vote\pages\login.php on line 82
Login failed.


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AC Web Ultimate Repack\Server\htdocs\vote\pages\overview.php on line 21
Your Stats
• Reward Points: 0
• Time to vote:

Please, help?

outy5y2k
10-12-2008, 06:55 PM
was there a fix for the rewards drop down boxs where it says "your browsers is outdated"


sorry if i missed this somewhere else



plz someone

Illidanftw
11-03-2008, 07:30 PM
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Kit\wamp\Crimes-WoW Funnn\wamp\www\avs\pages\login.php on line 82
Login failed.
PLS HELP ME .
how to get him to go?

pls help me and send gm on crimes-wow.net contact crimeswow@yahoo.com NEED VOTE REWARD PANEL !

littleninja
01-30-2009, 10:28 PM
I put in my mysql details but when i checked to see if it worked when i put in my login details i got this
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AC Web Ultimate Repack\Server\htdocs\avs\pages\vote.php on line 17
what should I do

claudenegm
02-10-2009, 10:38 PM
I found something very important...
if the person votes and forwards his computer time he will be able to vote again... here is the code that will let him unable to vote again.
What did i change?
instead of using the computer time it uses now the server time!!
Hope it helped..

Dowload vote.txt as vote.php and replace the other vote.php in the pages folder

http://wowarmageddon.servebbs.com/logo.gif

WoWArmageddon (http://wowarmageddon.servebbs.com)'s admin

rastaraus
02-14-2009, 01:32 AM
FIXED IT :P

I've learned alot of PHP latley, and i fixed the bug.

All the MySql errors are fixed.

RapidShare: Easy Filehosting (http://rapidshare.com/files/197834208/avs.zip.html)

ENJOY :P

Gnome
02-14-2009, 01:41 AM
You need to change the configs in the .php file. ^^

Kabukiblood
02-14-2009, 05:03 AM
Everything worked great for me except the spend reward points I get browser out dated as well. Can we get a fix for this?

Galthror
02-14-2009, 12:33 PM
Hey i did my website but with .html and with .asp soo how do i do for that work well cuz i tried that and there is no background with lot of error lol Thanks for ur help man !!! ill +rep if my problem can be fix

Mot989
02-19-2009, 08:07 PM
Hmmmm i have seen this somewhere b4.

O BTW what dose it mean if it says my browser is out of date?????

rastaraus
02-19-2009, 11:47 PM
oh if it says browser is out of date you have a sql db thing wrong some where, weather its in the config in the index.php, or in the mysql db where u had to insert those dbs. i had the same problem :P

Mot989
02-22-2009, 07:36 PM
What have u checked this on every browser?

Like Safari?? Firefox and IE

KryptoNEL
02-24-2009, 04:17 PM
FIXED IT

I've learned alot of PHP latley, and i fixed the bug.

All the MySql errors are fixed.

RapidShare: Easy Filehosting

ENJOY

link not work

FIXED IT :P

I've learned alot of PHP latley, and i fixed the bug.

All the MySql errors are fixed.

RapidShare: Easy Filehosting (http://rapidshare.com/files/197834208/avs.zip.html)

ENJOY :P

Link not work

vioman
02-25-2009, 01:10 AM
wtf is that?


http://i38.tinypic.com/2zsmg60.jpg

Ok well, if you are having errors like the one above ^^

It is usually caused from not all the PhP files have been edited right, or your missing tables. I used this before this is a really old rewards panel been around for a while.

But if ur getting that problem then its something u didn't edit right in the php files, or in ur DB.

Over look em, I remember when I first used this it took me for ever till i found out i was missing a table, and didn't look through all the php.

lockin
02-25-2009, 04:31 AM
Got error 82 as well

Mot989
02-26-2009, 05:29 PM
Lol looks like a lot of ppl think this is wrong :(

Zenro45
03-04-2009, 06:49 PM
was there a fix for the rewards drop down boxs where it says "your browsers is outdated"


sorry if i missed this somewhere else



plz someone

same problem here

Anden702
03-10-2009, 04:29 PM
okayy, ...

luismi69
03-10-2009, 07:32 PM
H1, i have the same error

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\avs\pages\login.php on line 82
Login failed.

What have i do for solve it??

Mot989
03-10-2009, 07:38 PM
Litraly guys this is soooooo fucked up that its just not worth using unless u know how to use PHP and know how to unbug it...... sorry guys :(

Anden702
03-12-2009, 04:40 PM
When people vote for my server i see it under the table "Votes"
But it doesent seem to register in the reward_points in "Account" Table?
Any1 have/had same problem or no how to fix?

EDIT:
First of all, Gr8 Vote System Working like a charm!!
Second, i got the problem solved. you have to change the value in the reward_tables to 0 when they create there account.
Find your "register.php" file (the php file that manage account creation)
Find the line where it add a query to the account table.
Add reward_points and set it 2 0.
PM for more info

Simzy
03-18-2009, 01:57 AM
ive got a question, in the index.php file it says "webservers mysql" but the thing is the forum is linked to its own DB and only the account page and stats page link to the logon DB is this where i would link avs into? (i know it sounds noobish but ive never used a vote panel before)

hjerpan
03-18-2009, 07:09 AM
ALL JHAVE FORGOTTEN TO RUN QUERY IN THEIR LOGON DATABASE!!!


alter table `accounts` add column `reward_points` int(255) DEFAULT '0' NULL after `muted`;


and you need to use XAMPP to get the drop down menus to work not WAMP

Makaveli
04-07-2009, 05:57 PM
Serously put like a GUIDE or something..

karim1234
07-11-2009, 09:37 PM
Reupload

toofast
07-11-2009, 09:38 PM
Could someone reupload rastaraus fixed version please?

Extreme_Blitz
07-15-2009, 01:58 AM
but the buy items page is still screwed up....anybody got any ideas. because my browser aint out dated lol.

Westland
07-18-2009, 04:53 PM
Download link dead

piano0011
07-20-2009, 02:06 AM
hey guys! I am just wondering whether has this file been taken off because I can't download it. I would appreciate if someone could send me the file at piano0011@hotmail.com

Cheers!

Venconix
07-28-2009, 11:37 AM
Reupload please!

Cele
07-28-2009, 11:45 AM
Try checking the date on this.

nicksp13
07-30-2009, 04:21 AM
Try checking the date? Who cares, it is the only solid vote panel available. I see servers in the top 20 using it.

jadedtthedt
07-30-2009, 04:32 AM
i like it :] if i get my server running, ill try it.

Cele
07-30-2009, 03:29 PM
@nicksp13 Well the original poster is no longer here, and I highly doubt anyone here cares enough to re upload it if they have it, cause I know I won't waste the time.

PsyK
08-03-2009, 03:57 PM
it works 4 me cept when u go 2 spend voter points it says browser is outdated. can u help fix this error.

Update MYSQL

revandaf
08-04-2009, 05:18 PM
links broken

HLFelkel
08-08-2009, 05:35 PM
Very cool panel.Dude you have got to make a whole website.+rep anyways.

duan3
09-07-2009, 10:53 PM
Ive got the 'browser outdated' problem aswell think its somthing in the configurations :s

disgrountled
09-10-2009, 08:09 AM
Can someone please update the link, all of the links here (except mail) are down. Thank You

would be great if you add new link ...that qsave.info it`s bs , and the rapidshare link is dead.

Doom264
09-23-2009, 06:43 PM
yeah i need this too... anyone got updated of this... or who can.. :-\

war_style
09-27-2009, 12:02 AM
dont work to download ...:|

kanota
10-08-2009, 01:17 AM
seriously, there is no working voting reward system anywhere?

Nostradamus
10-12-2009, 11:18 PM
I keep getting sent to getip.org

mrappelflap
10-16-2009, 09:31 AM
can someone please upload new link is broken like hell

id820
10-23-2009, 12:40 PM
Re-uploaded:
voting.zip (http://www.mediafire.com/?zflzenzznmm)

top
10-24-2009, 09:53 AM
reupload avs.rar (http://upload-drive.com/file/3867/avs-rar.html)

id820
10-24-2009, 10:58 AM
lol?

Mazumion
10-24-2009, 02:37 PM
gief updated link xD it goes to giveip.org :P

Doom264
11-11-2009, 03:47 AM
can we get a reupload of this..?

Kuxxx
11-11-2009, 11:45 AM
i can login but i get this errort at the top i think there are some tables missing but can't figure out what :(


Warning: session_start() [function.session-start]: open(..\Server\tmp\sess_288dafb5ba3263b73d87ee4eb5 ced360, O_RDWR) failed: No such file or directory (2) in D:\Users\KuxXx\Desktop\FusionWoW\Server\htdocs\en\ vote\voting\index.php on line 25

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\Users\KuxXx\Desktop\FusionWoW\Server\htdocs\en\ vote\voting\index.php:25) in D:\Users\KuxXx\Desktop\FusionWoW\Server\htdocs\en\ vote\voting\index.php on line 25

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Users\KuxXx\Desktop\FusionWoW\Server\htdocs\en\ vote\voting\index.php:25) in D:\Users\KuxXx\Desktop\FusionWoW\Server\htdocs\en\ vote\voting\index.php on line 25

http://secretwow.servegame.com:88/en/voting

i did tested it on 3 diferent vote sistems...

http://secretwow.servegame.com:88/en/vote/vote/

http://secretwow.servegame.com:88/avs/

i m not a php pro but when i get it working or sombody helps me to get it working i zip it and share it with all of you (with all the info and how to set it up)

SupernovaHH
11-12-2009, 05:22 AM
Ok for all wh get 'Browser is outdated' that's an issue with the voterewards, and realms table, MAKE SURE ITS DONE THE RIGHT WAY

Also the column reward_points NEEDS to be there.

The files NEED to be executed in MYSQL database.

Session start error is bc its not locating the temporary file or because you have an old version of php, try php5

I have a problem. I can't get the points to add. I've tried and it says points: 10 but when i log off and back on it resets.

Nevermind, Just had to change register.php to set the Reward_points cloumn to 0

To set the RP to 0 on register just Ctrl+F and type insert into accounts, you will see a list of stuff like this --> (login,password,email,lastip,flags)

after flags type , reward_points so its -->(login,password,email,lastip,flags,reward_points)

The values do the same way except at the end put , '0'

Kuxxx
11-12-2009, 03:42 PM
got .php 5.2 and the location is correct i did like it says in the readme and still dosen't work -.-'

popwar
12-01-2009, 11:13 PM
@ Kuxxx, try the AVS 3.0.9 post, also posted a fix there.
it seems that i got this working, but when you click the link to vote, it gives them points without even voting.... but also the next day, the points are gone, but i tried voting and they still disappear the next day, any1 have this problem or a fix?

radyx
12-13-2009, 08:08 AM
link works?

Serskoria
12-13-2009, 04:14 PM
nice relase

Lbniese
12-13-2009, 04:20 PM
I think you guys got an not working repack to this, wrong core, or just did anything wrong... :P

DataBase379
12-26-2009, 11:51 PM
link down -.-'

DragonHero
12-28-2009, 12:04 AM
Link doesnt work

darkgamefreak
01-02-2010, 12:15 PM
I can't download this

Diablo©
01-02-2010, 01:33 PM
the link dont work please re-upload

orne
03-05-2010, 09:27 PM
link dont work ..

AwkwardDev
03-05-2010, 11:49 PM
link dont work ..

yeah we know that STFU.

jesper96
03-06-2010, 09:50 AM
http://www.ac-web.org/forums/showthread.php?p=726888 ftw :3

rr2739
03-08-2010, 04:48 PM
http://www.ac-web.org/forums/showthread.php?p=726888 ftw :3

not even close lol. Your system fails dude, at least this system has checks if a player enters a verification code on a site he/she votes on. Your vote panel has no checks whats so ever, you click vote link, close window without voting and you get a point lol... come on dude, dont even try

Terrum
09-05-2010, 05:09 PM
http://www.ac-web.org/forums/showthread.php?p=726888 ftw :3
Eww colon three go back to 4chan.

Elite001
09-05-2010, 07:41 PM
http://www.megaupload.com/?d=NFB6VQEO
Atleast a proper voting system.
Make sure characters & logon database are combined, otherwise it won't work. Had to fight with this for several days :l

Ferguson
09-05-2010, 09:36 PM
http://www.megaupload.com/?d=NFB6VQEO
Atleast a proper voting system.
Make sure characters & logon database are combined, otherwise it won't work. Had to fight with this for several days :l

Upload your folder.