That error appears to be a Windows Update error, which makes sense since you encounter it when doing a check for upgrade - which uses Windows Update.
Can you successfully check for updates using Windows Update in Windows?
I found the following information on how to deal with this error in Windows update:
Error number: 0x80248014 (Originally was 0x8024001D) when applying Windows Updates
Suggestion 1: Rename temporary folder SoftwareDistribution
1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
net stop WuAuServ
2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to SDold.
4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
net start WuAuServ
Please go to the Windows Update site to test this issue. If that works then it was a corrupted Windows Update file and we needed to remove the folder in which it resides.
Installing Q2004R2 on your shiny new Vista box initially looks bad, a dialog says that C:\Program Files\Quicken\qwapp.dll and C:\Program Files\Quicken\qwinver.dll cannot be registered (or something similar).
Then when you try to start Quicken after install (or after upgrading to Vista) you get:
The application has failed to start because MFC70.dll was not found.
Re-installing the application may fix this problem.
:-(
Anyway, not being one the shirk a challenge and more importantly expecting to upgrade to Vista one day but wanting to carry on using Quicken I've spent some time this afternoon trying to get it going.
To sumarise to the minimun number of steps (and cut out the pain and experimentation I've been through) here we go:
1. Make sure you are an Administrator of the Vista PC. If you only have one account you probably are, if you need to check: Start | Control Panel | User Accounts | Add or remove User Accounts.
2. Goto www.dlldump.com and download the 3 dlls MFC70.dll, msvcr70.dll and msvcp70.dll. Ideally download them straight to where Quicken is installed (C:\Program Files\Quicken) but Vista would not let me do that, I had to download them to my user Documents folder first then copy them from there to the Quicken install dir.
http://www.dlldump.com/download-dll-files_new.php/dllfiles/M/MFC70.DLL/7.00.9466.0/download.html
http://www.dlldump.com/download-dll-files_new.php/dllfiles/M/msvcr70.dll/7.00.9466.08/download.html
http://www.dlldump.com/download-dll-files_new.php/dllfiles/M/msvcp70.dll/7.00.9466.08/download.html
3. Open a DOS box (Start | All Programs | Accessories | Command Prompt).
4. At the DOS prompt type (you'll need to change the dll location if Quicken is no installed in C:\Program Files\Quicken):
regsvr32 /s "C:\Program Files\Quicken\qwapp.dll"
regsvr32 /s "C:\Program Files\Quicken\qwinver.dll"
That's it - Quicken will now run and you can load your file (BACK IT UP SEVERAL TIMES AND PUT THE BACKUPS SOMEWHERE SAFE FIRST).
originally from here
when trying to login to prestashop you receive the following error message:
501 Method Not Implemented
GET to /admin not supported.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
A list of Apache Server Environmental Variables from zytrax
All the variables are described for easy reading.
This is a current list of Apache 2.2 Server Environmental Variables
HTTP headers: | connection & request: | |
---|---|---|
HTTP_USER_AGENT HTTP_REFERER HTTP_COOKIE HTTP_FORWARDED HTTP_HOST HTTP_PROXY_CONNECTION HTTP_ACCEPT |
REMOTE_ADDR REMOTE_HOST REMOTE_PORT REMOTE_USER REMOTE_IDENT REQUEST_METHOD SCRIPT_FILENAME PATH_INFO QUERY_STRING AUTH_TYPE |
|
server internals: | date and time: | specials: |
DOCUMENT_ROOT SERVER_ADMIN SERVER_NAME SERVER_ADDR SERVER_PORT SERVER_PROTOCOL SERVER_SOFTWARE |
TIME_YEAR TIME_MON TIME_DAY TIME_HOUR TIME_MIN TIME_SEC TIME_WDAY TIME |
API_VERSION THE_REQUEST REQUEST_URI REQUEST_FILENAME IS_SUBREQ HTTPS |
This is an old list of Apache Server Environmental Variables
GET, HEAD, PUT POST | are the base request commands of the HTTP protocol. This first line would suffice to request the wanted information. |
REQUEST_METHOD : | GET |
SERVER_PROTOCOL: | will show which version of HTTP you are using, usually HTTP1.0 or HTTP1.1 |
HTTP_XROXY_CONNECTION : | usually Keep-Alive |
HTTP_ACCEPT_CHARSET: | iso-8859-1,*,utf-8 |
HTTP_REFERER_FROM: | shows the page you came from, where you came from before or the last page you visited before the current one, or if you came from a link. Typed URLs and bookmarks usually result in this variable being left blank. http:\/\/(www\.)?$mydomain\//); |
HTTP_USER_AGENT : | shows which browser type you are using, your browser version and also the O/S you use |
HTTP_HOST: | the remote server's name you are accesing |
SERVER_PORT: | shows the web server's listening port. usually 80, 8080, 3128 (if you are on HTTP) |
SERVER_SOFTWARE: | the remote server's O/S (Apache/1.2.4 for example) |
SCRIPT_NAME: | what kind of scripts the remote server is running if any (/cgi-bin/show-http-headers) |
REMOTE_ADDRESS : or REMOTE_HOST : | will show your IP number, or if you are usign a proxy, it's IP number |
HTTP_REMOTE_HOST : | will show your host name and address -country, ets |
IDENT-Lookup: Username: | will show yor PC's name, your operating system: your charset: |
REMOTE_PORT: | shows the port the remote server uses |
SERVER_NAME: | the DNS name of the server you are accessing |
SERVER_ADMIN: | usually the email address of the webmaster |
HTTP_COOKIE: | If your browser finds a cookie in his cookie file matching the domain of this server it will send it along with every request. This server also tries to set up a cookie in your browser. If this is successfully done, you can see this cookie in your request when RELOADing this page. |
HTTP_X_FORWARDED_FROM: or HTTP_FORWARDED: | if you use a proxy, it will show here shows where you've been routed from. proxy can forward real ip here, In order to remain anonymous the you DO NOT want your real IP showing, only the proxy's.(trully anon proxies will NOT show HTTP_FORWARDED or HTTP_X_FORWARDED_FOR variables, |
HTTP_FORWARDED : | shows the path you use in connecting to a web server this line shows exactly where you're coming from. reveals proxy used VIA : reveals use of proxy |
HTTP_VIA : | if you are usign a proxy, the name will show up here |
HTTP_ACCEPT: | will show what kind of images your browser will accept such as: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* These are the MIME-types accepted by your browser, sometimes with a quality factorappended. |
CLIENT_IP : | your IP can be revealed by proxy |
HTTP_FROM : | sometimes IP proxied from is revealed here, so make sure you look at that option when evaluating how secure a proxy is! |
ACCEPT-LANGUAGE: or HTTP_ACCEPT_LANGUAGE: | Here your browser may indicate which languages it prefers. ISO-country-codes are used to accomplish this. So "en" is english, "de" is german, "ru" is russian, etc |
SCRIPT_NAME: | if the server wil run any scripts like cgi, ets. |
Usually I develope my projects locally on my pc. Needless to say that you sometimes have to send an email from your script to external mail to check if everything is fine. So you need to configure your system in a way that your local apache webserver is able to send mail to external addresses.
I always use XAMPP for Windows because it contains everything you need for developing PHP applications as well as all the stuff for sending mails: fake sendmail und Mercury Mail Transport System. I reference to XAMPP 1.6.5 (for Windows) and Mercury 4.5 here. Mercury is already pre-configured in XAMPP - all settings that I don't explicitly address stay as they are
I'm writing this because I'm not a mail professional and read a lot of tutorials and none of them really worked. So I extracted what I needed and put it all together. An important assumption for this tutorial is that you have your own SMTP server, for example the one that your webspace hoster provides.
So let's get started:
I hope that worked for you, if not, feel free to leave a comment but as I already said, I'm not a professional but I'll help you as far as I can!
EDIT:
If you get the error message "SMTP server response: 553 We do not relay non-local mail, sorry." while sending from PHP go to Mercury under MercuryS -> Connection Control -> "Uncheck Do not Permit SMTP relaying to non-local mail" an check this option. Should fix the problem. Thanks to ron!
These are other links and tutorials that is used for research. These might help when setting up Mecury Mail
There have been loads of times when updates are ready but i want the computer / laptop off and ready to move asap (to go home from work and take my laptop with me). was so annoying having to wait for windows to update when i didn’t want to.
I have found a way to shutdown windows 7 without being forced to install the updates…
Run regedit (search in start menu)
Under HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
if the keys “WindowsUpdate” and “AU” aren’t there just add them (right click > New > Key)
right click > New > DWORD
name it “NoAUAsDefaultShutdownOption” double click it and enter value 1.
the “shutdown” button will never be changed by Windows Update from your default action to “shutdown and install updates”.
If updates are ready to be installed “shutdown and install updates” is instead displayed in the [>] menu to the side of the shutdown button
On my system it happend almost as soon as the registry value was added, but you may need to reboot before the change is applied.
Also important is “NoAutoRebootWithLoggedOnUsers”, also a DWORD in the same location with value 1. This stops Windows from rebooting automatically if a user is logged in or you leave it working overnight for example.
If you need to open a windows registry hive from an old/external/slave hard drive that has a windows installation on it.
I recently had a machine go down at work, wanted to get the user’s email up and running asap so i attached their hard dirve to my laptop using a usb to SATA adapter and exported their outlook account settings, which are stored in the registry and imported them into a new pc.
See my article: how to backup outlook 2007 account settings.
1. Open REGEDIT
2. single click to hightlight the HKEY_LOCAL_MACHINE branch.
3. in the menu click FILE and choose LOAD HIVE
4. browse to the location of the old registry hive.
where “x:\” is the drive of the slave/external hard drive…
“user” is located in x:\docs and Settings\user\NTUSER.DAT
make sure you open upper case “NTUSER.DAT” and not “ntuser.dat” if it exists.
other registry hives are located at x:\windows\system32\config
if you’re not sure or unclear on any of this, please comment and ask.
On the pc, logged in as the user you want to backup settings for…
1. Start > Run > type ‘regedit’
2. Locate the following path in your ‘Registry Editor’
3. HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook
Now right click on the key “outlook” and select option: “Export” and save the .reg file to your desired location. You can run (double click) the same file on the new pc /installation at the same time as restoring your outlook pst. This will restore your old outlook profile with all your email accounts settings and rules. You will need to enter your password as Password is not stored in the .reg file for security reasons.
if you are unable to log in, for example cant boot windows or other failure you can access the registry by removing the system hard drive and connecting it to another computer.
Here’s how: how to access registry on another hard drive. If you use this method, before importing you will need to manually edit the .reg file using find/replace to change all lines with “HKEY_LOCAL_MACHINE/hivename” to “HKEY_CURRENT_USER/”
ToolbarStudio IDE | |
Exhaustive List of Available Features The options for your custom toolbars are unlimited Besttoolbars offers the features and functionality your business needs to create a custom toolbar your customers will use over and over again. You can select from a multitude of already-developed features or ask Besttoolbars to create a feature for you. Besttoolbars features include: Advanced Search Features Last search Combined search Multiple search switching Clear search history Highlight and search Word find feature Search word highlighting Drag-and-drop search Context search Context menu Open search results in : -a new window/tab/modal window Post data to your server Auto-suggest search Custom Style Auto-suggest * Rival search Tabbed search* Default Search Engine for IE7/Firefox* Live Events and Content Management RSS news reader News ticker with a banner Weather Completely Dynamic Toolbar Webpage modification Dynamic menu /Dynamic XML Ajax/ XMLHttpRequest Integration with .php,.asp,etc. Dynamic update External application launch URL Macro Substitutions Make Money with Your Toolbar Monetization through Search Engines Yahoo, MIVA* Monetization through affiliate links or using 3rd party paid programs * Layered Technology/Software Integration new! Content clipping/tagging Layered technology Gadgets/Widgets * Visual and Branding Elements Branding/Your logo Buttons, images and banners Animated .gif , jpg, png support Easy customization XP look and feel Custom toolbar skin Chevron URL redirection Multiple configurations Zoom in / Zoom out Enable Image/Flash Hot icons / rollover effect RTL support (Arabic) new! Favicon / Toolbar Icon on the IE Calendar/ Date Picker* Additional visual elements Security and Privacy Clear Cookies Clear IE history Clear Recycle Bin Clear Clipboard Clear Cache Pop-up blocker Encrypt toolbar's XML Prohibit sites to access toolbar Eset Online Virus Scanner Surfing and Navigation Aids Current URL Site ranking new! Set user homepage Site activation Catcher DNS error Web filter Panic button Anti-ads plug in Screenshot / web save URL shortcuts Auto-fill Up one level Login Manager/Auto-Login Users Customization Options page in HTML Options page in a modal window Change Toolbar Skin Create Bookmarks Run Any Program from your PC Interaction between toolbar /program * Music Radio new! MP3 player Communication (E-mail, SMS, Alerts) E-mail checker Tell-a-Friend Toolbar Alerting new! SMS sending* Click to SMS new! Chat* Browser and Bars Support Internet Explorer 6.0/7.0/8.0 Mozilla/Firefox 1.5+/ 2.0 + Firefox 3.0 Netscape 8.0 Safari* Side Bar* Status Bar* Https:// support Multilingual Support Right-To-Left direction Unicode Multilingual Toolbar Support Webmaster Tools W3C CSS/Markup Validation Whois Ping Trace Route Toolbar Controls Text Label Button Menu/Menu Items Space / Separator (Fixed/Moving) Search Box/ Drop-Down List Checkbox/Radio Button Edit / Password Box Mini Webpages - Banner/Bubble Dynamic XML/Custom XML Custom Javascript Simple Client-side Installation Automatic toolbar upgrade Automatic installation Uninstall feature Distribute additional files Unique toolbar id for each toolbar Toolbar Installers and Statistics ToolbarStudio visual interface EXE installer Web/ActiveX installer Toolbar Signing (.cab/.exe/.xpi) Toolbar Automatic/Manual Updates Toolbar Statistics new! Unlimited Extensibility and Features Software Development Kit (SDK) Javascript API Other plug-ins available Custom Toolbar Building * Available by request. |