Dabei seit: 21.11.2004 Ort: Momentan aus Melsungen Alter: 23 Geschlecht:
Verfasst Di 12.02.2008 17:47 Titel
Wo liegt hier der fehler? Ist doof nichts geht. :-(
Code:
Warning: include(../../templates/de/main/main_header.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/web650/html/freunde/index.php on line 16
Warning: include() [function.include]: Failed opening '../../templates/de/main/main_header.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/web650/html/freunde/index.php on line 16
Warning: include(../../templates/de/main/main/start.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/web650/html/freunde/content/start.php on line 48
Warning: include() [function.include]: Failed opening '../../templates/de/main/main/start.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/web650/html/freunde/content/start.php on line 48
Warning: include(../../templates/de/main/main_footer.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/web650/html/freunde/index.php on line 59
Warning: include() [function.include]: Failed opening '../../templates/de/main/main_footer.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/web650/html/freunde/index.php on line 59
$profilpicdir = 'http://freunde.jetzt-dating.com/profilpics';
$clubpicsdir = 'http://freunde.jett-dating.com/clubdata';
$galpicsdir = 'http://freunde.jetzt-dating.com/galleries';
## Für diese Eingabe wird ein SMSGate von www.dieguenstigesms.de benötigt.
## Nur notwendig wenn SMS Modul aktiviert
$smsgateuser = "";
$smsgatepass = "";
$BG_COLOR_0 = "#D9E3CD"; // color page background
$BG_COLOR_1 = "#CDD8E3"; // color table background header
$BG_COLOR_2 = "#D9E3CD"; // color table background headings
$BG_COLOR_3 = "#FFFFFF"; // color table background normal
$BG_COLOR_4 = "#E2E2E2"; // color table frame
$HEADERTEXT_SIZE = "2"; // size text header
$HEADERTEXT_COLOR = "#FFFFFF"; // color text header
$TEXT1_SIZE = "2"; // size text headings
$TEXT1_COLOR = "#000000"; // color text headings
$TEXT2_SIZE = "2"; // size text normal
$TEXT2_COLOR = "#000000"; // color text normal
$ERRORTEXT_SIZE = "2"; // size text error messages
$ERRORTEXT_COLOR = "#CC0000"; // color text error messages
$LINK = "#000000"; // color link
$VLINK = "#000000"; // color link
$ALINK = "#000000"; // color link
Blodsfana Threadersteller
Dabei seit: 21.11.2004 Ort: Momentan aus Melsungen Alter: 23 Geschlecht:
//Environment variables
$crCropperDir = $_SERVER['DOCUMENT_ROOT'] . "/var/www/html/web650/html/freunde/"; //Absolute path to the cropper directory. WITH trailing slash
$crCropperUrl = "http://jetzt.germania-dating.com"; //URL to the cropper directory. No trailing slash.
$crBgColor = "#ccc"; // Color of the background of the interface
$crImgTheme = "white"; // Cropper image theme. Choose either black or white or create your own
$crColorTheme = "#fff"; // Color theme. Choose either #000 or #fff to compliment the image theme.
$crResultVar = "cropperResult"; // Name of the resultvariable returned at the end of the crop.
$crCropQuality = 95; // quality of the cropped image 1-100...
$crKeepTempFiles = 1; // The number of hours to keep a temporary file before deleting it. Set to 0 to keep the files forever.
$crAllowRotation = 1; // Set this value to 1 to allow rotation. Rotation asks more from your Server.
// The standard variables for the cropper
$crStandardVars['crWidth'] = 120; //Standard Crop Width
$crStandardVars['crHeight'] = 90; //Standard Crop Height
$crStandardVars['crDivWidth'] = 414; //Interface width
$crStandardVars['crDivHeight'] = 24; //Interface height (excluding the uploaded image)
$crStandardVars['crVarCropSize'] = 0; //Set to 1 to get extra field for setting crop size;
$crStandardVars['crShowPreview'] = 1; //Set to 0 to not show a preview before the final crop is made.
$crStandardVars['crResultDir'] = "./profilpics/"; //Absolute path to the directory for the result. WITH trailing slash
//Alerts to show by Javascript when something goes wrong
$crAlertVars['noSupport'] = "Your browser doesn't support the cropper script! You need to use another Browser..."; // Text which appears in browsers that do not support W3C DOM
$crAlertVars['onlyUseDigits'] = "You can only use digits to set the crop size";
$crAlertVars['wrongCropSize'] = "The crop size that you chose is larger than the original.\\nThis is not possible, the maximum crop size for the picture\\nthat you uploaded is: ";
$crAlertVars['cropEndTxt'] = "<strong>Your image is cropped and can be used...</strong>";
//Errors to display by cropper.php
$crErrorVars['wrongFileType'] = "You have uploaded the wrong file type. Only JPEG (.jpg) or PNG images are allowed.";
$crErrorVars['orgTooSmall'] = "Your original image was too small. The minimum size is: ";
$crErrorVars['uploadError'] = "Something went wrong while uploading your file. ";
$crErrorVars['uploadErrors'][1] = "The upload was too big. The maximum is ".get_cfg_var('upload_max_filesize').".";
$crErrorVars['uploadErrors'][3] = "The upload was interupted.";
$crErrorVars['uploadErrors'][4] = "No file was uploaded.";
$crErrorVars['uploadErrors'][6] = "No temporary directory was set.";
//Texts used in the interface. Change to set the language
$crTxt['uploadButton'] = "Upload Image";
$crTxt['continue'] = "Continue";
$crTxt['cropWidth'] = "Crop width";
$crTxt['cropHeight'] = "crop height";
$crTxt['cropSelection'] = "Crop the current selection";
$crTxt['switchSelectColor'] = "Switch the color of the selector";
$crTxt['rotateRight'] = "Rotate the image clockwise";
$crTxt['rotateLeft'] = "Rotate the image anti-clockwise";
$crTxt['Zoom in'] = "Enlarge the cropping area";
$crTxt['Zoom out'] = "Reduce the cropping area";
$crTxt['approveCrop'] = "Approve this crop and continue";
$crTxt['cancelCrop'] = "Cancel this crop and try again";
//Time-Settings
//Timeout to delete Users in Minutes
$timeout = "5";
Dabei seit: 24.10.2007 Ort: - Alter: - Geschlecht: -
Verfasst Di 12.02.2008 18:03 Titel
Der Bot Fana schon wieder. Das steht doch alles da bereits geschrieben, wo der Fehler liegt, mit Dateinamen + Zeilennummer + aussagekräftiger Fehlermeldung!!!!
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen.