Jump to content

Cum Scap De License Key Missing Din Acp ?


iMaster

Recommended Posts

YmtGUg.png

Pentru a scăpa de License Key Missing ,urmăreşte mai jos:

 

1. Mergem în FileZilla ,introducem ,hostul ,usernameul şi parola ,şi apoi mereg în :

public_html - numele forumului - admin - skin_cp -cp_skin_global.php 
 

îl deschidem cu Notepad sau WordPad şi căutăm codul următor cu funcţia CTRL şi F:

 

 
if( !$this->settings['ipb_reg_number'] )
{
$this->lang->words['license_missing_info'] = sprintf( $this->lang->words['license_missing_info'], $this->settings['base_url'] . 'app=core&module=tools&section=licensekey' );
$extra_class = 'force_license';
$license_html = <<<HTML
<div id='license_notice_force'>
<h4>{$this->lang->words['license_missing_header']}</h4>
<p>{$this->lang->words['license_missing_info']}</p>
</div>
HTML;
}
else
{
$licenseData = $this->cache->getCache( 'licenseData' );
 
if( ( !$licenseData OR !$licenseData['key']['_expires'] OR $licenseData['key']['_expires'] < IPS_UNIX_TIME_NOW and $licenseData['key']['_expires'] != -1 ) AND !IPSCookie::get( 'ignore-license-notice' ) )
{
if ( $licenseData['_cached_date'] < $licenseData['key']['_expires'] )
{
$this->cache->rebuildCache( 'licenseData' );
}
else
{
$extra_class = 'expired_license';
$license_html = <<<HTML
<div id='license_notice_expired'>
<div class='right'><a id='license-close' href='#'>Close</a></div>
<h4>{$this->lang->words['license_expired_header']}</h4>
<p>{$this->lang->words['license_expired_info']}</p>
</div>
HTML;
}
}
}
 

şi apoi îl ştergem şi ACP-ul va arăta normal .

  • Upvote 1
Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...
  • 1 year later...
  • 5 months later...
  • 2 weeks later...
  • Moderators
2 hours ago, MighTT. said:

Am incercat metoda pe 3.4.9 si nu mai merge acp-ul. Bullshit.

Sanse mari sa nu fi facut ceva bine. O mica greseala si imediat e stricat ACP-ul, asta e clar.

Si de ce zic ca probabil inca merge? Pentru ca merge pe tot 3.4.X, intre versiunile 3.4.X, ultimu numar nu este asa de important incat sa modifice tot core-ul de la IPB, mai ales ca 3.4.9 a fost un release de urgenta mai mult sa repare unele lucruri, nu pentru a adauga chestii noi sau sa modifice codu baza.

Si asta este simplu, te poti uita in logu de errori de la Apache sau ce engine folosesti si sa vezi eroarea care o primesti.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.