Nice, no more need for salts :). I still want to test this out more before updating my current password system, but it still looks promising.
Type: Posts; User: james438; Keyword(s):
Nice, no more need for salts :). I still want to test this out more before updating my current password system, but it still looks promising.
It was actually easy to install on my shared hosting account. It is a single php file that I can include (or require).
Just one question. How should I set the salt for the PASSWORD_BCRYPT used?...
I misspelled it in my post. In my code it is spelled correctly. The HTTP_REFERER has nothing to do with security and is only involved with a redirect to the page where the content was originally...
I like option 2.
print_r($_SERVER); had somewhat interesting results. In Opera if I go to Settings --> Preferences --> Advanced --> Network --> uncheck "send referrer information"...
What is a good alternatives to http_referrer?
I have an edit script on my site where the admin (almost always myself) can edit a page and submit the changes. The content to be edited may be found...
I do something rather similar. I have a few upload image programs which revolve around the same format. The original image is uploaded into one folder and the resized image is uploaded into another...
Yeah, I hate it when businesses try to make things "user friendly." User friendly ends up meaning less options. Most people seem to like that though, so I am in the minority on this sadly.
I...
Gmail is just too frustrating for me. I keep disabling all of these new features, but I can't even get close to the bare bones version I want. Today I finally decided to use the basic html version...
<?php
header('Content-type: image/jpeg');
$filename = 'http://www.yoursite.com/images/cowboybebop27.JPG';
$image = imagecreatefromjpeg($filename);
$dest='temp_image.jpg';
imagejpeg($image, null,...
I think I see what you are talking about. Flex Level Drop Down Menu (v1.3) and Simple Tree Menu appear to be the closest to the example you gave.
Can you post an example of what you are looking for?
Glossy Accordion Menu or Slashdot Menu sound like what you may be looking for.
djr33, are you referring to the addon Scrapbook for Firefox?
My internet used to go out frequently at my last residence so I used it to download a website or two so that I could get my internet...
That makes sense. Security sounds like it would be a good reason for me to use error suppression now and again.
When incorporating code from other sources I sometimes see it utilizing error suppression (@). For debugging purposes I turn it off and often find it unnecessary. I think that it is nice to have...
I tip my hat to you Beverlyh for using notepad. That has been my preferred editor since I started coding as well. The only exception to that is that I now I have been using an editor that I built. ...
I assume you are talking about google maps and the like, correct?
It sounds like the values are not all being passed from your form page.
Add this:
echo "$sql";exit();
and place it right after this:
Please use the code I showed you. The error results should now display. The corrected code I posted was tested and does work on my end and displays full results.
The problem is primarily, but...
What is the error code that you are getting? The following is what I am using and is a modified version of your code:
<?
// English Configuration
$my_server =...
That is a lot of code to debug.
The code you posted is rather out of date. Error reporting is turned off and shouldn't be. The German combined with English is a little distracting too. To...
Here are the direct links for the website addons from the weather sites you mentioned.
http://netweather.accuweather.com/adcbin/netweather_v2/signup-page1.asp...
Looks good. Thanks for posting what you found.
True, that was a rather broad statement on my part. I should have worded that a little better. Christianity is comprised of many denominations that have many different understandings of doctrine...
Sorry, but some questions get neglected sometimes. If you put the code in code tags you probably won't have that problem. It also makes code easier to read. As to your original question. I did...
Interesting site. I didn't know that was yours. I'm curious to look at the rest of your site too. I'm not offended by your site. You obviously have some serious differences with Christianity and...