MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 Informações Técnicas Página 52

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 66
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 51
Install Chat's database (.NET)
There two ways to keep the data. One is using the file format which is the same as the
former version, there is no need for users to setup to use, Users' information and chat
history are stored under the Chat server path with an encryption; the other is integrating
with the present database by ASP.NET interface through which the users' information and
chat history store in the database.
1) First please make sure that your web server supports ASP.net and SQL SERVER
2) Build SQL SERVER database
Operating sql statement of database.sql and build two new datatable: users and log
"users" table is for saving the users' information, the structure is as following
"users" table is for saving the users' information, the structure is as following
uid
Primary KEY, autoincrease
username
User's name
password
Password
level
The user's level, the default value is 0, if it is 1 then it is the administrator
signDate
Register time
lastLogin
The last login time
"log" table is for chatting history, the structure as is as following
lid
Primary KEY, autoincrease
target
Massage receiving one
ip
The user's IP address
username
Massage sending one
message
Message content
date
Message sending time
After running sql statement, insert two users in users table
username
admin
test
password
admin
test
level
Administrator
Register user
3) Install Fluorine program
Vista de página 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 65 66

Comentários a estes Manuais

Sem comentários