Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 2 post(s). Click here to show all
Posted by: Dandello
Posted on: Oct 6th, 2017 at 1:27pm
Exactly.  This particular server has a configuration that is is different than most servers.
Posted by: pyragony54
Posted on: Oct 6th, 2017 at 6:25am
Root directory: path was recognized correctly
Root URL: httpdocs has to be removed, because root directory is already pointing to it



So I had in the past never problems, synonymous on other servers not.

Code
Select All
$lastsaved = 'Administrator';
 $lastdate = '1507270690';                                             ########## Directories ##########

 $boardurl = 'http://yabbtest.de/cgi-bin/yabb2';                       # URL of your board's folder (without trailing '/')
 $boarddir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2';              # The server path to the board's folder (usually can be left as '.')
 $boardsdir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Boards';      # Directory with board data files
 $datadir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Messages';      # Directory with messages
 $memberdir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Members';
                                                                       # Directory with member files
 $sourcedir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Sources';
                                                                       # Directory with YaBB source files
 $admindir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Admin';        # Directory with YaBB admin source files
 $vardir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Variables';      # Directory with variable files
 $langdir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Languages';
                                                                       # Directory with Language files and folders
 $helpfile = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Help';         # Directory with Help files and folders
 $templatesdir = '/var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Templates';# Directory with template files and folders
 $htmldir = '/var/www/vhosts/yabbtest.de/httpdocs/yabbfiles';          # Base Path for all public-html files and folders
 $facesdir = '/var/www/vhosts/yabbtest.de/httpdocs/yabbfiles/avatars';
                                                                       # Base Path for all avatar files
 $uploaddir = '/var/www/vhosts/yabbtest.de/httpdocs/yabbfiles/Attachments';
                                                                       # Base Path for all attachment files
 $pmuploaddir = '/var/www/vhosts/yabbtest.de/httpdocs/yabbfiles/PMAttachments';
                                                                       # Base Path for all PM attachment files
 $modimgdir = '/var/www/vhosts/yabbtest.de/httpdocs/yabbfiles/ModImages';
                                                                       # Base Path for all mod images

 ########## URLs ##########

 $yyhtml_root = 'http://yabbtest.de/yabbfiles';                        # Base URL for all html/css files and folders
 $facesurl = 'http://yabbtest.de/yabbfiles/avatars';                   # Base URL for all avatar files
 $uploadurl = 'http://yabbtest.de/yabbfiles/Attachments';              # Base URL for all attachment files
 $pmuploadurl = 'http://yabbtest.de/yabbfiles/PMAttachments';          # Base URL for all PM attachment files
 $modimgurl = 'http://yabbtest.de/yabbfiles/ModImages';                # Base URL for all mod images

 1;