ria pc game
fle game engine -
fle game engine -


Balls and holes PC game / Balls and Holes PC игра
Dragonella игра версия 17.09.2020 браузерная /скачиваемая
Многоликий: dress - hordes win/linux/android/html5 игра браузерная /скачиваемая

1 2024 22:22
   ?

megainformatic - - - : -
       
...

, , , , , photshop, php, c++, , delphi, cms,

Eternity - megainformatic - 5

 

1 2 3 4 5 6

 

* * *



       ,
   .

c:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple

     .

         :
    -       .

  -       
-       , 
   -  . :)

,   :

  ,  -  -,   
     .  ..

 ,  ,     .
       
   - .

      .
       
  ,    .

        
  .

. .      -   
 ,    , 
  ( ).

       -  -
        :  - 
  -  .

      (    )
"  ".

        -
    " "  "  ".

         :  
 -       .

      -    .

 ,        ,   
   -,     
        .

 .          -
,  ,      / - 

             
        .

       -   .
           
 .     :   
         
 ,    -     ,
        .


 ,        -
 ,     .

       ,   
   .

     ,    ,
 ,       -     .

    -   .

      ,      
   ,     .

      ,  -    .

  ,        -
 .         ,  
 ""    .    ,  
   "      ?".     
,       .

  ,    . .

         
"-"       -  .

  .

     :      ,
  ,    .

  -  -   ,     ,
,     -       ,     
      ,      
   -  :     ?

     ,        
  .

     -    -, -  
     ,     
 .         :
  ,           
       .

   :
 ,
      
 
      .

 - ,  -      
 -   , ,   -,   
   .

 ?

  :      ;    
;  ;   ;

   ?

    - .     
       .   - - --
.

 .

  .

   ,          
  .

  -   -       
.

   ,      ,  ,   ,
  .

    ?   , , .       
       -  .

    .

  ,    ,    ,  .    
  ,     .

    :      ,   
    ?

   -     ,    - 
  .      .    
  .

            ,   .
        ,       :

    -        ,
         .

  ?

       , .    ,  
     -     .

     !

   -   ,        
 .

      -    .   -
    ,        .

 -   -    ,      ,
     .

         .     
-.

 ,  ,    -

    -        ,
         .

   ,        , 
.

          ,
           .

  ,    .      - 
  ,         .

     ,       ,
        .

    .

,  ,    ,   .

       .   , 
.

     ,   .

        .

   ,       " ".

     ""      " ".

   .

          .

       .    
    ,     ,  
 ,       .   
 ,    -    .

  .      , 
    .      
.

    .

      ""  "" .
   .

          .
     .      .

   ,    ,   
     .   , 
   ,  ,   
.

   .     .

       ,    ,
 ,   ,       
  .    .

          .
       .

         
  ,   .


       ,    -   ?

.

      .

         .

  .

     .

   .

     .


  ,     .

  ,        
  ,     !

    .

       -  .

 ,  . 

     .

       
  .

  
c:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple

  2 :

simples - . . simple Server



simplec - . . simple Client

   .      MSVS 2005  
         Windows, 
   .

        -

simples -
simplec -

          .


cd C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\
netds\winsock\simple\server\Debug

C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\server
\Debug>simples -
Usage
simples -p [protocol] -e [endpoint] -i [interface] [-4] [-6]
Where:
        -p protocol   - is one of "TCP" or "UDP"
        -e endpoint   - is the port to listen on
        -i interface  - is the string local address to bind to
        -4            - force IPv4
        -6            - force IPv6

Defaults are TCP,5001 and INADDR_ANY and IN6ADDR_ANY (if IPv6 present)


,        ,     
  ,   ,      
   .

       


C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\server
\Debug>simples -p TCP -e 80 -i 127.0.0.2
socket 0x7c bound to address 127.0.0.2 and port 80


	
. .      TCP,    80   
ip - 127.0.0.2

            [Ctrl] + [C].
    .


,   simplec.

    -
	
simplec -p  -n  -e  -l 


     ,     simples,    
.
simplec -p TCP -n 127.0.0.2 -e 80 -l 10


 simplec         
Windows.


C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\client
\Debug>simplec -p TCP -n 127.0.0.2 -e 80 -l 10
Client attempting connection to: 127.0.0.2 port: 80
Connection established...
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 0]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 1]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 2]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 3]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 4]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 5]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 6]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 7]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 8]] from server
wrote 40 bytes
read 40 bytes, data [This is a small test message [number 9]] from server


/    10   (), 
    simplec  -l 10.

   simples     , . .  
    .       
c++,   php.

,      ,     
simples    Windows SDK 7.0.
 ,            .

            simplec.


      ,     
 ,    .

  simplec     char.  
Windows -    unicode.

   unicode,       ,  
  generic  -         _T


