Hallo

Konnt drauf an ob du alles auf bonuslose laufen lassen möchtest wenn ja dann...

Useransicht im content ordner

Suche in der gut_einl.php
PHP-Code:
kontobuchung 
steht 2mal drin.

ändere es um in
PHP-Code:
bonuslose 
.
und der gut_ubs.php dies
PHP-Code:
kontobuchung 
steht einmal drin.

ändere es um in
PHP-Code:
bonuslose 
.

Suche in der gutscheine.php dies
PHP-Code:
$query db_query("SELECT kontostand FROM ".$db_prefix."_kontodaten WHERE uid='$_SESSION[uid]'"); 
ändern in

PHP-Code:
$query db_query("SELECT bonuslose FROM ".$db_prefix."_kontodaten WHERE uid='$_SESSION[uid]'"); 
Suche
PHP-Code:
$kontostand $kontoa['kontostand']; 
Ändern in
PHP-Code:
$kontostand $kontoa['bonuslose']; 
Suche
PHP-Code:
kontobuchung 
ändern in
PHP-Code:
bonuslose 
Im adminforce\content\gut_ubs.php

Suche
PHP-Code:
kontobuchung 
ändern in
PHP-Code:
bonuslose 
Im adminforce\content\gutscheine.php

Suche

PHP-Code:
$query db_query("SELECT kontostand FROM ".$db_prefix."_kontodaten WHERE uid='$_POST[id]'"); 
ändern in

PHP-Code:
$query db_query("SELECT bonuslose FROM ".$db_prefix."_kontodaten WHERE uid='$_POST[id]'"); 
Suche
PHP-Code:
$kontostand $kontoa['kontostand']; 
ändern in

PHP-Code:
$kontostand $kontoa['bonuslose']; 

So ich hoffe ich habe nichts vergessen *grins*