- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 52
- Posts with Upvotes
- 44
- Upvoting Members
- 30
- Downvotes Received
- 5
- Posts with Downvotes
- 5
- Downvoting Members
- 5
Come stand by me and make yourself look good!
- Interests
- Programming, Technology, Business, Aviation
202 Posted Topics
Re: I can't recall **exactly** where it is, but apache blocks http and https access to the folder named cgi-bin, if you rename it you'll have access instantly. In your hosts file, apache config or somewhere similar, perhaps your cgi library folder! (I can't quite remember...) actually... Just run a scan … | |
Hi all, I'm building a multi-tenant web application in PHP which is hosted on a dedicated Ubuntu 14.04 server (LAMP). I'm trying to figure out the simplest method of allowing my customers (SME's) to connect the application to their active directory server to authenticate users. The only issue is, I … | |
Boo! Meh you knew it was me. After all, I post 99% of the dumass questions around here... I have a modal that's being a teenager and isn't doing as it's being told: http://i.imgur.com/7PcLQCS.png *As you can see from the image, it's half off of the screen!* # Here's the … | |
Hey all, I'm not a mechanic and I know nothing of the topic. I am however looking to replace the legs on my computer desk with some electronic cylinders so that I can raise and lower the desk at the press of a button. The only issue is, I don't … | |
Re: You'll have to forgive me as I might have missed the topic, I'm not to sure, but why not use any development environment and then have a web browser to view the code? Seeing as HTML, JS and CSS are all web based languages? I'm a lazy bugger so I … | |
Hi all, I've decided to work on a new project in my spare time and it involves capturing 30 seconds of video from each registered user. Does anyone have any suggestions as to the most widely accepted/compatible method of capturing video in the browser and storing it somewhere such as … | |
Re: From your question above it's quite hard to identify what it is you're actually asking for, so I'll cover file paths in general. 1) Relative File Paths A relative file path looking like this: `<a href="link.php">Link</a>` and this is because you can't see the full web address. The name 'relative' … ![]() | |
Hi all, I've just started to work on a lazy mans network - everything is unmanaged. I've now been asked to install a media server so that we can provide a source for the 90+ TV screens in our thirty remote offices, a system such as this: http://www.cabletime.com/how-it-works/ The only … | |
Re: This is pretty straight-forward and is usually easier than most people think. What I would do is call a function in the onchange attribute. In the following example the onchange attribute will be watching a dropdown, so the function will be called upon when the value of the dropdown changes: … | |
Re: DONT DO A SYSTEM RESTORE. I hope this gets to you quick enough. One of the worst things to do to an infected machine is execute a system restore. Boot yourself into Safe Mode and start checking your event logs, look for unusual activity. Whilst in safe mode you should … | |
Re: A fluid container with two columns is the way I would proceed. If you want to play around with BS3 forms before you begin check these out: A form builder: http://bootsnipp.com/forms?version=3 Some useful example code (All credit to 'pppeater'): http://www.bootply.com/pppeater/jrNvaahcOh Write some code and then post it here and we … | |
Re: Perhaps you can have an advanced filtering system? Including calories, carbs, fat, salt and sugar etc? You can also have a membership level called 'nutritional expert' where people who know a little about nutrition can build diets using recipies on your website, and then users can review, customise and print … | |
Re: This is a serious issue and highlights some genuine concerns. I say this is a professional and serious manner - what is the children were foolish enough to engage in sexual acts and/or watch pornography using the school computers? What if the camera was enabled when one of the children … | |
Re: Can you please visit both of the pages with firebug activated and let me know if there are any errors on the console? Are both files in the same web root or is one in a directory? | |
Re: Instead of `<br>` try `<br />`. If that doesn't work use `\r\n` for a single line break. I'm quite sure `\r\n` is the solution you're looking for though pritaeas is correct, it depends on how you're sending it and even more so how you're reading/receiving it. | |
Re: Now unless I misunderstand the question, this is quite easy to achieve. Each row should have a form and each buy now button should be a form submission button for the row. I personally would do this with jQuery, wrap the whole table in a form, add a custom attribute … | |
Re: Have you done any research yourself? Anywhom - by scan do you mean upload/open a file? | |
Hi all, I'm looking into the management of duplicate records in MySQL, but this case is a little bit more specific. A record is only duplicated if column A and column B have the same value. So a record is only a duplicate if two specific columns have the same … | |
Re: Hi jKidz - I would love to help you here but it would be great to see you have a go first. Also, tell us more about the technologies you're using. MySQL? MySQLi? PDO? Have a go yourself here - no one is going to judge you or your work. … ![]() | |
![]() | Re: Change this: `echo 'There are . $result . 'members';}` to this: `echo 'There are '.$result.' members.';}` Check out this PHP doc on string operators: http://www.php.net/manual/en/language.operators.string.php, specifically concatenation. If that's not the issue you could change your select statement and try something like this: <?php $result = mysql_query("SELECT COUNT(*) as count … ![]() |
Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict the max-height of dropdown.js but can't - for the life of me - get it done. The best solution would … | |
Re: These gys are probably one of the best fre hosting providers out there. Remember, you can't ask for much when you aren't prepared to pay. http://www.biz.nf/ | |
Re: I came accross an article in the Financial Times a few weeks back that contained an unofficial confession of a Google geek, who stated something along the lines of: "The execs have the Google geeks working over time to ensure that at the end of each quater there is a … | |
Re: Get you output some errors please and tell us exactly what isn't working clearly. Do you have a table called `members`? Do you have a column called `email`? Do you have a collumn called `password`? Are you sure you're meant to be checking the `email` column as the value 'wareez' … | |
Re: JorgeM is spot on, but I'd like to add a few key characteristics and uses of a VPN. Virtual Private Networks exist when a private network (such as a corporate or home network) extends to another geographic location through the use of the public telecommunications infrastructure (I.E. The Internet). One … | |
Re: I don't understand what you're asking for from the community here? If you don't have a PayPal merchant account or premier then yes you will need to either upgrade your PayPal account to remove the limit or use another payment gateway. There are millions on the world wide web... google … | |
Geeks, My client, an international online modelling agency, needs to state the following: "Age restrictions depend on the juristiction over your nationality". He has a section where applicants can apply for Nude photography (Nude Artistic, Nude Erotic, Adult Nude and semi-nude). Some countries require you to be 21 and some … | |
Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of the answer. Example: Instruction: Please select the radio buttons according to your preferred option, with 1 representing the most important … | |
ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and discovered that browsers cache AJAX calls? This would mean that the tab would be using a stupid amount of memory … | |
Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> <input type="text" name="category" class="m-wrap placeholder-no-fix" /> <input type="hidden" name="id" id="id" value="<?php echo $forumOrange['id']; ?>" /> <button class="btn green" type="submit">Add Category</button> … | |
Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but in this instance I would like it to automatically open on tab 2 when a particular link is followed... so … | |
Hi all, I have a hidden division that is supposed to appear when the button, as shown below, is clicked by the user. The division is hidden on page load, and does actually appear when the button is clicked, but nothing happens on the first click. To clarify, you have … | |
Hi all, I have been looking into making a website that has a timelapse video as its background, something similar to: http://www.thecowisgonemoo.com/nervaq/index-video.html The question is - how does one set a video as the background of a website!? Some of these timelapse videos are 100's of MBs or even 1000's! … | |
Re: You should have a workspace within the IDE (NetBeans), this is where your project files should be located. If you're using WAMP or XAMPP then I'd suggest setting your NB workspace to the root folder in your XAMPP or WAMP directories. This will allow you to develop 'live' on your … | |
Re: 1. Have you run your scans whilst disconnected from the interweb? 2. Have you run your scans in safemode? 3. Have you checked for extensions installed in your browser? Keep me updated | |
Re: I've never come across a coverage map but this a linux WiFi scanner: http://kuthulu.com/iwscanner/index.php I did just come acorss this sexy looking script though, could possible help someone: http://code.google.com/p/wifisigmap/ | |
Re: You can temporarily use a service provider such as GMail, Yahoo and Hotmail for testing your script, even locally. I always use the [PHPMailer](https://github.com/PHPMailer/PHPMailer) class (It's active on 3 projects of mine) and it hasn't let me down once. Michael | |
Hi all, I'm trying to add spacing between the <option> tags by padding, height and margin - yet none have worked. Does anyone have any ideas? It's the simple things that stop me in my tracks haha. All of the options look cramped up and untidy, I'd like to give … | |
Hi all, This is so simple and it's driving me mad. I've done it many of time before but at this moment in time - blank! How does one display the text: © and stop it from changing to a copyright symbol? Thanks, M | |
I'm having difficulty opening message content for each unique message because I'm struggling to get the PHP variable `$message['id']` to a url defined in a javascript file. My foreach loop that echos out all of the messages for the user: foreach($mess_data as $message){ echo' <tr '.(($message["read"] == '0') ? 'class="unread"' … | |
Re: What's wrong with the 'Home Page' field that's available on your profile and your signiature? The Home Page field is perfect for the addition of your blog. Also, the beauty of friend and connection requests is that they can be declined :D | |
Had no idea where to stick this, so I'll try here :) I have created a CNAME for domain1 to direct traffic to domain2 that has the value of `*` (so `*.domain1.com` goes to `domain2.com`). This works if the user types `www.domain1.com` but not if they just type `domain1.com` which … | |
Re: I've recently used many of the Nokia Lumias and they're really great devices. Easy to use, configure and very strong! (I'm clumbsy and they survived). I would also recommend the HTC One X+ it's a great phone and my current device, android OS too which is the cherry on top. … | |
Re: Forget jsp... just study Java and ensure you're confident in HTML. Now I never use jsp but I'm 95% sure it's just a mix of Java and HTML? If it is then focus on Java, HTML is easy. Search for the latest Java books on Amazon. I would recommend course … | |
Re: I have no comments regarding navigation (sorry) but I would add some line height to your scrunched up paragraphs, see here: http://turningheadssalons.com/aboutus.html The text looks really scrunched, add a `line-height` style. I usually set my line height value to 1.3 x font size. So if I'm using size 18 font … | |
Re: Create another file called 'populate.php' or something similar, in this file you're going to write standard PHP that includes a DB connection, the collection of data, based on the users input, and then the population of fields. This in your original file (where the dropdown and the table exists) add … | |
Re: I spent 20 minutes building a really large yet nice question, hit submit and BOOM. Could have cried :'( I had indented the code perfectly too haha This was about 2 hours ago GMT. heyho, just another day in the office! Everything seems to be responding well now though. | |
Re: This could be one of a few things. Faulty NIC, corrupt or non-existent drivers, dead router, dead ADSL connection... Check your event logs for errors and notices. I would try to connect to the internet on another machine in the same house. If that connects then I know I can … | |
Re: haha I have fun with calculating depreciation in an Excel spreadsheet - good luck getting it done in SQL :) I'm sorry as I can't actually help, but I have to say, if you get this finished please do share. I'd even be willing to buy it if it was … |
The End.