Archive | Technical Support RSS feed for this section

How to Bypass Facebook Automated Approval System

Try it out: If you would like want to change “Rafael” then Facebook blocks it… here’s what to do: 1. Change it to “Raf” “Rafa” or whatever with R at begining 2. Then add 1 by 1… like “Rafae” 3. Again, “Rafael” 6. That’s it! I hope this helps you. WARNING: If you change your [...]

Removing All Hyperlinks in Excel

Removing a bunch of hyperlinks can be tedious. Imagine the time you have to spend right-clicking on each of those links and selecting ‘remove hyperlink’ on the context menu. Of course it would just take two clicks, but what if you are to remove a hundred of them or perhaps 1000 hyperlinks? I’m sure that [...]

XML-Sitemaps: ‘Sitemap file is not writable’ error

Problem: I have just purchased the xml-sitemaps for my sites, but I am trying to get my html sitemap to be in the root of my directory, but right now I get the error message: “Sitemap file is not writable:” … etc.

HTTP Error 500 Internal Server Error

Hypertext transfer protocol (HTTP) is an application-level protocol that is used to transfer data on the World Wide Web. It works on the request-response model i.e. a client, typically a web browser, makes a request to a server, which is hosting the web application, responds to the client with relevant details.

The first line of the response contains a status code and description. HTTP Error 500 Internal server error is one such error or status message that the server sends when it is unable to retrieve the page or perform an activity that the browser has requested.

Excel Macro – Get and Extract Hyperlink URL Address From Link

This has personally worked like a charm for me. Try this user-defined function: =ShowAddress(A1) Where A1 is the cell with the hyperlink in it. Here is the Macro function code: Public Function ShowAddress(rng As Range) As String If rng.Cells.Count > 1 Then ShowAddress = CVErr(xlErrValue) Else ShowAddress = rng.Hyperlinks.Item(1).Address End If End Function Note: With [...]

How to Set Up a Cron Job in Plesk

This tutorial will show you how to setup a cron job using Plesk 10 on a Linux VPS. Like cPanel, Plesk is a widely available hosting control panel, providing a GUI through which users can configure their hosting. Just to comment, this post has saved me from running around in circles, thanks to Compare Hosting. [...]

Want/How to Hack WordPress? Check Out WPScan

I’ve been looking for ways to ethically hack WordPress as it’s not the easiest platform to hack. I recently came across a free tool called WPScan, courtesy of EthicalHack3r. This tool is built for Linux and essentially looks for any passwords in a given list. Originally called “WordPress Brute Force Tool,” this is a great [...]

GMail’s new interface stinks!

Recently, when using GMail, Google’s email service, I noticed that they were switching to a new graphical user interface that was supposed to make up for the old interface’s slow page load time. The result in my opinion is a disaster. To get all the menus, one needs to hover ones mouse over certain icons. [...]

Rent a CMS Powered Website for Cheap With Website Tenants

Oh, the drama. The headache. The way that a website project that starts off so well goes to hell in a flash because the consultant you hired half-finished your website and never returned. Once the consultant does get back to you, he demands more money out of you that you simply don’t have, since you’re [...]

WordPress – Where on Earth is my Excerpt Box?

Many people that upgrade to WordPress 3.0+ flip out where on earth the Excerpt box is for fancy posts. No worries! Here’s the solution, thanks to Ottobox: For some reason in the new versions of WordPress the is disabled on the screen by default. All you need to do is to go to “Screen Options,” [...]