![]() |
Login form on website. - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Login form on website. (/thread-6352.html) Pages: 1 2 |
Login form on website. - Linkforsoad - 04-10-2009 12:04 AM Hello Everybody! ![]() I'm using ispCP for free webhosting Karhost.nl. I'd like to use an login form on my website. The website URL is karhost.nl, and the ispCP url is klant.karhost.nl. I tried so much but it doesn't work. Is there anyone who have a small script to fix this ![]() Thanks for helping me ![]() Linkforsoad (aka Simon). RE: Login form on website. - BeNe - 04-10-2009 01:59 AM Quote:I'd like to use an login form on my websiteAs a PopUp or Wrapper ? Greez BeNe RE: Login form on website. - Linkforsoad - 04-10-2009 02:02 AM Hmm. If you go to Karhost.nl you can see what i mean. There is a login box right of the header. Is it possible to use that for ispCP. I know it can with DirectAdmin... Gr, Simon. RE: Login form on website. - Lucan - 04-10-2009 02:18 AM Delete Code: check_login(__FILE__); from the ispcp index.php and it will work. Greetings RE: Login form on website. - Linkforsoad - 04-10-2009 02:53 AM But... Then can i use a POST thing :-p? Gr, Simon. Edit: Which Index.php? RE: Login form on website. - Lucan - 04-10-2009 03:01 AM yes. there is only one index.php for ispcp? RE: Login form on website. - Linkforsoad - 04-10-2009 03:04 AM In the /gui map of /gui/admin /gui/reseller and /gui/user ;-) In /gui is there: Code: if (check_user_login()) { That code? RE: Login form on website. - Lucan - 04-10-2009 03:06 AM just the normal /gui folder there u have to remove check_login(__FILE__); only that not more. RE: Login form on website. - Linkforsoad - 04-10-2009 03:52 AM I cant find it. Here is my index file: Code: * blablabla license blablabla =P RE: Login form on website. - Lucan - 04-10-2009 04:07 AM which ispcp version do you use? |