Fixes for WordPress Twitter Updater by Ingoal

I’ve fixed up the WordPress Plugin Twitter Updater by Ingoal and a number of others (Eric Austin Lee, Victoria Chan). Here’s my changed to the plugin.

Edited by
Jordan Trask (April 17th 2010 – geektank.net (v2.09)
- ZZ.gd broke with 403 forbidden error, fixed with setting different user agent.
- Move menu to “Settings”.
- Added option under configuration to choose ZZ.gd or TinyURL. Added 1 function.
- Re-worked the code for url shortening services, change in one place instead of three. Created a function instead.
which makes it easier to add more services if necessary. Bit.ly support in the future?

Edited byJordan Trask (April 17th 2010 – geektank.net (v2.09)- ZZ.gd broke with 403 forbidden error, fixed with setting different user agent.- Move menu to “Settings”.- Added option under configuration to choose ZZ.gd or TinyURL. Added 1 function.- Re-worked the code for url shortening services, change in one place instead of three. Created a function instead.  which makes it easier to add more services if necessary. Bit.ly support in the future?

You can download the new version, I’ve renumbered the version number and hope to have bit.ly setup as well.

I’ve removed the download and placed all relevant information on the Twitter Updater page.

Posted in Unsorted | 1 Comment

Twitter App for Facebook is Broken! But Twitter Support is Non-Existant!

I have had time to blog that much, but since I’ve got some time today. I thought I might talk about how I’ve stumbled upon my own issues with Twitter. I’ve talked to https://twitter.com/fabbrunette about her issues with her password reset problems and Twitters phone verification not working at all. And then the on going issue of actually trying to get help without a login.

But lets cover my problems, because its all about me today. Ha.

The problem, I can’t add the Twitter application to my Facebook account. I know, I know, applications are the suck. But I thought I would have my twitter followers and facebook friends enjoy the comfort of my ramblings equally. Instead of favouring one platform, I can get the attention of my IRL (In Real Life) friends and my Twitter “followers”.

When I try to add the application, it asks for my login. I input my login and then am greeted with a “Wrong username or password”. So I decided to be smart about it, and use my email address, same outcome. So I change my password, same outcome. So I create a new Twitter account to see if that works. First try, same outcome, second try it works.

I don’t understand. Like seriously, I know I might sound a little annoying and bitchy, but it gets better.

So who do I talk to about this issue? Well Twitter of course, so I decided to click the “Help” and see what I might get out of this. To my surprise there is already a topic on the issue.

http://help.twitter.com/entries/87314-i-can-t-add-twitter-to-my-facebook-account

It might not be the issue im experiencing exactly, but its the right topic. But the comments are closed, so what to do now?

Posted in Rants | Tagged , , , | Leave a comment

VirtualBox Default Intel Network Card Not Recognized by Windows XP

I did a fresh install of VirtualBox on my Mac Book Pro and then install Windows XP. Once installed I noticed that there was no network card showing up under “Network Connections”. I checked out the Device Manager and found that the network card was showing up with now driver. After searching around, I figured out that the AMD PCNET III driver seems to work out of the box. If you power down the machine and change the adapter, it should detect and install properly and you’re good to go.

Posted in Unsorted | Tagged , , , , , , | Leave a comment

Setting up authnz_external and pwauth on Ubuntu Hardy for PAM Auth in Apache2

The following article provides most of the instructions on how to setup authnz_external and pwauth on Ubuntu Hardy.

www.pyxzl.net/store/authnz.php

Posted in Unsorted | Tagged , , , | Leave a comment

Using GParted to fix an Ubuntu Install

So, I needed to fix up a Ubuntu install that went wacko. I guess a couple of partitions weren’t deleted and left, and a new partition layout was created beside the empty ones. Let’s just say, some space needed to be reclaimed.

1. I downloaed GParted, and fixed up my partitions so that I deleted the empty useless ones, and increased the root partition.

Once this was completed, I needed to update Grub to change the drive to boot off.

2. So I Mounted /dev/sda5 to /mnt/sda5 and then proceeded to mount /proc and /dev so that I could access the partitions in my chroot enviroment. Then I ran Grub and viola.

mkdir /mnt/sda5
mount /dev/sda5 /mnt/sda5
mount -t proc /proc /mnt/sda5/proc
mount -o bind /dev /mnt/sda5/dev
chroot /mnt/sda5
grub

Then within grub type the following.

find /boot/grub/stage1

Which will then return something along the lines of “(hd0,4)”. Then you will need to enter this value in Grub.

root(hd0,4)
setup(hd0)

Done!

Posted in Unsorted | Leave a comment

A lost relic from the old days of ASCII Art “DAMN NFO Viewer”

I don’t know how many of you remember when you had to open up a .nfo, maybe you haven’t. ;D

But there was one awesome program that would display ASCII Art in windows properly. DMAN NFO Viewer. I’ve put it up for download.

DAMN NFO Viewer - A program to view .nfo files correctly, specifically displaying ASCII Art correctly.
Downloaded 118 times.
Posted by admin
Posted in Unsorted | Leave a comment

Gmail Email Address Confusion and MySpace SPAM!

So, I’ve been getting emails address to this guy named Josh Trask. It’s been going on for over a year, and I’ve had this email for a long time, I think it was 2005 when I activated my email account.

Anyways. I’ve been getting these emails for the last year or so. I’ve been replying to the ones that actual humans receive and letting them know they have the wrong email. I also tell them to tell Josh Trask that hes giving out the wrong email. Typically I don’t get a response.

Today, I think his wife/gf emailed me and in the Subject it said “Thinking about you”. Which was kinda funny. So I told her to tell Josh not to give out this email to his friends because it isn’t his.

But what really gets my button is the SPAM this guy signs up for. Well, some of it is just silly stuff that I personally don’t sign up for.

I though he just signed up for MySpace because now I’m getting all this MySpace Junk. So I looked into it and I found out that this guy us using  “j.trask@gmail.com” which is totally messed up.But this isn’t Josh, this is Justin Trask.

Anyways, if you click show details in Gmail, you will see a (Yes this is You, Learn More). Which links to this.

mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313#

So what do I do? I cancel his myspace account, he had no friends anyways. But I don’t understand why there was no email confirmation to opt in. That’s really messed up. Not only that, but if I want to unsubscribe I have to login and cancel the subscription that I didn’t even confirm to receive. LAME!

Posted in Unsorted | Tagged , , , | 2 Comments

Adding your Desktop Admin Groups to One Global Group for Administrators

One idea that has come up and is really handy, is creating a general support user so that you can login to machines and have Administrative rights to that machine. We have many groups, and each group has a Desktop Admin group that we add people to who need Administrative access. But we also use it to remove people that seem to abuse it.

Instead of manually adding the groups one by one, you can use dsquery and dsmod. You simple do a query to find the groups that you’ve created. In this example we’re looking for anything that ends in “Desktop Admin”:

dsquery group domainroot -name “*Desktop Admin”

Which returns all of the groups we need. Next step is to take the Global Desktop Admin group and add it to all of these groups. This is simple with dsmod:

dsquery group domainroot -name “*Desktop Admin” | dsmod group -addmbr “CN=Global Desktop Admin,OU=Network Admin,OU=Groups,DC=DOMAIN,DC=LAN”

Voila! Done.

Posted in Unsorted | Leave a comment

How To Resize A Virtual Disk In VMWare ESXi

It’s a simple command:

vmkfstools -X new_sizevmfs_name:disk_name

Posted in Unsorted | Tagged , , , , | Leave a comment

cPanel Addon Domains and SEO Woes (Google Duplicate Content)

I was doing some web design work for a friend/customer of mine, and he had a Web Hosting account with a company that used cPanel. I’ve used cPanel before, I’ve dabbled in it and fixed problems with it. But never really used it extensively as a client so to speak. Anyways, included in the customers Web Hosting package was 20 Addon Domains. What are “Addon Domains”?

cpanelguide.net/addon.php

Basically it allows you to run mutiple websites off your single account/domain name. Brilliant idea, if it was done properly. When you add an Addon Domain, it creates a folder in your main sites public_html folder, typically its name is that of your domain name. Lets just say that my customer has two domain names, the main one http://bob.com and an additional one http://jill.com

The customer creates http://jill.com as an Addon Domain, all is swell. Until they find out they can access the addon domain at “jill.com” and “bob.com/jill.com”. Why is this bad? Well google will see it as duplicate conent and your site will either never get indexed or have funky SEO results.

How do you fix it? Change the root directory to not be placed inside the public_html folder and viola, no duplicate content. Also make sure to edit the subdomain to forward to the correct URL as well or more duplicate content will exist.

Posted in Unsorted | 4 Comments