09.11.10, 22:48
			
			
		 | 
		
			 
			#5
			
		 | 
	
	| 
			
			 Nur auf der Durchreise 
			
			
			
				
			
			
				 
				Registriert seit: Mar 2010 
				Ort: belgium 
				
				
					Beiträge: 28
				 
				 
	
		
			
				 Bedankt: 25 
			
		
	 
				
				 
				
				     
			 
	 | 
	
	
	
		
		
			
			
				 
				Nachtrag
			 
			 
			
		
		
		
			
			
    
    
     
    
        
Hier nochmal die authenticate.php ohne validate, keygen & ohne serial  
aus dem verzeichnis /install 
in gesamter länge. 
 
einfach c-p-s & go 
wenn die meldung zur eingabe des keys kommt einfach "weiter" klicken
 authenticate.php
	PHP-Code: 
	
		
			
<?php // ######################## SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE);
  if (VB_AREA !== 'Upgrade' AND VB_AREA !== 'Install') {     exit; }
  if (!defined('THIS_S*****')) {     // don't know how this happened, but we need to define it anyway     define('THIS_S*****', 'upgrade.php'); }
 
  //* Encryption not needed 4 free ;-) greetz Cybee*/ /* // ##################### DEFINE IMPORTANT CONSTANTS #######################*/ if (strlen('00000000000000000000000000000000') == 32) {     /**     * @ignore     */     define('CUSTOMER_NUMBER', '00000000000000000000000000000000'); } //else {     /**     * @ignore     */     define('CUSTOMER_NUMBER', md5(strtoupper('00000000000000000000000000000000'))); }
  // ######################################################################## // ######################### START MAIN S***** ############################ // ########################################################################
  if ($_POST['do'] == 'login') {     $vbulletin->input->clean_array_gpc('p', array(         'customerid' => TYPE_STR,     ));     if (md5(strtoupper($vbulletin->GPC['customerid'])) == CUSTOMER_NUMBER)     {         setcookie('bbcustomerid', ($vbulletin->GPC['customerid']), 0, '/', '');
          // set the style folder         if (empty($vbulletin->options['cpstylefolder']))         {             $vbulletin->options['cpstylefolder'] = 'vBulletin_3_Silver';         }
          $redirect = '?rand=' . time();
          print_cp_header('', '', "<meta http-equiv=\"Refresh\" content=\"1; URL=$redirect\">");         ?>         <p> </p><p> </p>         <blockquote><blockquote><p>         <b>         <?php echo $authenticate_phrases['cust_num_success']; ?></b><br />         <span class="smallfont"><a href="<?php echo $redirect; ?>">         <?php echo $authenticate_phrases['redirecting']; ?></a></span>         </p></blockquote></blockquote>         <?php
          unset($vbulletin->debug, $GLOBALS['DEVDEBUG']);         define('NO_CP_COPYRIGHT', true);         print_cp_footer();         exit;     } }
  $vbulletin->input->clean_array_gpc('c', array(     'bbcustomerid' => TYPE_STR, ));
  // ############################################################################# if ($vbulletin->GPC['bbcustomerid'] !== CUSTOMER_NUMBER) {     global $stylevar;
      switch(VB_AREA)     {         case 'Upgrade': $pagetitle = $authenticate_phrases['upgrade_title']; break;         case 'Install': $pagetitle = $authenticate_phrases['install_title']; break;     }
      // set the style folder     if (empty($vbulletin->options['cpstylefolder']))     {         $vbulletin->options['cpstylefolder'] = 'vBulletin_3_Silver';     }     // set the forumhome s*****     if (empty($vbulletin->options['forumhome']))     {         $vbulletin->options['forumhome'] = 'index';     }     if (empty($vbulletin->options['bbtitle']))     {         if (!empty($bbtitle))         {             $vbulletin->options['bbtitle'] = $bbtitle;         }         else         {             $vbulletin->options['bbtitle'] = $authenticate_phrases['new_installation'];         }     }     // set the version     $vbulletin->options['templateversion'] = VERSION;
      define('NO_PAGE_TITLE', true);     print_cp_header($pagetitle, "document.forms.authenticateform.customerid.focus()");
      ?>     <form action="<?php echo THIS_S*****; ?>?do=login" name="authenticateform" method="post">     <input type="hidden" name="do" value="login" />     <p> </p><p> </p>     <table class="tborder" cellpadding="0" cellspacing="0" border="0" width="450" align="center"><tr><td>
          <!-- header -->         <div class="tcat" style="padding:4px; text-align:center"><b><?php echo $authenticate_phrases['enter_cust_num']; ?></b></div>         <!-- /header -->
          <!-- logo and version -->         <table cellpadding="4" cellspacing="0" border="0" width="100%" class="navbody">         <tr valign="bottom">             <td><img src="http://mygully.com/thread/cpstyles/<?php echo $vbulletin->options['cpstylefolder']; ?>/cp_logo.gif" alt="" border="0" /></td>             <td>                 <b><a href="http://mygully.com/thread/<?php echo $vbulletin->options['forumhome']; ?>.php"><?php echo $vbulletin->options['bbtitle']; ?></a></b><br />                 <?php echo "vBulletin {$vbulletin->options['templateversion']} $pagetitle"; ?><br />                               </td>         </tr>         </table>         <!-- /logo and version -->
          <table cellpadding="4" cellspacing="0" border="0" width="100%" class="logincontrols">         <col width="50%" style="text-align:right; white-space:nowrap"></col>         <col></col>         <col width="50%"></col><?php if (CUSTOMER_NUMBER != 'number') { ?>         <!-- login fields -->         <tr valign="top">             <td> <br /><?php echo $authenticate_phrases['customer_number']; ?><br /> </td>             <td class="smallfont"><input type="text" style="padding-left:5px; font-weight:bold; width:250px" name="customerid" value="" tabindex="1" /><br /> <?php echo $authenticate_phrases['cust_num_explanation']; ?></td>             <td> </td>         </tr>         <!-- /login fields -->         <!-- submit row -->         <tr>             <td colspan="3" align="center">                 <input type="submit" class="button" value="<?php echo $authenticate_phrases['enter_system']; ?>" accesskey="s" tabindex="3" />             </td>         </tr>         <!-- /submit row --><?php } else { ?>         <!-- error row -->         <tr>             <td colspan="3" align="center">                 <br /><font color="red">You can't continue until key<?php echo ""; ?>gen.php has not replaced value<br /></font><br />             </td>         </tr>         <!-- /error row --><?php }?>         </table>     </td></tr></table>     </form>     <?php
      unset($vbulletin->debug, $GLOBALS['DEVDEBUG']);     define('NO_CP_COPYRIGHT', true);     print_cp_footer(); } ?>
		
	 
 "wer viel tüftelt freut sich wenns klappt und hält" 
p.s.: ich weiss der untere teil des s*****s mit der miniform gilt als unerreichter code
  
     
 
		 
		
		
		
		
		
		
			
				__________________ 
				Die Welt und das Leben sind zu schön ....................................  
hamachi: cybeegirls-network  pw: cybee ................................. um nur vorm Bildschirm zu sitzen 
			 
		
		
		
		
	 | 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 |