Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support

Bogus

Mitglied
  • Content count

    10
  • Joined

  • Last visited

Posts posted by Bogus


  1. ist ja schlimmer schnitzeljagd *g*

    Es kommt immer noch ne Fehlermeldung

    Parse error: parse error, unexpected T_STRING, expecting '&' or T_VARIABLE or T_CONST in /home/bogus/webspace/hosting/boards/webscriptboard.de/Skin/s2/skin_ucp.php on line 837

    Fatal error: Cannot instantiate non-existent class: skin_ucp in /home/bogus/webspace/hosting/boards/webscriptboard.de/sources/functions.php on line 613

    function field_textarea($name, $value) {

    global $ibforums;

    return <<<EOF

    <textarea cols='60' rows='5' wrap='soft' name='$name' class='forminput'>$value</textarea>

    EOF;

    }

    function skin_lang_header($lang_select, key="") {

    global $ibforums;

    return <<<EOF

    <script language='Javascript' type="text/javascript">

      <!--

    function do_preview() {

      var f = document.prefs.u_skin;

      if (f.options[f.selectedIndex].value == -1) {

      return false;

      }

      window.open( "$ibforums->js_base_url" + 'skinid='+f.options[f.selectedIndex].value, 'Preview', 'width=800,height=600,top=0,left=0,resizable=1,scrollbars=1,location=no,direc

    ories=no,status=no,menubar=no,toolbar=no');

    }

      -->

    </script>


  2. jop ;D

    hier die fehlerquelle, hoffe ich ;D

    function avatar_gallery_cell_row($img, $txt, $form) {

    global $ibforums;

    return <<<EOF

    <td align="center"><img src="html/avatars{$img}" border="0" alt="txt"><br /><input type="radio" class="radiobutton" name="avatar" value="$form" id="$form" />&nbsp;<strong><label for="$form">$txt</label></strong></td>

    EOF;

    }

    function avatar_gallery_start_table($title="", $av_gals="", $current_folder, key="") {

    global $ibforums;

    return <<<EOF

    <div class="pformstrip">{$ibforums->lang['av_gallery_title']} $title</div>

    <form action='{$ibforums->base_url}act=UserCP&amp;CODE=getgallery' method='post'>

    <div id="padandcenter"><strong>{$ibforums->lang['av_gall_jump']}</strong>&nbsp;$av_gals&nbsp;&nbsp;<input type="submit" value="{$ibforums->lang['av_go_go']}" name="submit" class="forminput" /></div>

    </form>


  3. Hi ;)

    Ich kriege folgende Error bei click auf Profil

    Parse error: parse error, unexpected T_STRING, expecting '&' or T_VARIABLE or T_CONST in /home/bogus/webspace/hosting/boards/webscriptboard.de/Skin/s2/skin_ucp.php on line 362

    Fatal error: Cannot instantiate non-existent class: skin_ucp in /home/bogus/webspace/hosting/boards/webscriptboard.de/sources/functions.php on line 613

    Kann mir da einer weiter helfen ?

    danke in vorraus ;D


  4. Hi ;)

    Jo, also das Problem ist gelöst.

    Das zweite Problem ist nicht gewollt, wenn ich links oben auf den einen forum link gehen sehe ich auch diese adresse http://www.webscriptboard.de/www.Webscriptboard.de habe keine Ahnung was ich falsch gemacht habe ;D In der Index.php steht folgendes

    // Define the path to where the forums directory is

    // located. This might be "./forums/" for example.

    // Don't forget the trailing slash!

    define( 'ROOT_PATH', "./" );

    // Define the URL to this script. If you're happy to

    // use relative URLs - you can leave this blank.

    // You can also rename the script here.

    $this_script = 'index.php';

    Greetings

    Bogus

×