CString cs_str = _T("Simple string sample");



  L


CString cs_str = L"Simple string sample";


    unicode,   ,    
 .

   _T -          ANSI
,  unicode.

   Windows   unicode.    ,  

Windows Sockets 2       .  

        ,     
    Windows Sockets 2 API,  - 
 
     .

     -    - memory Leaks  Access Violation.
 -  , 
 ,      ,   
.


    ?        
  Debug,       -   
.        .

     ,   ,     
.  ,    -  
      -  
    -        
    .

     -      
 ,       .

     ,  , 
   ,      .

       .

  ,    
       .

     - ,  
        .

      char -


char            hoststr[NI_MAXHOST],


NI_MAXHOST     1025.

        -


SecureZeroMemory(&hoststr, sizeof(hoststr));


   2 :

 &hoststr,    hoststr ?


. .  - 


SecureZeroMemory(hoststr, sizeof(hoststr));



  sizeof(hoststr),   strlen(hoststr) ?

. .  -


SecureZeroMemory(hoststr, strlen(hoststr));



  -


SecureZeroMemory(&hoststr, sizeof(hoststr));



 ,     
  char -



char            hoststr[NI_MAXHOST],


     -


char *hoststr = "localhost";


 


char *hoststr;


            
.


   - char *hoststr -    ,       
   -


SecureZeroMemory(&hoststr, strlen(hoststr));


  -


SecureZeroMemory(hoststr, strlen(hoststr));


  &hoststr -     , . .    
  ,    -    0  NULL. 
 ,     .

    2 :

1) Memory Leaks -   -      NULL ,
     delete [] hoststr;  //
    -


char *hoststr = new char[ request_str_symbols_count ];


request_str_symbols_count - ,     .

2)  hoststr  ,       
Access Violation -       hoststr.



   -    sizeof  strlen -



SecureZeroMemory(&hoststr, sizeof(hoststr));
SecureZeroMemory(&hoststr, strlen(hoststr));


   ,   sizeof -        
hoststr  ,  strlen    hoststr -    
  \0.

,   hoststr    ,   ,  
-  , . .   .    
  \0 -   .     -   -   
 .


    


SecureZeroMemory(&hoststr, sizeof(hoststr));


  hoststr ( -    - -  ,  
   -  ,      
 -   ,      
     -    ),   
       .


  - 


SecureZeroMemory(&hoststr, strlen(hoststr));


  , . .       
   0 .    ,   
     ,  hoststr 
.


      -    
  ,     .   
    ,       
- (. . \0 ).


  -          
 ,        
,         
 -    .

,    ,    :
 ,   C++       ,
          
    .

        - Access violation  memory leaks.

   -   php -   - 
    !    , 
 php     - ,  ,
 .

 ,  ,        php !!!
  ,  c++     , 
      .

     ,    , 
         
  .




      -

c:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\
client\simplec.cpp


     - 
int __cdecl main


   -

    Windows -  -  -
 Windows -  

cd C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\
server\Debug

simples -p TCP -e 80 -i 127.0.0.2

  .


     - simplec


simplec -p TCP -n 127.0.0.2 -e 80 -l 10

     MSVS   ,
     -

Command Arguments     4
-p TCP -n 127.0.0.2 -e 80 -l 10

c:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\netds\winsock\simple\
client\simplec.cpp

       (     
  4)


        -

    // Parse the command line
    if (argc >1)
    {
        for (i=1; i < argc; i++)
		
		
	     -
	
address_family = 0
		
		
socket_type = 1


server_name = 0x007f4d6d "127.0.0.2"
//. .   server_name   url      
//       ,
    megainformatic.ru


port = 0x007f4d7a "80"
// megainformatic.ru      


maxloop = 10
//    .



 .

      &  *   c++ ?

 * -     ,     ,  
     -

 -


SearchCRLF(const char * strData, size_t data_length, size_t * found_at)


    strData  found_at  
 SearchCRLF     -   -
(  ).

strData          char

   


char * strData


  const ,   
  -
. .      (   ).

 ,    strData   
     =.

   const  , 
    - 

 ,    strData  .

. .     -  strData   strData
       ,  
,     -   .


  char   ,   , 


char * strData





char strData[100];


-     -       
  ,   ,    
.

-  -         -
 100  ( ),   char -   1 
 .


     -


size_t * found_at



 ,   ,      -


size_t search_result = -1;

//...

// -     

SearchCRLF(strData, strDataSize, &search_result);



   search_result   &

    ,         search_result,
  (),     .

     -


void SearchCRLF(const char * strData, size_t data_length, size_t * found_at)
{
	//...
	
	//      found_at    
	//   
	
	*fount_at = 0; //     found_at   
	//(      )
}


     

void SearchCRLF(const char * strData, size_t data_length, size_t found_at)
{


?


 ,    found_at  -,   
    .

 ,      ,
        -


void SearchCRLF(const char * strData, size_t data_length, size_t found_at)
{

	//...

	size_t some_var = found_at; // 
	
	//         -  
	found_at = 1;
	
}


         const 
    char.

  ,   size_t -    ,
  *  ,  
 -,        .

 *  -   .

        -    
   ,       ,
     .

     const -


const char * strData


,       "-"  
  .

   const   - .


   .

     simplec.


         1 .
  -       -  
    .


         Win Sock 2
(         
Windows Sockets 2, ping, Windows SDK 7,   hxs  -  4) -


    // Load Winsock
    if ((retval = WSAStartup(MAKEWORD(2,2), &wsaData)) != 0)
    {
	
	
	//...
	
	// Make sure the wildcard port wasn't specified
	//      - -   0  
    if (_strnicmp(port, "0", 1) == 0)
        Usage(argv[0]);

	    80  . . simples     80 
	
	  megainformatic.ru    - 80 .
	
	    retval = getaddrinfo(
                        server_name,
                        port,
                        &hints,
                        &results
                        );
//?       ip  .
//        megainformatic.ru
						
	
	
	
	      -
	
	   -
	
	
	while (addrptr)
    {
        conn_socket = socket(addrptr->ai_family, addrptr->ai_socktype,
			addrptr->ai_protocol);

	//...
	
	retval = getnameinfo(
					addrptr->ai_addr,
					(socklen_t)addrptr->ai_addrlen,
					hoststr,
					NI_MAXHOST,
					servstr,
					NI_MAXSERV,
					NI_NUMERICHOST | NI_NUMERICSERV
					);			
					
					//,   !     
					//   
	
//...


    // Make sure we got a connection established
    if (conn_socket == INVALID_SOCKET)
    {
        printf("Unable to establish connection...\n");
        goto cleanup;
    }
    else
    {
        printf("Connection established...\n");
    }

   -   	Connection established...

. .   .


     ,       -


    //
    // cook up a string to send
    //
    loopcount = 0;
    for (;;)
    {
	
		//    ,    
		//      -     :
		// : 

GET /?page=474 HTTP/1.1\r\n
Host: megainformatic.ru\r\n
Connection: Close\r\n


 ,    simple  Windows SDK 7
         Windows Sockets 2,
     php   fsockopen -

      -
   fsockopen  php

    , . .  
  simple    -  Windows SDK 7.



1 2 3 4 5 6

:
0
!
0
 !


     
  -, godot,
#442  / stranger girl - -
  godot 3.4
: dress
   
     
     
  : dress - hordes 1 4
: dress - hordes  1 - win/linux/android/html5  free ,   ,
: dress - hordes  2 - win/linux/android/html5  free ,   ,
: dress - hordes  3 - win/linux/android/html5  free ,   ,
: dress - hordes  4 - win/linux/android/html5  free ,   ,
   
     
  ,
enterra   java libgdx -
enterra 3d   godot 3.5.1 -
   2023
: dress - hordes win/linux/android/html5 version -
/
   
     
     
     
     
  ,
Kate Ryan - Ella Elle L'a
sexonix
: dress - hordes pc  free  -
: dress -   - parallel reality -  -   Win, Linux,   android
   
     
     
     
  , , 2020 - ,
  gdess 2 -
ciao 2020 -  2020 -
One Way The Elevator     Dr. Perec !!!
   
     
     
  , , , .
          -   ,   ( delphi, c++, html5), ,    ,        -   1  -    14
    2006
  -      -
   
     
     
 
Witches Trainer 1.6 and Innocent Witches 0.1 -      -
Futa in the Police Academy -
gdess c
gdess2
   
     
 
Prince of Persia , , , adventure
Dreams Reality
Little Office Trouble
Tetris
   
     
     
 
Neon Battle Tank 2
Robocop
Robocop (Ocean )
Karateka ,
   
     
     
 
Prehistorik 2 -
    15 -   The Dreik, megainformatic, ,
  Mega game
Black planet   -   ,
   
     
     
 
Teenage Mutant Ninja Turtles II
2 nights
Wolfenstein 3D -
Golden Axe -
   
     
     
  (3), (1)
Aladdin
Surprise! Adlib Tracker 2 (sadt 2)
Lamborghini ,
Risky Woods
   
     
     
 
Black Box horror
  logic
Fire power
Red Ball Forever
   
     
     
 
Teresa - dos
Shadow Knights
-0010.01
0010.01 - !
The Cycles - International Grand Prix Racing
   
     
     
 
Fantastic Dizzy adventure
Ugh!
Budokan: The Martial Spirit - fighting
Vida -
   
     
     
  (3), (1)
 Starcraft
Inspace
Key shield
Team Ninja Unkende 4 - Ninja Gaiden 4   pc
   
     
     
 
Laser Adventures - fast hardcore shooter
      !!!
Ninjuzi -  neo shooter
Plants vs Zombies 3 tower defence
   
     
  ,
Shmupnage - cosmos shooter
Undercat pc
Cold station - shooter, survival
Cut the rope - ,
   
     
     
 
Crown Dungeon 2
dragonella
crush shooter
grievous medical shooter
   
     
     
 
Foxyland 2
Foxyland 2
quidget 2
quidget 2
  ,  !
Pigglet   , english
   
     
  ,
Google Media Grabber -
Anova
anova
A Knots Story
A Knots Story
Sabotage
sabotage
   
     
  ,
24500 .
satellite /  -
ria pc game robocop
star inheritance    zx spectrum
   
     
  ,
ria pc game - pink dreams come true -
/
      24.09.2019
     - megainformatic live chat
5500 .
Game Builder -
   
     
  , ,
     6
      ?
 -
150 .
   
     
  , ,
   -    -   (kk hny) -
  -   -   (kk scp) -
  2013  megainformatic  ru
    -
   
     
  , , cms,
 freeware     / Balls on lif +    / How make a game
250 .
   megainformatic cms admin files  mysql
1250 .
   -     -   (akk hiss)
350 .
   
     
  ,
dream world -  2d    fle game engine - c++  directx 9
  -   (kk kz) -
  -
   fle game engine - Simple game
   
     
  , , ria xxl , fly snow 3d , . -
    -    PC / Balls and Holes - Green Ball Holidays PC game
ria xxl -  4.09.2019
150 .
fle game generator - fle   - fly snow 3d    1.0.3.1  13.12.2016 -
350 .
 
     
  fle game engine -
fle game engine         Windows Directx 9c -
800 .
 PC  / Ria PC game
240 ./
     1   / Balls on Lift Level 1 Run The Lift  0.9.2 05.10.2016 / version 0.9.2 05.10.2016
 
     
  - / megainformatic cms express files -
 /
700 .
1250 .
larry xxl     4.09.2019
150 .
   -04     7.07.2019
500 .
 
     
  Flash, Flash - .
 Flash
 flash
    cms
2500 .
megainformatic cms rs
14000 .
 
     
  (multi lang), , . - (megainformatic cms social), megainformatic cms groupon, keywords gen + , .
500 .
megainformatic cms social
12000 .
megainformatic cms groupon
14000 .
 -

megainformatic.ru/webjob/ - -

 
 

megainformatic.ru/webjob/

megainformatic.ru/webjob/
webjob
template selector
350 .
megainformatic cms express files +  slider
300 .

megainformatic.ru/webjob/ - -

 
     
 

,

megainformatic cms admin
1250 .
 delphi direct x 3d
megainformatic cms seo
550 .
megainformatic cms stat kit
500 .

megainformatic cms admin -

 
     
 
megainformatic cms express
350 .
megainformatic cms e-mailer
5800 .
megainformatic cms e-shop
3000 .
megainformatic cms e-pro
500 .
 
 
 
 
     
     
 

megainformatic cms free - Photoshop

megainformatic cms free
 photoshop
650 .
 photoshop -  !
700 .
 photoshop -
750 .

, Adobe Photoshop. , - GIMP, Corel Photo Paint .

 

 
 
     
 

2d 3d, , !

  ,  !
300 .
Donuts 3D
:

. , , !!! ( , ! ).

 
     
 
 
 
     
 

, : -

  -
350 .
  -
510 .
   ?
fle game engine
:  -

- , , , . - - : -

 
     
 
 
 
     
 

, 3ds max, photoshop, c++, directx, delphi php.

 3ds max
 c++  directx
 php
 3d   delphi directx
500 .
300 .

, .

.

 
     
 
 
 
     
     
 

   , !  delphi directx
  CJ andy -    mp3
 Photoshop free ( )
megainformatic cms express -     php + my sql
400 .

Photoshop free, delphi directx - , !, mp3 - , megainformatic cms express - php + my sql.

 
     
 
 
 
     
 

,

450 .
 Delphi Directx 8.1
   3d studio max
   FL Studio

, delphi directx 8.1 ( 3d ), 3d studio max, - Fruity Loops Studio

 
     
 
 
 
     
     
     
 
megainformatic cms express files

- megainformatic cms express files

megainformatic cms express files - , . mysql. . php, my sql.

- !!!

3 , , .

...

 
 
fle game engine -
fle game engine -


Something: Unexplained 2 captive of desires / :  2
     - 6 , 81 , 220 mp3
Quidget 2    -  , english
megainformatic
megainformatic live chat
X
: 0,2010