• Startseite
  • Referenzen
  • Hosting - Webspace
  • Ubercart Patches
  • Weblogs
  • Impressum
  • Kontaktieren
Startseite

Weblogs

Chat und Ansi Codes

Fr, 04/20/2012 - 16:45 – IWS.NET

☠

✆ ✍

more fun http://www.code-knacker.de/webabkuerzungen.htm

  • chat ansi
  • IWS.NET's blog

Pokerstars wont start ubuntu 12.04

Mi, 04/18/2012 - 19:47 – IWS.NET

use play on linux to install
if installed correctly but u cant play for $
dl the installer from .com
use play on linux to execute the correct pokerstarsinstall.exe in the created dir
enjoy

  • pokerstars ubuntu
  • IWS.NET's blog

Firestarter missing logs

Mi, 04/18/2012 - 19:17 – IWS.NET

cut/paste the following into a terminal (as root)

/usr/bin/printf '*.=info;*.=notice;*.=warn;\\\n\tauth,authpriv.none;\\\n\tcron,daemon.none;\\\n\tmail,news.none -/var/log/messages\n' > /etc/rsyslog.d/99-fixlog.conf

this will create a file that will fix the bug in the /etc/rsyslog.d/ directory.

 

or

 

Instead of using the printf statement (got trouble copying carriage return chars from your example I simply created a file with the lines

  • Ubuntu Firestarter
  • IWS.NET's blog
  • Weiterlesen

210 realy nice & usefull icons

Sa, 03/03/2012 - 16:45 – IWS.NET

210 realy nice & usefull icons: free for commercial use: http://icons.webtoolhub.com/icon-s1414-detail.aspx

  • Free GFX
  • Icons
  • IWS.NET's blog

Clean up translation tables

Di, 01/31/2012 - 14:01 – IWS.NET

Alle Drupal-Nachrichten-IDs ohne Übersetzung löschen:

delete locales_source from locales_source left join locales_target using (lid) where locales_target.lid is null;

  • Drupal Cleanup MYSQL
  • IWS.NET's blog
  • Weiterlesen

idee dabei oder why do i

So, 01/22/2012 - 22:14 – TSE

Art is Design made by feelings
web is made for information
webdesign gives the web feelings

skill &knowledge is nothing
without inspiration

  • schlau
  • TSE's blog

Update Database values via myphpamdin

Di, 10/18/2011 - 23:38 – IWS.NET

Auf die schnelle viele Datenbankwerte ändern ohne sich totzuklicken ;)

UPDATE tablename SET tablefield = replace(tablefield, "findstring", "replacestring");

 

  • Drupal
  • mysql
  • phpMyAdmin
  • IWS.NET's blog

Umlaute in URL automatisch umwandeln

Di, 09/13/2011 - 13:24 – IWS.NET

Eintrag in htaccess

RewriteEngine On
RewriteRule ^(.*)(ä|Ä|ä|Ä)(.*) /$1ae$3 [L,R=301]
RewriteRule ^(.*)(ö|Ö|ö|Ö)(.*) /$1oe$3 [L,R=301]
RewriteRule ^(.*)(ü|ý|ü|Ü)(.*) /$1ue$3 [L,R=301]
RewriteRule ^(.*)(ß|ß)(.*) /$1ss$3 [L,R=301]

Alle Umlaute (Ä,Ö,Ü) und ß werden so mit dem Status 301: Moved Permanently umgeleitet.

  • Alias
  • htaccess
  • URL
  • IWS.NET's blog

Dateiattribute File permission setting für Drupal

Fr, 09/09/2011 - 03:46 – IWS.NET

Dateiattribute, File permission für Drupal

1. [@ ROOT] DRUPAL CORE PLUS OUR ADDED MODULES & THEMES

  • All Core Drupal Folders and Sub-Folders = 750 (rwx,r-x,---)
  • All Core Drupal Files and Files in subfolders = 640 (rw-,r--,---)
  • Our own modules/themes/libraries use the same lockdown permissions.
  • /sites/all/themes = as above
  • /sites/all/modules = as above
  • /sites/all/libraries = as above

2. [@ /SITES] DRUPAL SETTINGS

  • Drupal
  • Security
  • IWS.NET's blog
  • Weiterlesen

doppelte Einträge im Drupal admin Menü entfernen

Mi, 09/07/2011 - 15:15 – IWS.NET

Doppelte Systemmenüeinträge die man nicht normal übers den admin Bereich löschen kann (zuerst versuchen diese zurückzusetzen und dann zu löschen) können einfach und effektiv via phpmyadmin gelöscht werden:

DELETE FROM `menu_links` WHERE `menu_links`.`module` = 'admin_menu'

DELETE FROM `menu_links` WHERE `menu_links`.`module` = 'system'

Danach einfach admin/build/modules aufrufen.

  • bug
  • Drupal
  • mysql
  • IWS.NET's blog
  • Weiterlesen
  • 1
  • 2
  • 3
  • nächste Seite ›
  • letzte Seite »

Tags in Tags

Alias Drupal mysql patterns photoshop phpMyAdmin pokerstars ubuntu schlau Security Templates Text Design Thunderbird update
weitere Tags
Inhalt abgleichen
Theme by IvanSF
IWS Webdesign since 2002 made from users for users. Better surfing expierence & easier content managment.
Webdesign | Content Management | Webhosting | Websecurity | Marketing | SEO | Drupal