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

Dragon4048

Mitglied
  • Content count

    31
  • Joined

  • Last visited

Posts posted by Dragon4048


  1. Hallo zusammen

    Hilft dieser mod auf bei registrierungen? also ich habe das Problem das sich bei mir ihrgewndwelche namen regisatrieren und dann nen post machen mit Ihrgendwelchen pornoseiten oder mit über 1000 links aufeinmal usw

    Was kann ich dagegen tun den langsam nervt es wirklich . Die erste zeit habe ich diese posts immer gelöscht und den dazugehörigen Autor doch langsam nervt es da es nun fast jeden tag passiert. Die registrieren sich und posten da dann so nen müll man sagte mir das das bots wären

    Kann mir da mal jemand aushelfen bitte

    Würde mich über eine Positive antwort eurerseits sehr freuen.

    Gruss

    Euer Dragon


  2. Sag mal ihr habt das da schon gemacht wie geht das den da genau mit dem, bestellen hab das bestellt und dann kann ich ne zahlungsfunktion auswählen mastercard ect. bei den kartensachen schreibt er immer The following errors were found:

    DECLINED: The card code is invalid.

    Wie mach ich das da am besten bei manchen optionen bekomme ich sogar eine php error meldung


  3. Hallo alle zusammen

    Vieleicht kann mir hier jemand helfen

    Ich habe foilgenes Problem undzwar habe ich mein Forum auf einen anderen Server umgezogen hat alles auch geklappt bis auf eins ich habe in den ganzen post die geschrieben worden sind überall fehler drinne wie z.b Zurück wird bei mir zur?ck angezeigt und das in allen texten.

    Weiss jemand woran ds liegt kann mir da jemand helfen?

    Mit Freundlichen Grüssen

    Sascha


  4. so ich habe das blättern hinbekommen

    Nun habe ich aber noch eine kleinischkeit undzwar dieser code löst bei mir auf der seite die zahlen ganz unten aus 1 - 2 - 3 usw

    Hier der code

    <div align="center"><br/> 
    
    
    <?php 
    
    $steps = 10; 
    
    for($i=0; $i<$this->_sections['i']['total']; $i++) { 
    
    echo '<a href="http://board.stagate.info/ssi.php?m=posts&a=forumtopics&forum='.$_GET['forum'].'&start='.$i.'&show='.$steps.'">'.$i.'</a>'; 
    
    } 
    
    ?> 
    
    </div>

    ist es möglich in diesem code das ihrgend we einzubauen das die zahlen in weiss angezigt werden den dann sind die nicht mehr sichtbar auf meiner seite da ich zum blätern meine eigenen zahlken nutzen muss

    Gruss

    Dragon


  5. habe einmal so versucht

    <?php /* Smarty version 2.6.3, created on 2005-12-27 14:24:02
    
             compiled from forumtopics.tpl */ ?>
    
    <?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
    
    smarty_core_load_plugins(array('plugins' => array(array('modifier', 'makedate', 'forumtopics.tpl', 0, false),array('function', 'makeavatar', 'forumtopics.tpl', 13, false),)), $this); ?>
    
    <?php unset($this->_sections['i']);
    
    $this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['topics']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
    
    $this->_sections['i']['name'] = 'i';
    
    $this->_sections['i']['show'] = true;
    
    $this->_sections['i']['max'] = $this->_sections['i']['loop'];
    
    $this->_sections['i']['step'] = 1;
    
    $this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
    
    if ($this->_sections['i']['show']) {
    
        $this->_sections['i']['total'] = $this->_sections['i']['loop'];
    
        if ($this->_sections['i']['total'] == 0)
    
            $this->_sections['i']['show'] = false;
    
    } else
    
        $this->_sections['i']['total'] = 0;
    
    if ($this->_sections['i']['show']):
    
    
                for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
    
                     $this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
    
                     $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
    
    $this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
    
    $this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
    
    $this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
    
    $this->_sections['i']['first']      = ($this->_sections['i']['iteration'] == 1);
    
    $this->_sections['i']['last']       
    
    ?>
    
    <table width="100%" cellspacing="0">
    
    
    
    <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showuser=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['starter_id']; ?>
    
    "><?php echo $this->_tpl_vars[''][$this->_sections['i']['index']]['starter_name']; ?></a><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    
    "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['title']; ?>
    
    </a>
    
    
    (<?php echo $this->_tpl_vars['lang']['posts_started_at']; ?>
    
     <?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['post_date'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'post_date') : makedate($_tmp, 'post_date')); ?>
    
    )</th>
    
    </tr>
    
    <tr>
    
    
    <td style="background-color: #ffffff; font-family: Verdana; font-size: 10pt; padding: 5px;">
    
    
    <?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['post']; ?>
    
    
    
    <br /><br />
    
    
    <?php echo $this->_tpl_vars['lang']['posts_comments']; ?>
    
     <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']; ?></strong>  <?php echo $this->_tpl_vars['lang']['posts_views']; ?>
    
     <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['views']; ?></strong>  <a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    
    ">
    
    
    
    </a></td>
    
    </tr>
    
    </table>
    
    
    <br />
    
    
    <?php endfor; endif; ?>
    
    
    <? 
    
    $steps = 2; 
    
    for($i=0; $i<$this->_sections['i']['total']; $i+=$steps) 
    
    $output .= '<a href="home2.htm=$i">'.$i.'</a>';
    
    ?>
    und einmal so
    <?php /* Smarty version 2.6.3, created on 2005-12-27 14:24:02
    
             compiled from forumtopics.tpl */ ?>
    
    <?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
    
    smarty_core_load_plugins(array('plugins' => array(array('modifier', 'makedate', 'forumtopics.tpl', 0, false),array('function', 'makeavatar', 'forumtopics.tpl', 13, false),)), $this); ?>
    
    <?php unset($this->_sections['i']);
    
    $this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['topics']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
    
    $this->_sections['i']['name'] = 'i';
    
    $this->_sections['i']['show'] = true;
    
    $this->_sections['i']['max'] = $this->_sections['i']['loop'];
    
    $this->_sections['i']['step'] = 1;
    
    $this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
    
    if ($this->_sections['i']['show']) {
    
        $this->_sections['i']['total'] = $this->_sections['i']['loop'];
    
        if ($this->_sections['i']['total'] == 0)
    
            $this->_sections['i']['show'] = false;
    
    } else
    
        $this->_sections['i']['total'] = 0;
    
    if ($this->_sections['i']['show']):
    
    
                for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
    
                     $this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
    
                     $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
    
    $this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
    
    $this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
    
    $this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
    
    $this->_sections['i']['first']      = ($this->_sections['i']['iteration'] == 1);
    
    $this->_sections['i']['last']       
    
    ?>
    
    <table width="100%" cellspacing="0">
    
    
    
    <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showuser=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['starter_id']; ?>
    
    "><?php echo $this->_tpl_vars[''][$this->_sections['i']['index']]['starter_name']; ?></a><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    
    "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['title']; ?>
    
    </a>
    
    
    (<?php echo $this->_tpl_vars['lang']['posts_started_at']; ?>
    
     <?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['post_date'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'post_date') : makedate($_tmp, 'post_date')); ?>
    
    )</th>
    
    </tr>
    
    <tr>
    
    
    <td style="background-color: #ffffff; font-family: Verdana; font-size: 10pt; padding: 5px;">
    
    
    <?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['post']; ?>
    
    
    
    <br /><br />
    
    
    <?php echo $this->_tpl_vars['lang']['posts_comments']; ?>
    
     <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']; ?></strong>  <?php echo $this->_tpl_vars['lang']['posts_views']; ?>
    
     <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['views']; ?></strong>  <a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    
    ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    
    ">
    
    
    
    </a></td>
    
    </tr>
    
    </table>
    
    
    <br />
    
    
    <?php endfor; endif; ?>
    
    
    <? 
    
    $steps = 5; 
    
    for($i=0; $i<$this->_sections['i']['total']; $i+=$steps) { 
    
    echo '<a href="/ssi.php?m=posts&a=forumtopics&forum='.$_GET['forum'].'&start='.$i.'&show='.$steps.'">'.$i.'</a>'; 
    
    } 
    
    ?>

    aber leider auch vergebens


  6. doch damit könnte ich sehr viel anfangen desweiteren hatte zu dem zeitpunkt mir keiner drauf geatwortet und in der suche hab ich vorhin nichts gefunden wäre net wenn du mir dies mal erklären könntes da ich alles schon versucht habe esaber nicht hinbekomme

    das einzigste was du gesagt hast ist das ich es begrenzen kann ich möchte dies aber nicht begrenzen sondern das er es blätter und dies weiss ich leider nicht wie dies geht :(


  7. Hallo zusamen,

    ich habe dam maleine dringende frage undzwar ich habe bei meinem forum das ssiplus im einsatz womit man die datenbak auslesen kann um die news auf der Homeage anzeigen zu lassen nun habe ich volgenes Problem wie kann ich bei mireine blätterfunktion einbauen den so ist meine start und news seite 5 km lang man sagte mir mal das dies wohl mit dreamweaver gemacht wird allerdings weiss ich nicht wie hätte da vieleicht einer ne idee?

    Wäre sehr net :rolleyes:

    Mit Freundlichen Grüssen

    Dragon

×