Need Help?, page 1


Pages: <<  1    2  >>
ATS Members have flagged this thread 0 times


reply posted on 30-10-2003 @ 07:22 AM by MetalHead
Thanks

Ooo... I use a simple PHP guestbook program which I wrote on my website -
www.webmasterdave.co.uk...

It only uses simple text files to save the data, not a database like MySQL as I wasn't expecting a lot of posts, lol.

If you wanted I could give you the code that I wrote? I could put all the scripts in a zip file (or whatever format you want) and give you the link to download it.

You said you couldn't get any of them to run on your server... Are you sure PHP is configured correctly? One really common problem is that "register_globals" is turned to off in the php.ini file. This means you can't access variables users put into form fields as just $name. But need to do - $name = $HTTP_GET_VARS['name']; or the same but $HTTP_POST_VARS['name'] depending on how you processed the form data. (get or post).


reply posted on 5-11-2003 @ 03:28 PM by MetalHead
Heya...

You don't need a static IP to host your website 24/7.
Even if your broadband connection has a dynamic IP address, it's sill possible. All you do is sign up with a company like
www.no-ip.com...

Get your domain name through them, they forward it to your IP address, etc. Then you download a bit of software from them which sits on your computer and whenever your IP address changes, the program uploads your new IP address to their server so it can re-forward the domain name to you still. So basically you will only lose 0.01% uptime, lol.

I don't actually have a broadband connection at home, so I can't host my stuff 24/7 that well, as the bandwidth would be so low. (I just have 56k). I host my websites through - www.oneandone.co.uk...

They are a great host. They do Linux and Microsoft hosting (I use Linux), so for ASP you would want Microsoft. Cheap aswel. Really reliable, had no problems with them yet. Just gone 1 year with them now I think.


reply posted on 5-11-2003 @ 03:37 PM by MetalHead
Oh sorry UF, I forgot to mention...

You could also transfer your existing domain name to a company like
www.no-ip.com... and then do it that way, rather then you having to get a new domain name. I believe thats possible to transfer one to them anyways, not looked... But should be able to.


reply posted on 6-11-2003 @ 07:16 AM by UniversalFiction
Originally posted by bigdanprice
I need help. i have been developing a website that I want to be able to restrict access to ie users have their own user name and password, I gather I have to use some kind of database but i have no idea how to start the thought of using server side script and the like is pretty daunting, can anyone help?


There's an easier option, you might be please to hear! Some 3rd parties offer "password gates" some of which I've tried in the past. I found the one at
Bravenet to be one of the best - I still have mine setup somewhere if you'd like to test it out before signing up (it's free).

If so, just let me know and I'll post later tonight with the details.

[edit - sorry, I should have perhaps explained a little about how they work! Basically Bravenet provide a login portal on which you can setup individual user IDs and passwords to allow access to specific pages, they're a little restricting, in that they don't actually completely lockout the page you want to protect, but if you give the page a name no-one would guess e.g. 56b4hjb74k37k.html it's reasonably secure. Depends on how important what you're trying to protect is!]

[Edited on 6-11-2003 by UniversalFiction]


reply posted on 9-11-2003 @ 05:32 PM by MetalHead
I don't know about PhpNuke THENEO, I hear it's *supposed* to be good. I have a copy of it on disk somewhere.

I actually make all my programs rather than finding a program that does it already, so I haven't really come accross any. What about the program ATS/BTS use?
www.xmbforum.com... not sure if it's free or not.

Try searching somewhere like HotScripts (forgot the address, sorry) for disscusion boards. I'm sure you'll find something there or at any number of "Free Scripts" websites.

Also, a little tip (No offence to any people using the following...) Don't use "Guestbook provided by Matts Scripts" or whatever it is called for a guestbook/discussion board as it is so unsecure. All a cracker has to do is find the password file (by default - /forum/passwd.txt), crack it using a password cracker and their in!

Hope some of this info helps, search and I'm sure you'll find something
Pages: <<  1    2  >>    ^^TOP^^