Tag Archives: Config

www query

This can be a stupid question but why will it be that some web sites servers respond with the website if you enter the url intended for example http: //www. mywebsite. com and a few do or dont reply to http: mywebsite. com ie removing from the total the www part will it be an webserver(apache) configuration setting or the way the DNS is usually setup Cheers Vars It’s really a DNS thing. In order for you the full config, I can post it below (I can’t remember it belonging to the top of our head).

Posted in Web Design | Tagged , , , , , | Leave a comment

Conteset Entry form

this doesnt say the actual server name im guessing the password for that php script may be the password for our database The password is probably the one for your user, but perhaps this does mean a person’s database password (I imagine that your host can be making you supply one user per database). Just test it. so my DB_HOST could well be godaddy. com in the event that lost there and every one of the DB_USER, DB_Password.. all these upon all script files have to be replaced with the proper info, correct just wanna make sure b/c i recognize php uses rules.. alot Very little, those are constants emerge the config. php file. You only need to change them there, which is the main purpose of config. php – if many files depend upon certain variables, you possibly can set it there and have it influence all pages. Your host would most likely be " localhost", while I said ahead of. But you will need to just ask your current hosting company in regards to the correct mysql_connect() purpose. I’m sure it looks for instance an uphill challenge using homemade pieces of software, but in the finale they’ll provide … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Starting up an online store

Hello everyone, I’m signing up for my first position for building a store from the ground up. I’ve been doing a pinch of research, and I’ve found some things to carry out but I’m not sure what else MY SPOUSE AND I should include. Other than SSL Certificates, kind validation, and keeping my PHP risk-free, what other technology / styles ought to be a incorporate in creating this online store Additionally, can anyone reccomend me a great credit card processing service to use / point me inside the right direction with a " how to" to code a great thing Bless you I would advocate not building your personal store. Many say things including " Keeping my personal PHP secure" — but do you know what the entails Aside from keeping your server & packages informed, walling in this server appropriately, encoding information correctly and config’ing your php to become safe…. There’s items like CSRF attacks & XSS injections that take a good amount of architectural experience in order to avoid. And then an overview, never trusting end user input, protecting against mysql injection, and so forth. Do you know the laws to your country & state regarding information and … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

IT WORKS!….but is there a more secure way to do it? (PHP: Include question)

I’m doing a tech site for my education, and I have decided to use the PHP: include function and so the website will be easier to keep. I have not one but two include files: head. php (which holds the internet in the < head> tages, the actual header, and the particular horizontal navigation) footer. php (which holds the internet in the footer) My problem is when using the files in sub-folders. Next time i include " scalp. php", the links for the css files, photographs, and other pages are incorrect in addition to won’t work. I tried when using the direct url to the files. It does work, but I don’t like the thought of having the file urls out for everyone to see inside source code. Is there a more secure way to achieve this You requires the full report url’s really, having them comparable won’t reap any benefits for that public. Fact is I can save as on your own page and it will eventually change every url to include the complete URL. You have to to remember your images will be relative in your file containing your includes. The comprises, for a strategy to think of … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment