|
I hope this is in the right place...
|
|
06-17-2010, 07:51 AM
Post: #1
|
|||
|
|||
|
I hope this is in the right place...
I hope I posted this in the right place....
Well I have a few questions I think..... 1. Is there a code or something I can put on my hosting site that people can "log in" to THT with out having to go to right to where I have THT? 2. Is there a way to have it so someone who wanted to get web hosting have to be a member to the support forum first. (Not talking P2H but paid accounts) Thats all I can think of at the moment. I might try and pick your brains later. Thanks Topher |
|||
|
06-17-2010, 09:12 AM
Post: #2
|
|||
|
|||
|
RE: I hope this is in the right place...
1) It's definitely possible. There isn't any publicly release code that I know of but if you check out how we handle the login script it should be that hard to create one on your site and just post the data to the right files like we do now.
![]() 2) Without using P2H? Nope, not natively at least. - KuJoe ▒ LvL8 ▒ The Free Web Hosting Guide ▒ FreeWebHostingTalk PM me for theme conversions @ $15! |
|||
|
06-17-2010, 09:32 AM
Post: #3
|
|||
|
|||
RE: I hope this is in the right place...
(06-17-2010 09:12 AM)KuJoe Wrote: 1) It's definitely possible. There isn't any publicly release code that I know of but if you check out how we handle the login script it should be that hard to create one on your site and just post the data to the right files like we do now. Ok lets make sure I under stand what your saying. I should find the login code and then try and put it into my website. Right? Topher |
|||
|
06-17-2010, 09:47 AM
Post: #4
|
|||
|
|||
RE: I hope this is in the right place...
(06-17-2010 09:32 AM)Topher Wrote: I should find the login code and then try and put it into my website.Thats right, there is no other way at current time
Regards, Andraž Rihtar |
|||
|
06-17-2010, 11:38 AM
Post: #5
|
|||
|
|||
|
RE: I hope this is in the right place...
adding the login to your website is quite easy. Just make an HTML form that submits with the POST method (check w3schools if you need help on that). create a type="text" input field with the name of "user" and a type="password" field with the name "pass" and have it submit to http://yourthturl/client/index.php.
good luck Nick - TheHostingTool Staff Coordinator ![]() |
|||
|
06-17-2010, 04:03 PM
(This post was last modified: 06-17-2010 04:04 PM by Kevin.)
Post: #6
|
|||
|
|||
|
RE: I hope this is in the right place...
Try the following (X)HTML:
Code: <form method="post" action="/path/to/tht/client/page">Kevin Mark - TheHostingTool Lead Developer |
|||
|
06-17-2010, 05:40 PM
Post: #7
|
|||
|
|||
|
RE: I hope this is in the right place...
Ok this is the code that is in the script already.
Code: <div class="module">What would I have to change to that? Thanks a ton Topher |
|||
|
06-17-2010, 06:09 PM
Post: #8
|
|||
|
|||
RE: I hope this is in the right place...
(06-17-2010 05:40 PM)Topher Wrote: Ok this is the code that is in the script already. (06-17-2010 04:03 PM)Kevin Wrote: Try the following (X)HTML: Kevin Mark - TheHostingTool Lead Developer |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)







![[Image: standard.png]](http://twitstamp.com/thehostingtool/standard.png)
![[Image: standard.png]](http://twitstamp.com/kmark937/standard.png)