Rabu, 12 September 2012

Tutorial Untuk Membuat RF Online 2.2.3 part 13

RF Online Web :

Download:
1) http://dump.ru/file/2327685 (Apache)
2) Install it
Settings:
1) Ok, lets go in AppServ (where whe did we install Apache)
2) Go in the folder php5 and find 2 files: php.ini-dist and php.ini-recommended
And find following lines:
"; extension = php_mssql.dll" and remove the beginning of a line ";"
"mssql.secure_connection = Off" and change "Off" to "On".
3) Go to the Windows folder and look for where the php.ini file in Hex it is
"; extension = php_mssql.dll" and remove the beginning of a line ";"
"mssql.secure_connection = Off" and change "Off" to "On".
Installation of registration:
meda studio fdcore made specifically for this purpose.

Code HTML:
- Added captcha
- Added styles CSS 3
- Added mini protection against dos attacks
Link Attachment 670 http://www.emudev.ru/attachment.php?attachmentid=670
Replace the table in the database users on RF
Code HTML:

Code

USE [RF_User]
GO
/****** Object: Table [dbo]. [Tbl_rfaccount] Script Date: 07/01/2009 19:21:55 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING OFF
GO
CREATE TABLE [dbo]. [Tbl_rfaccount] (
[id] [binary] (13) NOT NULL,
[password] [binary] (13) NOT NULL,
[accounttype] [tinyint] NOT NULL,
[birthdate] [smalldatetime] NOT NULL
) ON [PRIMARY]
SET ANSI_PADDING ON
ALTER TABLE [dbo]. [Tbl_rfaccount] ADD [Email] [varchar] (50) COLLATE Cyrillic_General_CI_AS NULL
/****** Object: Index [PK_rfaccount] Script Date: 07/01/2009 19:21:55 ******/
ALTER TABLE [dbo]. [Tbl_rfaccount] ADD CONSTRAINT [PK_rfaccount] PRIMARY KEY CLUSTERED
(
[id] ASC
) WITH (SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ON [PRIMARY]

GO
SET ANSI_PADDING OFF

© rfdb.info (netsoul)
2. Open config.php and fill the data to connect to database
3. We place Falik at C: \ AppServ \ www
And you have a working registration.

NB : buatlah Link Registrasi sendiri :) dan kalian dapat mencari Appserver sendiri yang terbaru
READ MORE - Tutorial Untuk Membuat RF Online 2.2.3 part 13
RF Online Web :

Download:
1) http://dump.ru/file/2327685 (Apache)
2) Install it
Settings:
1) Ok, lets go in AppServ (where whe did we install Apache)
2) Go in the folder php5 and find 2 files: php.ini-dist and php.ini-recommended
And find following lines:
"; extension = php_mssql.dll" and remove the beginning of a line ";"
"mssql.secure_connection = Off" and change "Off" to "On".
3) Go to the Windows folder and look for where the php.ini file in Hex it is
"; extension = php_mssql.dll" and remove the beginning of a line ";"
"mssql.secure_connection = Off" and change "Off" to "On".
Installation of registration:
meda studio fdcore made specifically for this purpose.

Code HTML:
- Added captcha
- Added styles CSS 3
- Added mini protection against dos attacks
Link Attachment 670 http://www.emudev.ru/attachment.php?attachmentid=670
Replace the table in the database users on RF
Code HTML:

Code

USE [RF_User]
GO
/****** Object: Table [dbo]. [Tbl_rfaccount] Script Date: 07/01/2009 19:21:55 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING OFF
GO
CREATE TABLE [dbo]. [Tbl_rfaccount] (
[id] [binary] (13) NOT NULL,
[password] [binary] (13) NOT NULL,
[accounttype] [tinyint] NOT NULL,
[birthdate] [smalldatetime] NOT NULL
) ON [PRIMARY]
SET ANSI_PADDING ON
ALTER TABLE [dbo]. [Tbl_rfaccount] ADD [Email] [varchar] (50) COLLATE Cyrillic_General_CI_AS NULL
/****** Object: Index [PK_rfaccount] Script Date: 07/01/2009 19:21:55 ******/
ALTER TABLE [dbo]. [Tbl_rfaccount] ADD CONSTRAINT [PK_rfaccount] PRIMARY KEY CLUSTERED
(
[id] ASC
) WITH (SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ON [PRIMARY]

GO
SET ANSI_PADDING OFF

© rfdb.info (netsoul)
2. Open config.php and fill the data to connect to database
3. We place Falik at C: \ AppServ \ www
And you have a working registration.

NB : buatlah Link Registrasi sendiri :) dan kalian dapat mencari Appserver sendiri yang terbaru
Comments
0 Comments

0 komentar:

Posting Komentar

Terimakasih Telah Membaca Semua karangan Ku