**We are currently moving to a new host. Please pardon any errors!**
SE | Debugge
 

Posts categorized under ‘SE’

PHP redirects

If you’d like to redirect users using PHP then you can use the simple code of: $location = ""; header (’Location: ‘.$location); If you’d like to make it permanent, and SEO friendly then add: $location = ""; header (’HTTP/1.1 301 [...]

Read More

WordPress feed error

My wordpress feed started giving me an error of: “error on line 2 at column 6: XML declaration allowed only at the start of the document” This was due to a white space at the beginning of the feed. It [...]

Read More

[Linux] Bash script to monitor file creation/modification – Perfect for checking backups

I have script that monitors MS SQL backups on a Windows server and thought I would share it with everyone. Here it is in it’s entirety, and I’ll explain some of the details below.

Read More

RegExr: A site to help you build RegEx/Pattern Matching statements!

- PHP – I was just passed this and it’s SWEET! I have to share.

Read More

Scheduled Tasks involving BAT files and Windows Server 2003/Win XP

Recently, I had issues running a scheduled task as a generic user. The contents of the BAT file aren’t important, but the error is. “XXXXX.job” (XXXXX.bat) **ERROR** 0×80070005: Access is denied. Try using the Task page Browse button to locate [...]

Read More

Simple Access Logging Script [PHP]

I needed to make a script that logged the hour, minute, day and year of a user connecting to a website. I was able to accomplish this using PHP and wanted to share it with you.

Read More

« Older Entries