all proplems

An ICS Emulator for YAHOO Chess

Re: all proplems

Postby g00dtr » 13 Oct 2007 19:52

This bug has been corrected by me and the program works properly now, in order to run it under windows, copy this file into the YaY folder, and after clicking Connect Hardware from your Fritz, run Stuci exe instead of Yay exe, the rest is the same
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 123
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: all proplems

Postby dene » 13 Oct 2007 21:25

g00dtr wrote:This bug has been corrected by me and the program works properly now, in order to run it under windows


Ok nice one!

I'll decode it from base64 to text later and disable anything I dont like such as lobby shouts, and test it later tonight :wink:
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 363
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: all proplems

Postby g00dtr » 13 Oct 2007 21:54

that's how original Stuci was appearing in Windows
Image
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 123
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: all proplems

Postby g00dtr » 13 Oct 2007 21:57

and this file is worked like in Yay as shown in the picture below

Image
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 123
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: all proplems

Postby dene » 13 Oct 2007 21:59

yes, thats how i saw it here!

Ok decoded and edited stuci, works fine now, nice one. Hope I cant be disco'd now by other players hehehe.

PS the Author of stuci has just emailed me a modified ytoics pl that should of blocked that exploit.. so i'll test that too later.
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 363
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: all proplems

Postby zappa_engine » 13 Oct 2007 22:16

I'm reading all this and laughing. Anyways, I guess I should input my own comment in here. Stop encoding these scripts! :)
http://www.youtube.com/watch?v=gNASSON_JMU
Concerning STUCI and why it's never really done... here's a metaphor: Instead of being a construction worker, I'd rather be an architect.
Losing too many games because of a slow PC? No problem, nUCI it!
User avatar
zappa_engine
Moderator
Moderator
 
Posts: 117
Joined: 09 Oct 2007 23:28

Re: all proplems

Postby g00dtr » 14 Oct 2007 00:07

You have a point, but even making a little mistake in chaning the code causes the program not to work, a person who knows how to change the codes changes its format to txt

We would like to thank all those who've contributed to the creation of this program
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 123
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: all proplems

Postby dene » 14 Oct 2007 07:32

I have to agree about the base 64 thing. I dont see the point, as it gives the impression theres something hidden in it.

Ok sure, I dont have any problems decoding it myself (I never use anything before decoding it and checking it), but after talking with people on yahoo chess I notice many users dont seem to be able to do this, and some of them then have concerns about what might be hidden in the code.

Remember, The original YaY pl was the first YtoICS pl Ive seen encoded, and the reason for this seemed to be to hide hidden stuff like a secret ping disconnect command.
:P
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 363
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: all proplems

Postby dene » 14 Oct 2007 07:35

g00dtr wrote:even making a little mistake in chaning the code causes the program not to work, a person who knows how to change the codes changes its format to txt




Although, I guess I see your point there too :wink:
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 363
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: all proplems

Postby chesslover89 » 15 Oct 2007 18:33

hahahah!!!!!!!!!!
Forums rocking ..

See yay is a great contribution from the author(mexikan) ...because nobody except few knew actually how to deal with the changes yahoo implemented ..but sadly it has some bugs which are well exploited by guys who are now claiming to be innocent and pointing fingers to others...:-) .I suffered it myself twice , i dont want to specific here....And offcourse i boot them without warning these days hahahahahah


Okay now i was wondering .......If i could have a blacklist of yahoo ID
so that all the guys in my blacklist automatically gets booted from my table as soon as they enter...anyone tried it yet?????
chesslover89
Banned User
Banned User
 
Posts: 62
Joined: 02 Oct 2007 21:21
Location: India

Re: all proplems

Postby dene » 15 Oct 2007 19:37

I agree, the blacklist idea would be good.
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 363
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: all proplems

Postby wowchess01 » 17 Oct 2007 20:42

Can someone please direct me to Yay 0.0.7 I have 0.0.5. Can't find 0.0.7. thanks.
User avatar
wowchess01
New Member
New Member
 
Posts: 1
Joined: 17 Oct 2007 14:03

Re: all proplems

Postby chess » 17 Oct 2007 20:46

Last edited by chess on 05 Nov 2007 00:23, edited 1 time in total.
User avatar
chess
Member
Member
 
Posts: 14
Joined: 03 Oct 2007 21:56

Re: all proplems

Postby matematiko » 18 Oct 2007 01:19

chesslover89 wrote:Okay now i was wondering .......If i could have a blacklist of yahoo ID
so that all the guys in my blacklist automatically gets booted from my table as soon as they enter...anyone tried it yet?????


Yes it is possible. First, since all the information fed to the script gets lost when the script is killed or terminated, that list should be stored permanently somwhere. It can be store in database and use mysql to access it but goes beyond the scope of this forum. The most feasable solution is to store it let's say in a text file, just be aware that if the text file gets lost due to a virus or a forced reformat or whatever other reason then your list will be lost, so keep in mind to have a back up of this text file.

Now I am going to explain how I did it, but I wont paste the code here since that will be too easy.

a.- A the begining of the script check if autobootlist.txt( I am using this name in this example) exists in your local drive, if it does exist then make the script to read it and store all the values in an array(for example @autobootlist) and if it doesnt exist then make the script to create it.
b.- Create a new subrutine and add a command to launch it. When the program is running, feed to this subroutime the name you want to be added to your "black list". The validity if this username should be checkd so you dont add erroneous values, the subrutine will add this new value to the autobootlist.txt as well to the @autobootlist array.
c. In the tableentry subroutine, everytime a user enters the table you are hosting, have his name checked against @autobootlist and if there is a match then boot the user.

The possibilities are many, for instance, in my subrutine, if I feed it with a user name that was already there, this means that I am actually want to remove the user from the list(and from the text file).

I hope this idea helps.
Last edited by matematiko on 21 Oct 2007 08:55, edited 1 time in total.
User avatar
matematiko
Co-Admin
Co-Admin
 
Posts: 1227
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: all proplems

Postby mimzee » 21 Oct 2007 04:36

hey guys,
ahm whats the command for auto start game at yay and is there an auto invite command for yay also?,

thanks

User avatar
mimzee
Member
Member
 
Posts: 14
Joined: 07 Oct 2007 21:38

PreviousNext

Return to YaY

Who is online

Users browsing this forum: No registered users and 0 guests