Search results

  1. H

    Upgrade from 3.0 to 3.1 SQL Error

    Fehler SQL-Befehl: ALTER TABLE `shorturl` ADD `urlDomainId` INT( 11 ) NOT NULL DEFAULT '1' AFTER `originalUrl` ; MySQL meldet: Dokumentation #1060 - Duplicate column name 'urlDomainId'
  2. H

    Removing the WWW

    1. Open Notepad or something like that. 2. Copy the follwing text in it and save it with the name ".htaccess". 3. Upload the file to the Root-Directory of your domain. 4. Thats it. RewriteEngine on RewriteCond %{HTTP_HOST} ^www\. [NC] RewriteRule ^(.*)$ http://zigs.me/$1 [R=301,L]
  3. H

    Short url script

    <del>v2.2 - I had make some changes and have added some features.... If you are interestet i can send you my files (to admin - not users ;) ).... The features: http://uc4.me/h -> normal direct link http://uc4.me/h~s -> link stats http://uc4.me/h~q -> QR-Code for the link...