Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 01:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Registerpage error

Discussion on Registerpage error within the Flyff Private Server forum part of the Flyff category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2010
Posts: 67
Received Thanks: 3
Registerpage error

Hey people,

I putted the register page v15 in my php files but If I go in my webbrowser and Ill put:

localhost/register.php
{The registerpage named register.php}

Ill see a white page with none on it....

What do I need to do ?

Thx,
Dope
DopeFlyff is offline  
Old 11/05/2010, 15:20   #2
 
elite*gold: 30
Join Date: Oct 2010
Posts: 1,509
Received Thanks: 849
hello,

change the script from the register with this one here :

Translate it with Google Translate or an other Translate Service.

Sincerely yours,

Daniel
Fullscreen is offline  
Old 11/06/2010, 00:02   #3
 
elite*gold: 0
Join Date: Nov 2010
Posts: 67
Received Thanks: 3
Thx, I will try him out
DopeFlyff is offline  
Old 11/06/2010, 15:24   #4
 
elite*gold: 0
Join Date: Aug 2009
Posts: 825
Received Thanks: 400
Open MSSQL and add this:
Change database from master to ACCOUNT_DBF]
and run this process
Code:
USE [ACCOUNT_DBF]
GO
/****** Object:  StoredProcedure [dbo].[webCreateAcc]    Script Date: 11/06/2010 15:21:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER PROCEDURE [dbo].[webCreateAcc] 
	@account 	VARCHAR(15),
	@password 	VARCHAR(36),
	@email		VARCHAR(120)

AS

SET NOCOUNT  ON

DECLARE @DateActivated AS CHAR(8)

IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
	INSERT INTO ACCOUNT_TBL (account, [password], id_no1, id_no2, isuse, member, realname, cash) 
		VALUES (@account, @password, @password, @password, 'T', 'A', 'F', '0')

	SET @DateActivated =  CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
	--UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid		
	--INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
	--	VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')

	INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse, email)
		VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O', @email)

END
--ELSE BEGIN
--print '->Account exists = ' 
--print @account 
--END

So than, open php.ini into your xampp folder: "C:\xampp\php\php.ini"

searching for:

;extension=php_mssql.dll

and for:

;extension=php_pdo_mssql.dll

remove the " ; " save and re-start xampp.
Nilsator2 is offline  
Old 11/06/2010, 16:19   #5
 
elite*gold: 0
Join Date: Nov 2010
Posts: 67
Received Thanks: 3
Im using wamp........
DopeFlyff is offline  
Old 11/06/2010, 16:43   #6
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
then try it with Xampp, then it will work 100 %

By the Way :

Quote:
Originally Posted by DopeFlyff View Post
Thx, I will try him out
Quote:
Originally Posted by DopeFlyff View Post
Nope, Isn't working too, Ill stay get to see none....
#reportet wegen Doppelpost
Jay Niize is offline  
Old 11/06/2010, 17:35   #7
 
elite*gold: 0
Join Date: Nov 2010
Posts: 67
Received Thanks: 3
Can I not use wamp ?
DopeFlyff is offline  
Old 11/05/2011, 18:00   #8
 
elite*gold: 0
Join Date: Jul 2009
Posts: 24
Received Thanks: 3
help me i cant ggt this tutorial Open MSSQL and add this:
Change database from master to ACCOUNT_DBF]
and run this process
Code:

USE [ACCOUNT_DBF]
GO
/****** Object: StoredProcedure [dbo].[webCreateAcc] Script Date: 11/06/2010 15:21:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER PROCEDURE [dbo].[webCreateAcc]
@account VARCHAR(15),
@password VARCHAR(36),
@email VARCHAR(120)

AS

SET NOCOUNT ON

DECLARE @DateActivated AS CHAR(8)

IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
INSERT INTO ACCOUNT_TBL (account, [password], id_no1, id_no2, isuse, member, realname, cash)
VALUES (@account, @password, @password, @password, 'T', 'A', 'F', '0')

SET @DateActivated = CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
--UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid
--INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
-- VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')

INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse, email)
VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O', @email)

END
--ELSE BEGIN
--print '->Account exists = '
--print @account
--END

plz make a video in youtube tnx. !!
khristian05 is offline  
Old 11/05/2011, 18:52   #9
 
elite*gold: 0
Join Date: May 2011
Posts: 1,550
Received Thanks: 290
Muss das sein ?
11-06-2010, 17:35 Ist wohl ganz schön Aktuell.
#Closerequest
.Cookiee is offline  
Old 11/05/2011, 21:22   #10


 
Sextus's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 4,206
Received Thanks: 1,176
#closed
Sextus is offline  
Closed Thread


Similar Threads Similar Threads
REGISTERPAGE
04/02/2010 - Flyff Private Server - 2 Replies
Hey, Kennt einer von euch nen How To Thread wie man ne Register Homepage mit xampp,oder anderen Programmen macht? Hab über die sufu nix gefunden. Es sollte eine für Flyff (v14 offi files) sein.
[REQUEST]RegisterPage
10/30/2009 - CO2 Private Server - 0 Replies
I need a register page for 5065 please anyone help me get this. I need a file thin i need 2 know how 2 make it work if u can i really want it for Wamp but my wamp isnt working so eather AppServ or Wamp will b find im running a 5065 Binary Server :) come check it out :) darksideco.tk NOTE"IF U GET MY REIGSTER PAGE WORKING U CAN B IN THE TEAM!!!"
[HeLp]RegisterPage! ip start with 92.
06/12/2009 - CO2 Private Server - 1 Replies
Heloo GUys I need Help ! my hoster have ip with 92 Ip Intern ! how i can make register page? with wamp or ? plzz i need help ..really who help me have PM ..:) we have srv translated 94% :D non stop
LOTF registerpage
12/17/2008 - CO2 Private Server - 9 Replies
does someone have a LOTF registerpage? and dont cry about use the search button because i did and the link for the download was from ZeroWaitingTime and ZeroWaitingTime is down 4 ever
HELP with Ip chaning for registerpage
10/02/2008 - EO PServer Hosting - 2 Replies
Where can I can the ip for the Registerpage C:\wamp And than ? :S



All times are GMT +2. The time now is 01:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.