- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 95
- Posts with Upvotes
- 77
- Upvoting Members
- 53
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
| |
Hello Daniweb, I've recently become interested in networking, especially the administrative side of it (monitoring them, managing and resolving faults etc.) and therefore I thought one of the best ways I could learn was to see what was actually happening on them. I installed Wireshark for Ubuntu, and everything seems … | |
Re: The Saboteur (Pandemic Studios) What is your favourite colour? | |
| |
Re: Yes, in any of the PCIEX16 slots, that is PCI Express and should support it. If you're upgrading your graphics card, providing it is the same slot type then you should be able to just pull out and replace. PCI is the full size card, anything with the EX or … | |
Re: If you do a Google search (other search engines are available), for 'Free Website Hosting' you shall find a large number. What you won't find is a combination between free hosting and a free domain, this is because it costs to setup a domain, so what you shall get instead … | |
Re: I shall be honest, free hosting isn't the best. The way free hosting often works, is you shall normally be given a subdomain which sits in front of the main domain, so if I owned the hosting company *Example.com* and you owned the website *MyWebsite*, the domain would become *mywebsite.example.com*. … | |
Re: Are there any rules, age restrictions or specific requirements (other than it having to include the Daniweb API)? And in agreement to diafol, a very generous set of prizes! | |
Re: Unfortunately, if we all had an online business that would bring in a sustainable, weekly salary... then we would all be doing it. The best place to start however is to look at two critical areas, current market trends and your interests and experience. There is no point trying to … | |
Re: Not programming languages, but thought I might contribute. JavaScript: alert("Hello, World!"); Bash echo "Hello, World!" | |
Re: Hello cmk_96, Not having video is one of the most annoying and hard to diagnose issues, because there is no way to visually display any error messages. When you turn on any computer, it goes through what is called a POST (Power On System Test) which shall detect any issues, … | |
Re: Welcome to the forum! As with what JorgeM and m_ishwar have suggested, there are a lot of brilliant tutorials around the web. You mentioned you "dabble around in different areas of IT", what other areas have you experienced? | |
Re: Who owns the script, does it need to be run as root and if so have you set it up under the Root Cron Daemon? Can you execute the script manually? | |
I have Ubuntu 12.04 installed on my home web server which I am hoping to use to host my website in the near future. Security is obviously paramount, and is my primary concern at the moment. What is there that can be done to help prevent attacks? My current setup … | |
Re: First things first, Daniweb is not a legal community and therefore you shouldn't trust anything that you read on here to do with the law, and instead you should consult a legal solicitor or lawyer. In terms of your question, it depends on your location as to what laws you … | |
Re: Well, Python and Ruby are both programming languages, not scripting languages and regardless you do need to worry about syntax if you want it to work. Just a word of advice, if you only have a little experience with Python but none with Ruby (suggested by your question whether or … | |
Re: Make sure you are actually hitting the file, in past experience I have found that giving the full path to the file with the use of `$_SERVER['DOCUMENT_ROOT'];` works. The other thing to look at is does the web server and PHP actually have the appropriate permissions to access the file? … | |
Re: Please refer to the rules, the forums are designed for people to help with code however you must put in the work yourself if you want people to spend the time and help you. When you have some code to show, people shall be more than happy to look it … | |
Re: I would say [Dabs.com](http://www.dabs.com) Or for your more electronic stuff/board level hardware then nothing beats [RapidOnline](http://www.rapidonline.com) | |
Re: Looks good, I can't see anything else to add to it and considering you haven't done much on C++ then I think this shall be a good project! Good luck. | |
Re: The others have hopefully answered some of your questions, but just to throw in my two pence. An AMD Phenom processor should be more than capable of supporting 2-10 users, even if they are concurrant. (However it all really depends on what your server is used for, as you mentioned … | |
Re: Or an alternative solution would be to hit a 3rd party service such as "What's my IP" using something along the lines of: `file_get_contents("http://bot.whatismyipaddress.com");` This shall give you the server's actual WAN IP. | |
Re: Unfortunately I don't have much knowledge of VB.NET, however I would recommend you look into something along the lines of WGet. WGet is a command line utility which you might be able to incorporate into your VB scripts to achieve the same affects. This means that it is possible to … | |
Hello Daniweb, I am facing a problem with my web host, 123-Reg and their basic Linux startup package. To summarise what this package contains, it is a small scale shared hosting environment with support for PHP. I am developing a content management system which writes data to a flat file … | |
Re: As far as I am aware, it wouldn't be possible to do this in PHP as PHP is rendered server side. This means that once it is sent to the client's browser, there is nothing *left* of it. At most you could echo out a JavaScript function/button combination to do … | |
Re: Just to add to what has already been said, crawlers don't need to follow a robots.txt file. The majority will follow it, such as Google and Yahoo's crawlers will obey to the rules but there is nothing to stop me writing a crawler to crawl your site and completely ignore … | |
Hello Daniweb, I am trying to implement a show/hide feature for a website, to help organise the content more effectively. At the moment I am using a simple JS function that changes the .style.display of a div to either none or block. The problem is that because the content is … | |
Re: You can write out HTML tags in PHP as you would normally. The only thing you need to be aware of is by using speech marks you either need to escape them or use quotation marks instead. What I'm trying to say is you can't use the same set twice … | |
Re: Welcome back M! So you say you've been doing your finals for the past couple of months... or where you actualy on an undercover mission with the Secret Intelligence Service? (a terrible joke and a James Bond reference for those of you who don't get it) |