how to connect this to arduino?

hello

i have build this:

but is this how to connect to arduino:

The pinouts of the I/O connectors are;

I/O1 - 1 - PD5 (Arduino Pin 5)
I/O1 - 2 - PD6 (Arduino Pin 6 +pullup to +5v) - Used to connect a DS1820 Temperature sensor.
I/O1 - 3 - PD7 (Arduino Pin 7)
I/O1 - 4 - PD8 (Arduino Pin 8)
I/O1 - 5 - GND

I/O2 - 1 - +5v
I/O2 - 2 - GND
I/O2 - 3 - PD4 (Arduino Pin 4)
I/O2 - 4 - PC0 (Arduino Analog 0)
I/O2 - 5 - PD3 (Arduino Pin 5)
I/O2 - 6 - PC1 (Arduino Analog 1)
I/O2 - 7 - PC2 (Arduino Analog 2)
I/O2 - 8 - PC3 (Arduino Analog 3)
I/O2 - 9 - PC4 (Arduino Analog 4)
I/O2 - 10 - PC5 (Arduino Analog 5)

if no: know any how to connect to arduino?
if yes: then for example: pd4 connect to arduino pin4?

thanks

What, exactly, do you mean by "connect to Arduino" ? It would seem that the device you've built IS an arduino and that the table you've provided tells the relationship between the non-standard pinout of that board and what the arduino pinout is.

For example, if you write some code that does this:

digitalWrite(4, 1);
digitalWrite(8, 0);

Then pin 3 on IO2 (which is Arduino pin 4) will go high and pin 4 on IO1 (which is Arduino pin 8 ) will go low.

I will connect this module to arduino pins.
Now i dont know how.
Know any how to connect, i dont will use the micrcomtrollor.
And will this work with the arduino web server examples?

Thanks

solved,

i buy this: