Guest HostPro.Ninja Posted March 1, 2015 Share Posted March 1, 2015 Hello guy's As many other members i've decided to create this topic so that we could make correct signup script so that everyone easily can use and customize it depending of user needs. Here is the problem that i have stuck'ed and i can't figure it out how to make signup script to work. I get this error: "[COLOR=#333333][FONT=Helvetica Neue][SIZE=14px]Error, The domain name choosen is not allowed 1" And here are the codes from the files for signing up. signup.php[/SIZE][/FONT][/COLOR] [code] include('geturl.php'); ?> Username Password Email Address Site Category Personal Business Hobby Forum Adult Dating Software / Download Site Language English Non-English Security Code Enter Security Code By signing up for echo "$yourdomain" ;?> free hosting, you accept and agree to our Terms of Service [/code] geturl.php [code] $yourdomain = $_SERVER['HTTP_HOST']; $yourdomain = preg_replace('/^www\./' , '' , $yourdomain); $yourdomain = ucfirst($yourdomain); ?>[/code] * If anyone, have an idea how to edit these files to setup signip page and how it can be added more domains for subdomain option? Quote Link to comment Share on other sites More sharing options...
Guest KnyaZ Posted March 2, 2015 Share Posted March 2, 2015 Add this code in the registration page easy. Should all work. If you complete the registration form code to make the page. You should rename this page in signup.php Quote Link to comment Share on other sites More sharing options...
Guest HostPro.Ninja Posted March 2, 2015 Share Posted March 2, 2015 Yup, it's working good when is placed with iFrame and no errors at all. :D Quote Link to comment Share on other sites More sharing options...
mike Posted August 2, 2017 Share Posted August 2, 2017 6 hours ago, PlanetCloud said: The iFrame showed 404 error, please review. This means the website the iframe was set to display cant find the specified path. Quote Link to comment Share on other sites More sharing options...
mike Posted August 3, 2017 Share Posted August 3, 2017 14 hours ago, PlanetCloud said: I know what this means tho, can you please add a new iFrame so i can add the code to make my forms work? This is how iframe code looks like " <iframe src="put here the signup.php url of your website"></iframe> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
× Pasted as rich text. Paste as plain text instead
Only 75 emoji are allowed.
× Your link has been automatically embedded. Display as a link instead
× Your previous content has been restored. Clear editor
× You cannot paste images directly. Upload or insert images from URL.