AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 28 matches
AutoHotkey Community Forum Index
Author Message
  Topic: TCP/IP Server+Client Chat Script (w/ Features)
WankaUSR

Replies: 74
Views: 3932

PostForum: Scripts & Functions   Posted: Fri Aug 29, 2008 1:05 pm   Subject: TCP/IP Server+Client Chat Script (w/ Features)
Petru D I have an idea but only the concept .... make the client send the sever its ip and when you try to send a file between clients just open an socket connection between them and send it. I will ...
  Topic: TCP/IP Server+Client Chat Script (w/ Features)
WankaUSR

Replies: 74
Views: 3932

PostForum: Scripts & Functions   Posted: Fri Aug 22, 2008 5:40 pm   Subject: TCP/IP Server+Client Chat Script (w/ Features)
Petru D the script you posted the client I mean does not work it says that the target label does not exist for the menu.
please edit it or repost the code and make it in English so other non Romania ...
  Topic: TCP/IP Server+Client Chat Script (w/ Features)
WankaUSR

Replies: 74
Views: 3932

PostForum: Scripts & Functions   Posted: Fri Aug 01, 2008 7:05 am   Subject: TCP/IP Server+Client Chat Script (w/ Features)
jmanx I see you used my logout button Very Happy Very Happy Very Happy
shame on you for not mentioning my name Laughing Laughing Laughing (just kidding) Twisted Evil
  Topic: TCP/IP Server+Client Chat Script (w/ Features)
WankaUSR

Replies: 74
Views: 3932

PostForum: Scripts & Functions   Posted: Wed Jul 30, 2008 2:50 pm   Subject: TCP/IP Server+Client Chat Script (w/ Features)
I'm currently working with jmanx on a new version of this script and if you have any suggestions or features request please tell jmanx or if you would like to help
  Topic: help with a keygenerator from php to ahk
WankaUSR

Replies: 8
Views: 209

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 11:09 am   Subject: help with a keygenerator from php to ahk
so here is the php keygenerator name and random key( wich will be generated by <?
$name=wankausr;
$random=str_makerand (17, 17, true, false, true,masterkey,sysloader);
$uniqkey=str_key & ...
  Topic: help with a keygenerator from php to ahk
WankaUSR

Replies: 8
Views: 209

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 9:23 am   Subject: help with a keygenerator from php to ahk
FIXED
added name&random to the function parameters

name := "wankausr"
random := str_makerand(strlen(name), strlen(name), "false", "f ...
  Topic: help with a keygenerator from php to ahk
WankaUSR

Replies: 8
Views: 209

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 8:26 am   Subject: help with a keygenerator from php to ahk
thanks man it works i just had to remove the "" from upper charset because it selected the " to in the code although special chars are set to false. Thanks! I really appreciate your hel ...
  Topic: help with a keygenerator from php to ahk
WankaUSR

Replies: 8
Views: 209

PostForum: Ask for Help   Posted: Tue Jul 22, 2008 6:49 pm   Subject: help with a keygenerator from php to ahk
that's a a lot better then my translation to ahk but i see you have the same problem as me at that line of code.
  Topic: help with a keygenerator from php to ahk
WankaUSR

Replies: 8
Views: 209

PostForum: Ask for Help   Posted: Tue Jul 22, 2008 1:59 pm   Subject: help with a keygenerator from php to ahk
So what i want to do is use this php code to create a key for my program. The ideea is that a web page generates a code and the program will check for if it is correct.

$name=wankausr;
$random=st ...
  Topic: TCP/IP Server+Client Chat Script (w/ Features)
WankaUSR

Replies: 74
Views: 3932

PostForum: Scripts & Functions   Posted: Tue Jul 15, 2008 12:51 pm   Subject: TCP/IP Server+Client Chat Script (w/ Features)
I've modified the server script to send an ASCII logo (you can use #singleinstance force
;#notrayicon
ifnotexist, %a_appdata%\Winsock-Chat
{
Filecreatedir, %a_appdata%\Winsock-Chat
}
c ...
  Topic: extract <object>*</object> from html
WankaUSR

Replies: 6
Views: 312

PostForum: Ask for Help   Posted: Wed Jul 09, 2008 5:04 pm   Subject: extract <object>*</object> from html
Thanks HugoV, that is just what I wanted
  Topic: extract <object>*</object> from html
WankaUSR

Replies: 6
Views: 312

PostForum: Ask for Help   Posted: Tue Jul 08, 2008 12:04 pm   Subject: extract <object>*</object> from html
I've looked at XPath but I can't extract HTML code from a web page more exactly the content of an object something like the code below because I don't understand how to use it I mean can the tags fro ...
  Topic: extract <object>*</object> from html
WankaUSR

Replies: 6
Views: 312

PostForum: Ask for Help   Posted: Mon Jul 07, 2008 4:18 pm   Subject: extract <object>*</object> from html
sorry i forgot about the code


UrlDownloadToFile, http://www.gecotv.ro/posturi/12/USA, tmp.txt
SourceFile =tmp.txt
DestFile =links.txt

IfExist, %DestFile%
{
MsgBox, 4,, Overwri ...
  Topic: extract <object>*</object> from html
WankaUSR

Replies: 6
Views: 312

PostForum: Ask for Help   Posted: Mon Jul 07, 2008 10:38 am   Subject: extract <object>*</object> from html
can anyone help me with a script to extract the <object>*</object> from html
I tried downloading the file and splitting it in 3 sections (before the <object> after <object>and ...
  Topic: Color Buttons
WankaUSR

Replies: 8
Views: 1970

PostForum: Scripts & Functions   Posted: Wed May 28, 2008 8:02 pm   Subject: Color Buttons
That did not work eighter ....
Actually you example works but when I try something like taht the button remain as standard.
Could it be because of the windows theme??
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group