329 Posted Topics
Re: Ok, first things first are to resolve the virus issues. BACKUP all your files onto a removal storage device, such as a CD-RW, flash drive or portable HDD. DO NOT connect this to another computer, as you are likely to be moving viruses with it, but it is important this … | |
Hello Daniweb, I am planning on moving a telephone socket downstairs so that I can move the router from the back corner of a granite house into the middle of it, so hopefully the wireless signal shall be better for everyone. In the house there are two telephone lines, one … | |
Re: As with any battery, frequently charging and then discharging shall inevitable do some damage, the real question that needs to be looked at is how much damage. A laptop battery is specifically designed to be charged and discharged frequently, they are known as "deep discharge cells", meaning they can be … | |
Re: In Ubuntu you can map it as follows: 1. Go to the file browser 2. In the top bar, select the 'File' drop down menu 3. Select, 'Connect to a Server' 4. Enter the server details Hopefully that shall solve at least one part of your problem, I imagine it … | |
Re: The majority of the time, your external IP address isn't going to be static unless you've paid extra to your Internet Service Provider. Are you sure you aren't confusing your internal and external IPs? | |
Re: Unfortunately I don't have any off hand, however you might be able to use the UCAS online search tool for more information. If you pop on over to [search.ucas.com](http://search.ucas.com/) and enter your criteria it should list a huge number of available universities. From that list, hopefully you shall then be … | |
Re: Yep, as JorgeM has stated however just giving a bit more information. Internal IP Addresses are normally handed out with something called DHCP (Dynamic Host Configuration Protocol). DHCP normally takes place within your router on your home network, however larger networks might have dedicated servers to handle this sort of … | |
Re: Welcome to the forums! How are you, anything exciting in the works? | |
Re: It depends on your skills and knowledge. There are a number of different methods for creating a website, the simplest is to use a WYSIWYG (what you see is what you get) editor which allows you to use features such as drag and drop movement and resizing. There are a … | |
Re: What owner did you change the permissions to? It sounds like PHPMyAdmin no longer has the access rights to use the files and therefore it cannot configure itself. | |
Re: Just to expand on what JorgeM is saying, A computer network is designed to share information and/or data between two or more computers. This isn't a requirement, and a computer that isn't part of a network is referred to as a "stand alone" or "independant" system. These types of systems … | |
Re: It is a file that tells a crawler how it should behave on your site. Search engines send out web crawlers, also known as bots to websites which follow links and collect bits of information such as the number of images and meta tags. A robot.txt is a text file … | |
Re: It all depends on the search engine that is indexing your page, so in theory it could be infinite times long. As a rule of thumb though, the major search engines (Google, Yahoo and Bing) tend to accept around 150 characters for the description, and about 65 for the title. … | |
Re: If you aren't openning it up to the internet, and instead are just using it for development and testing then yes. XAMPP is only the front end tool for the various services. If you where to open it up to the web then the most important things you secure are … | |
Re: As klemme has elegantly put, you need to do your own work and only use the forums for support on bits you are stuck on (as suggested by the rules). A quick hint though as to where you should start. Look into how to: * Implement a pseudo random number … ![]() | |
Re: An RSS Feed (Really Simple Syndication) is a common method used to share information, and keep people up to date with news. They are commonly added to news websites, to which people can subscribe to them and receive updates as new news comes through. In terms of your website, and … | |
Re: It's also very contradictory, They want you to store all this information about users, so that if it is needed it can be recalled, and also to protect both parties but this undermines many Data Protection and Privacy laws. You can't store most of that information without registering as a … ![]() | |
Re: Welcome to the forums! What sort of stuff have you worked on in the past? Any exciting projects in the pipe line? | |
Re: Just to add to what the others have said, define the width and height on the canvas element itself as opposed to in CSS files. When defining it in a CSS file, it behaves strangely, and can result in a blurry canvas drawing. | |
Re: A web browser is essentially an HTML viewer, it interprets HTML and CSS and renders a display based upon this. I'm not aware of any software application that solely displays HTML and CSS without it containing the features of a fully fledged browser, however you might want to look into … | |
Re: Welcome to the forums, it's good to see a new face. (Just a tip though, make sure you double check that you are posting in the correct forum, it's an easy mistake but this should be in Community Introductions. Should also mean you get more detailed help to any questions … | |
Re: Yep, as code_rum has suggested the problem is likely to be caused by a mispelling of a variable. In the future, a tip to debugging such errors is to either echo out the variables when you get an error (and see if it is null, or has the expected value), … | |
Re: No, I wouldn't buy an SSL security. As you've pointed out, you aren't handling any personal details and therefore there isn't really a need for encryption, especially considering your site is only just starting out. Furthermore, the amount of processing time required to handle SSL/TLS traffic is significantly higher than … | |
Re: Are you still connected to a DNS server? Can you browse the web from another computer? Open up Command Prompt and perform a traceroute, try pinging the DNS server and see if it is responding, and try performing a NSLookup. That should tell you at which point the packets are … | |
Re: This is a common mistake that people make, you need to define a 100% area in both your Body and Overall in your CSS like this: *{ height: 100%; } body{ height: 100%; } #DIV{ height: 100%; } Give that a try and let us know how it goes! That … | |
Re: `gethostbyaddr($_SERVER['REMOTE_ADDR']);` That shall give you the servers IP, then you can use the same `$_SERVER['REMOTE_ADDR'];` to get the names of computers that connect to the server. To get the IPs of computers on the LAN, then they must connect to the server in question. The Manuals are your friend! [PHP.net](http://php.net/manual/en/function.gethostbyaddr.php) | |
To Daniweb Administrators, I've just found a website which appears to be mining Daniweb data, by this I mean it has an exact replication of articles posted on Daniweb including the same usernames as those relating to members who posted content. The website is [Cyberzhub.com](http://www.cyberzhub.com) I thought I probably should … ![]() | |
Re: Not any sort of cable I've ever seen, could it be some kind of proprietary cable from a printer or some kind of camera or something? It appears that one of those is a USB, but it might just be the photograph? | |
Re: That has got to be the longest sentence I have ever seen, and I couldn't unfortunately understand a word of it. Could you rephrase it please (bullet pointing it might help), stating what problem you are having and what you want it to do. From what I gather, you want … | |
Re: As the comment suggests, it isn't a genuine version of Windows. It has been known for some scam viruses to trick you into thinking this and providing you with a fake link to 'purchase' a genuine copy of Windows or it is in fact, a fake version. Where did you … | |
Re: If a file is corrupt then unfortunately it is corrupt. Simply removing the malware isn't going to magically cause the file to re-assemble themselves and the problem goes away. What you're going to need to do initially is make sure you have definetly removed all traces of the virus, this … | |
Re: Hello Violet, glad to see that you finally managed to recover your data, after your previous post! I can't think of any reason for it to change the voltage, consider there are two different slots for the different sized HDDs. As you are using a 3.5" HDD I wouldn't worry … | |
Re: Ok, two things as both of you don't seem to have read the [rules](http://www.daniweb.com/community/rules) of Daniweb. Firstly towards akkbkht, please can you show us what you have done so far so we know which bit you are stuck on specifically. Daniweb isn't designed for people to do your homework on. … | |
Re: I'm not really sure what you're asking, however since any content that is displayed to the browser by PHP is HTML, you would create a link as you would in HTML. So it would be `<a href = "/LINK.php" > Donate </a>` ![]() | |
So, I've always found this bit difficult, and therefore I was wondering what others do in regards to the topic of Terms and Conditions, Privacy Policies and legal mumbo jumbo. The cost of hiring a lawyer to write such legal information for websites is often extremely expensive and therefore it … | |
Re: As mrvijayakumar touched on briefly, it is where you access an FTP server that doesn't require a username or password, or has a default set of credentials to login to. They are sometimes called Public FTP Servers for this reason, because anyone can use them without requiring explicit details. It … | |
Re: It is all up to personal preference, some people like it and some people don't. Personally I think they collect too much information, however I won't dispute that they have one of the biggest search indexes available which some find extremelly useful. If you want a list of decent search … | |
Re: It should however be pointed out that all queries should take the form of the newer, MySQLi and prepared statements for security. | |
Re: Unfortunately without those connectors I don't believe there is much you can do. Do you have an image to show us how bad the damage is? | |
![]() | Re: Watching it at the moment, not sure how that Romanian contestant got those notes that high? Hearing it in the background I was sure it was a woman in parts. ![]() |
Re: Yep, as others have said you need to be running some form of mail server. The simplest you could probably do is to run a relay email server and download something like sSMTP. A relay email server is essentially one which rides on the back of a proper email server. … | |
Re: Anything which is handled client side, this being HTML, CSS and JavaScript are needed to be sent to the viewers computer so that it can be interpreted by the browser. This means that it shall always be viewable by other people unless you enforce some sort of encryption or code … ![]() | |
Re: Sessions need some form of server side scripting language to run, and therefore you can't end them with only HTML. What you can do however is have the HTML hyperlink go to a second page, such as a PHP page containing the following: `session_destroy();` What that code would do is … | |
I was struggling to find a good place to put this one, should it go in the Linux forums, should it go in the Windows forums? Anyway, networking seemed like as good a place as any so here goes: I'm currently setting up a SAMBA file server which I am … | |
Re: Either the car jumped forward X distance (since the total distance travelled is less than the distance between the points), the driver stopped for lunch or it was going fast enough for time around the vehicle to slow down (and thus the 8km that are 'missing' where made up without … | |
Re: Networking is simply the joining of two or mor computers together, so that they can communicate with each other. Within networking, you have different types of topologies such as star and bus. These topologies are the way that the computers are connected together. Different topologies are used for different things … | |
Re: It all depends what you're linking to and what site you're talking about (you mentioned it happens on multiple sites). Each site shall have it's own rules on what you can include, so it is up to them what you can post however the chances are if it is linking … | |
Re: Welcome to Daniweb, what video games are you playing at the moment? Anything mainstream or are they more 'arthouse'/specialised? |
The End.