-
Valued Member
Register.php and item mall
i have a domain through hostgator and dedi through server4you.
my dedicated has plesk, xampp, and tomcat installed.
[but i have no idea how to use these]
how do i get the register script to work on my domain?
-
-
Account Upgraded | Title Enabled!
Re: Register.php and item mall
If you're using Extrinsic register makes sure you fill out this:
<?php
/**************************************
Account Registration Script
Extrinsic Studio
Ā© 2013
**************************************/
// CONFIG
$_Config['Debug'] = true;
$_Config['SQL']['Host'] = 'User-PC\SQLEXPRESS';
$_Config['SQL']['User'] = 'sa';
$_Config['SQL']['Pass'] = 'MSQLPassword';
$_Config['SQL']['Database'] = 'OdinAccount';
$_Config['SQL_Error_Display'] = true;
Then make sure the scipt is in www in your wamp folder.
Then connect to your dynamic IP (Ex: fiesta.com/Register.php)
-
Valued Member
Re: Register.php and item mall
i have that edited, but i dont have wamp. do i need xampp, and wamp? as i dont see a www folder in xampp, i have the script in the htdocs in xampp but plesk seems to get in the way. of it connecting anywhere
-
Account Upgraded | Title Enabled!
Re: Register.php and item mall
your using the old files so ur gonna wanna find the old athens site and it will work for u
-
Valued Member
Re: Register.php and item mall