Posts
 
Reputation
Joined
Last Seen
Ranked #523
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
97% Quality Score
Upvotes Received
95
Posts with Upvotes
77
Upvoting Members
53
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
14 Commented Posts
15 Endorsements
Ranked #99
Ranked #316
~126.06K People Reached
Favorite Tags
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for Octet

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 …

Member Avatar for Prtablegm
0
2K
Member Avatar for <M/>
Member Avatar for Bensirpent07
3
1K
Member Avatar for jephthah
Member Avatar for jenil.franco

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 …

Member Avatar for Rakesh456
0
473
Member Avatar for aisha.edris1

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 …

Member Avatar for rozermartin28
0
328
Member Avatar for nisbusiness

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*. …

Member Avatar for rozermartin28
0
193
Member Avatar for Dani

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!

Member Avatar for Mike_danvers
4
3K
Member Avatar for islam-morad

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 …

Member Avatar for Fammer
0
221
Member Avatar for james.lu.75491856

Not programming languages, but thought I might contribute. JavaScript: alert("Hello, World!"); Bash echo "Hello, World!"

Member Avatar for avishek12345
0
296
Member Avatar for cmk_96

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, …

Member Avatar for vincentleeap
0
863
Member Avatar for o Chantelle o

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?

Member Avatar for booicu
0
279
Member Avatar for lewashby

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?

Member Avatar for Spencer_1
0
630
Member Avatar for Octet

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 …

Member Avatar for mboelen
0
305
Member Avatar for wplay

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 …

Member Avatar for bostjan33
0
94
Member Avatar for Bhavya scripted

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 …

Member Avatar for Bhavya scripted
0
229
Member Avatar for lewashby

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? …

Member Avatar for lewashby
0
161
Member Avatar for pssubash

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 …

Member Avatar for minitauros
0
135
Member Avatar for alantran85

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)

Member Avatar for Octet
0
146
Member Avatar for nitin1

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.

Member Avatar for Labdabeta
-1
191
Member Avatar for shane.shaffer.50

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 …

Member Avatar for chizy2
0
140
Member Avatar for Tobyjug2222

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.

Member Avatar for JorgeM
0
392
Member Avatar for Mr.M

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 …

Member Avatar for Mr.M
0
310
Member Avatar for Octet

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 …

Member Avatar for Octet
0
574
Member Avatar for DaveG18
Member Avatar for albanclesh

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 …

Member Avatar for albanclesh
0
446
Member Avatar for commando1200

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 …

Member Avatar for james.lu.75491856
0
138
Member Avatar for Octet

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 …

Member Avatar for Octet
0
161
Member Avatar for erkanay

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 …

Member Avatar for diafol
0
281
Member Avatar for <M/>

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)

Member Avatar for <M/>
0
304