Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 21:24

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

Advertisement



[HELP] Register Page

Discussion on [HELP] Register Page within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
[HELP] Register Page

I know I know it maybe a foolish question.

Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\reg\index.php

Maybe it's because I use XAMPP 1.8 now?
Help, this is a first time I see this **** using my register page that worked in the past.
mongreldogg is offline  
Old 08/24/2012, 12:01   #2
 
→Striker←'s Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 275
Received Thanks: 266
Download the drivers from here

Extract them in Xampp\php\ext
and don't forget to enable the extensions in php.ini

Have Fun
→Striker← is offline  
Thanks
1 User
Old 08/24/2012, 12:06   #3
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
Quote:
Originally Posted by →Striker← View Post
Download the drivers from here

Extract them in Xampp\php\ext
and don't forget to enable the extensions in php.ini

Have Fun
Thanks but I'm noob - can you tell how to enable this extensions?)

Edit: got it, enabled. But don't work. Any solution?
mongreldogg is offline  
Old 08/24/2012, 12:50   #4


 
Xijezu's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 5,084
Received Thanks: 3,458
Quote:
Originally Posted by mongreldogg View Post
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\reg\index.php
Open your php.ini.
Somewhere you'll find:
Code:
;mssql_*insert-missing-thing*.dll
Remove the ;

Quote:
Originally Posted by →Striker← View Post
Download the drivers from here

Extract them in Xampp\php\ext
and don't forget to enable the extensions in php.ini

Have Fun
dafuq?
This wont solve his issue since he's looking for mssql_[...], not for sqldrvr.
Xijezu is offline  
Thanks
1 User
Old 08/24/2012, 13:29   #5
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
extension=php_mssql.dll
got it
xampp/php/ext/php_mssql.dll - got it, downloaded 1.0.0 version.
Don't work. Anything else?
Or maybe it will be good to install diferrent version of XAMPP?

Edit: PHP v 5.4.4
mongreldogg is offline  
Old 08/24/2012, 15:47   #6
 
→Striker←'s Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 275
Received Thanks: 266
Quote:
Originally Posted by Xijezu View Post
dafuq?
This wont solve his issue since he's looking for mssql_[...], not for sqldrvr.
how in hell your going to enable the mssql without the sql driver?
→Striker← is offline  
Old 08/24/2012, 16:38   #7
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
Okay guys stop it. It's OK with mssql_connect, found a solution BUT!

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server

All the data entered is normal but i can't connect to the DB.
For more info: OS Windows Server 2008 R2, SQL server 2012 RC0, XAMPP 1.7.3,
enabled extensions: php_dblib.dll, php_mssql.dll
mongreldogg is offline  
Old 08/24/2012, 21:20   #8
 
elite*gold: 0
Join Date: Apr 2012
Posts: 26
Received Thanks: 0
Just wondering if i could get some help setting up xampp my first time using it. Already installed it and it wont start mysql says port is already taken. Sorry for the asking for help really new at xampp
trev1 is offline  
Old 08/24/2012, 23:24   #9
 
s0ul37's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 687
Received Thanks: 310
Quote:
Originally Posted by trev1 View Post
Just wondering if i could get some help setting up xampp my first time using it. Already installed it and it wont start mysql says port is already taken. Sorry for the asking for help really new at xampp
Dude, just change the preferences to make it use a different port, it uses the standard port, which is also used by other programs, e.g.: Skype, that's why it is blocked.



If you would (at least) try to use your brain, issues like these would never come up.

Quote:
Originally Posted by →Striker← View Post
how in hell your going to enable the mssql without the sql driver?
Your link leads to SQLSRV extension, that has nothing to do with the MSSQL extension/function. These are two different methods to connect to the database. Stop bullshitting around.
s0ul37 is offline  
Old 08/24/2012, 23:44   #10
 
→Striker←'s Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 275
Received Thanks: 266
Quote:
Originally Posted by s0ul37 View Post
Your link leads to SQLSRV extension, that has nothing to do with the MSSQL extension/function. These are two different methods to connect to the database. Stop bullshitting around.
I'm so disappointed to see this from programming developers ... Flaming and insisting on their mistake..

→Striker← is offline  
Old 08/24/2012, 23:49   #11
 
s0ul37's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 687
Received Thanks: 310
Quote:
Originally Posted by →Striker← View Post
I'm so disappointed to see this from programming developers ... Flaming and insisting on their mistake..

Your link leads to an explanation of the SQLSRV method to connect to the database. Are you trying to tell me, that I was right? Did you even look at the page, I needed like 3 seconds.
s0ul37 is offline  
Old 08/24/2012, 23:51   #12
 
→Striker←'s Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 275
Received Thanks: 266
Quote:
Originally Posted by s0ul37 View Post
Your link leads to an explanation of the SQLSRV method to connect to the database. Are you trying to tell me, that I was right? Did you even look at the page, I needed like 3 seconds.
OK you know what my link leads Now read what the first post is about...
→Striker← is offline  
Old 08/24/2012, 23:52   #13
 
s0ul37's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 687
Received Thanks: 310
Quote:
Originally Posted by →Striker← View Post
OK you know what my link leads Now read what the first post is about...
He was looking for a solution to connect through the MSSQL method, not for the SQLSRV method. I was just trying to tell you that Xijezu was right with his post. Are you retarded?

Quote:
Originally Posted by Xijezu
This wont solve his issue since he's looking for mssql_[...], not for sqldrvr.
Quote:
Originally Posted by Striker
how in hell your going to enable the mssql without the sql driver?
Just seems like you do not have enough synapses to get it. (He was looking for help to connect through mssql(), you posted the extension file for sqlsvr(). Xijezu said he is looking for mssql() and not sqlsrv(). You thought a sqlsrv driver is needed for mssql(), but mssql has nothing to do with sqlsrv. These are two different functions/ways to connect to the database and he was looking for the mssql() method.
s0ul37 is offline  
Old 08/25/2012, 08:11   #14
 
elite*gold: 0
Join Date: Apr 2012
Posts: 26
Received Thanks: 0
@soul37 If you wouldnt be so rude people might actually figure things out in this community. And by the way i did not have to change the port i used the installer which tried to install mysql as a service when i didnt need to since i already have it installed. But thank you for being so rude instead of just helping people out
trev1 is offline  
Old 08/25/2012, 15:02   #15
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
Well, this thread helped me a lot.. Ty very much.
Have a VB script for registration, works without brain f*cking.

Close it.
mongreldogg is offline  
Reply


Similar Threads Similar Threads
i need an ini register page
03/29/2012 - CO2 Private Server - 0 Replies
Hello everyone i need an ini register page urgently i used the one it came with and it makes accounts but u cant make characters and ive tryed a cupple more i use the project x source someone help please.
Register Page
03/05/2012 - Dragonica - 0 Replies
Hello i want a registration page connected to SQL (databases) permetant to make an entry fast and accurate. A little tutorial would be welcome Thank you
How To ISS 7 Register Page and Help Page And Guild
12/16/2011 - Rappelz Private Server - 3 Replies
Hello , IIS 7 to the registration page . Good Luck.. ISS 7 Register Page and Help Page And Guild Page - YouTube Result 589896 - YouTube
Need Register Page!
10/30/2009 - Aion - 0 Replies
Can anybody tell me how to make a account or give me a Register Page? Please and thx Once i get this i can release my Servers!
Register Page Help Please
06/29/2009 - Dekaron Private Server - 0 Replies
edit please delete this is topic now no problem :)



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


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.