QUOTE (frank&family @ July 17, 2013 09:17 pm) |
Ich habe bei mir den Fehler gefunden. Wenn das Makro startet fragt es nach dem Usernamen und dem Passwort. Also Username "Frank&Family" und das Passwort angegeben. Ergebniss: siehe oben... ![]() Dann auf gcvote.com nachgesehen was dort im php script steht wenn ich meine Votes sehen will. Und siehe da: http://gcvote.com/listUserVotes.php?userName=Frank%26Family&password=blablabla ![]() Zurück in GSAK und den Usernamen entsprechend geändert und voila: Auch die User-Vote Spalte wird gefüllt. Anscheinend hat entweder das Macro oder die gcvote Seite einen Bug bezüglich der Verwaltung von Sonderzeichen. ____________________________________________________________________________________ Seems to be a bug in the use of "username". When i use my real username "Frank&Family" column user vote remains empty. So i checked for my votes at gcvote and received the following adress: http://gcvote.com/listUserVotes.php?userName=Frank%26Family&password=youwillnotknow Back in GSAK i replaced original username with "gcvote username" and column user votes gets filled. So it seems there is a bug once you have special charakters in your username. |
It looks like only the password but not the username is HttpEncode in line 681
GSK |
$sUrl="http://gcvote.de/getVotes.php?version=2.4d&userName="+$sUser+"&password="+HttpEncode($dfPassword)+"&cacheIds="+$sGuidList |