Help with Php-Based Register script from Abrassive ...

04/16/2014 00:31 Lordblubb#1
Hello Guys, i have an Question. Can anyone help me in Teamviewer or so on to install the register script.. ive done everything.. changing the database options like db host etc. and nothing happen.. My root server and my homepage are on different servers and i dont know how to do it that i can create an account... pls need help
04/16/2014 21:41 Autrux#2
#moved

You should fix your problem alone. If you want, you can post your script and other problems about it, here. Some user will sure help you.
04/18/2014 10:34 Blober#3
I didn't understand your problem.

Are you trying to add your registration form to your website or are you just not able to connect to the script?

Quote:
My root server and my homepage are on different servers and i dont know how to do it that i can create an account
If you are trying to add your registration form to your website, just use an iframe.

It should look like this:

HTML Code:
<iframe src="your path to the script" width="What you want eg: 100 for 100px" height="what you want eg: 100 for 100px" frameborder="0 for no borders and 1 for boerders" scrolling="no"></iframe>