Search found 20 matches

by Z_Exploder
Mon Aug 22, 2005 5:09 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

I have tested that code (i'm about bug) on my PB 3.92
I see there is bug -- try it yourselves -- connection count opened at same time in PB is limited about 300-4000 max. ,but when using Winsock functions - there is no limitation - why ?
by Z_Exploder
Sun Aug 21, 2005 1:09 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

OK ,thanks.
by Z_Exploder
Sat Aug 20, 2005 4:53 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

Hey ,Num3
how did you this ?
I'm about small picture under your text where is written:

You are 195.250.64.76 !Tour ISP is aic.net !
You are running WindowsXP and using IE6 !
Ignorance is bliss
by Z_Exploder
Sat Aug 20, 2005 4:48 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

Is there standard methods in windows to do port forwardfing ?
Anyway ,it's very easy to write program,which will do it.
Very bad,that I can't connect directly,this makes more problems...
thanks
by Z_Exploder
Fri Aug 19, 2005 4:54 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

NO DON'T CLOSE THIS TOPIC.
IF YOU WONT TO KNOW ANSWER OF MY QUESTION-----it's not meaning that I WONT.
If you are not going to use this - anyway it MUST BE very interesting to you - programmers.If you don't using this today - it may be usefull in future.
Teach anything you can , don't avoid doing it
by Z_Exploder
Fri Aug 19, 2005 4:06 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

I'm not writing virus,or troyan or worm , I'm not "lammer", i hate "cool" word.
I'm only trying to create progs for my needs and fun,i'm only trying to find ways,....
Ok ? Don't say me "i hate lammers,i hate virusmakers,..." - You are not hating ME :D
by Z_Exploder
Thu Aug 18, 2005 1:09 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

..

if you want to make thing run on other peoples lan i wont be here to help you, and i doubt many others will. You dont seem to know much about what you are talking about.. i would try to understand the normal pb examples and study the helpfile a bit more
Well,don't do it,if you don't want. I ...
by Z_Exploder
Wed Aug 17, 2005 3:47 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

All the problem,that LAN is not my :oops: :twisted: :twisted:
I have no access to 192.168.0.1 to install any programm.
But there is too many troyans,that can run on any computer (including LAN ones)
and they are servers (not client).How they doing it .If they can => i can too... Must be way... (My ...
by Z_Exploder
Tue Aug 16, 2005 4:54 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

I know,that is a lan ip,but it's not working,wheni'm trying to use it to connect
So i need other ip :D
or other ways to do it
by Z_Exploder
Tue Aug 16, 2005 4:20 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

Server is installed on your main PC
Client is installed on any PC with inet access which is OUT of your cyber coffee..

Now, the server connects to its "child" or Client PCs (you might share the net with a router for sure). Not the childs to the... outside client.

I need not client in LAN,i ...
by Z_Exploder
Tue Aug 16, 2005 12:45 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

I see it's very difficult to test my code,well i'm only trying to fix a bug,it's your business to test it or not .
Now what about LAN ? Maybe it's possible to use proxy servers to do this ,do you know other ways ?
by Z_Exploder
Sun Aug 14, 2005 11:14 am
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

Have anybody tryed code,i'll download later versions later.Now olz. test code.
What about main question ?
by Z_Exploder
Fri Aug 12, 2005 2:29 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

I can't upgrade my PB , i don't know how to do it :oops:
Now about bug i found,please try code in your PB's later versions than 3.51 8)
;On my PC this fails after 3971's opened connection (see - this is not multi threaded program,no problems with threads)
Here is code :

;When i'm using Winsock ...
by Z_Exploder
Thu Aug 11, 2005 1:39 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7137

how to connect to server,which is running in LAN

Hi all.
I have some problems.And of course they are about client-server apps. Now description.
If i'm running my server app. on computer,which is communicated by LAN,
I don't know how to connect to server out of LAN (which IP to use ,LAN's 192.168.0.1 or which).Why i need that- because in all ...
by Z_Exploder
Sat Jul 09, 2005 11:17 am
Forum: Coding Questions
Topic: plz Help with OpenNetwokConnection()
Replies: 13
Views: 2483

Thanks,it's working fine,it's all i
needed.But i'm interested in server
commands (USER,PASS,SYST,LIST,..)
where can i find whole list with descriptions.
Thank you for example code.