• 20-09-2019, 14:07:43
    #1
    Arkadaşlar merhaba,

    Bir adet link kısaltma scripti bulunmaktadır. Bu scripte ziyaretçi linke tıkladığında açılan yönlendirme sayfası aşağıda ki gibidir.



    Burada bulunan yönlendirme butonu gördüğünüz üzere belirli bir saniye sonra aktif oluyor. Ben bu butonda yazan ''seconds'' kelimesini saniye ''Continue'' kelimesini ise ''Hemen git'' olarak değiştirmek istiyorum. Script panelinde dil çeviri bölümü var ancak sitenin tüm dilini sorunsuz değiştirebilirken bu iki kelimeyi değiştirsemde değişme olmuyor. Bu scripti kullanan başka bir arkadaş ile iletişime geçip kelimeleri nasıl değiştirdiğini sorduğumda java dosyaları üzerinde oynama yaptığını ve hangi dosyada oynama yaptığını hatırlamadığını dile getirdi. Aynı scripti kullanan arkadaşın yönlendirme sayfasından görünüm;




    Kısacası sitemde ki yönlendirme sayfasında bulunan seconds kelimesini saniye, Continue kelimesini ise Devam et ya da Hemen Git kelimeleriyle değiştirmek istiyorum. Script dosyalarında 2 gündür arıyorum ama maalesef bulamadım. Bu konularda bilgisi olan varsa ücretsiz olarak yardımcı olabilir mi?

    Teşekkür ederim.
  • 20-09-2019, 14:10:48
    #2
    Hocam alternatif bir çözüm olarak script klasörünün içindeki tüm dosyaları bir düzenleyici içine sürekleyerek (örneğin Notepad++), açılan tüm dosyalarda ara işlevinde (Ctrl + H) "seconds" kelimesini aratmayı denediniz mi ?
  • 20-09-2019, 14:13:40
    #3
    Grepwin ücretsiz yazılımıyla scripti komple istediğiniz kelimeyle taramayı dener misiniz?

    Edit: bu programla direkt klasörü tarayabilirsiniz..
  • 20-09-2019, 14:15:04
    #4
    Kurumsal Üye | R10 19.YIL
    .sql dosyasına bakın bence
  • 20-09-2019, 14:25:56
    #5
    Hocalarım bir tarama yaptım. Arama sonucu aşağıda ki yollar çıktı. İşte burada hangisini değiştireceğim onu bilmiyorum
    Search "seconds" (54 hits in 18 files)
    C:UsersDesktopappadminsystemsettings.php (1 hit)
        Line 199:                                 <p class="help-block">Users will be automatically redirected once the timer reaches zero. This only works on the splash page and the time should be in seconds.</p>
    C:UsersDesktopappincludeslanguagestu.php (2 hits)
        Line 333: "seconds"=>"süre",
        Line 561: "Seconds"=>"Saniye",
    C:UsersDesktopappincludeslibraryauthFacebookAuthenticationOAuth2Client.php (2 hits)
        Line 238: // The expiration time in seconds will be returned as "expires".
        Line 242: // The expiration time in seconds will be returned as "expires_in".
    C:UsersDesktopappincludeslibraryauthFacebookFacebookClient.php (3 hits)
        Line 59: * @const int The timeout in seconds for a normal request.
        Line 64: * @const int The timeout in seconds for a request that contains file uploads.
        Line 69: * @const int The timeout in seconds for a request that contains video uploads.
    C:UsersDesktopappincludeslibraryauthFacebookHttpClientsFacebookCurlHttpClient.php (1 hit)
        Line 91: * @param int $timeOut The timeout in seconds for the request.
    C:UsersDesktopappincludeslibraryauthFacebookHttpClientsFacebookHttpClientInterface.php (1 hit)
        Line 40: * @param int $timeOut The timeout in seconds for the request.
    C:UsersDesktopappincludeslibraryauthTwitterConfig.php (1 hit)
        Line 18: /** @var int Delay in seconds before we retry the request */
    C:UsersDesktopappincludeslibraryclass.smtp.php (6 hits)
        Line 80: * Sets the SMTP timeout value for reads, in seconds
        Line 86: * Sets the SMTP timelimit value for reads, in seconds
        Line 147: * established with the server for that number of seconds.
        Line 148: * If tval is not specified the default is 30 seconds to
        Line 1071: $this->edebug('SMTP -> get_lines(): timed-out (' . $this->Timeout . ' seconds) <br />');
        Line 1079: $this->edebug('SMTP -> get_lines(): timelimit reached (' . $this->Timelimit . ' seconds) <br />');
    C:UsersDesktopappincludeslibraryPaypal.class.php (2 hits)
        Line 59: * The amount of time, in seconds, to wait for the PayPal server to respond
        Line 60: * before timing out. Default 30 seconds.
    C:UsersDesktopappincludeslibraryphpmailerclass.phpmailer.php (2 hits)
        Line 311: * The SMTP server timeout in seconds.
        Line 3868: $DKIMtime = time(); // Signature Timestamp = seconds since 00:00:00 - Jan 1, 1970 (UTC time zone)
    C:UsersDesktopappincludeslibraryphpmailerclass.pop3.php (3 hits)
        Line 47: * Default timeout in seconds.
        Line 84: * POP3 Timeout Value in seconds.
        Line 229: ); // Timeout (seconds)
    C:UsersDesktopappincludeslibraryphpmailerclass.smtp.php (2 hits)
        Line 138: * The timeout value for connection, in seconds.
        Line 147: * How long to wait for commands to complete, in seconds.
    C:UsersDesktopappincludeslibraryStripeHttpClientCurlClient.php (14 hits)
        Line 88: public function setTimeout($seconds)
        Line 90: $this->timeout = (int) max($seconds, 0);
        Line 94: public function setConnectTimeout($seconds)
        Line 96: $this->connectTimeout = (int) max($seconds, 0);
        Line 226: $sleepSeconds = $this->sleepTime($numRetries);
        Line 227: usleep(intval($sleepSeconds * 1000000));
        Line 320: $sleepSeconds = min(
        Line 326: // ($sleepSeconds / 2) to ($sleepSeconds).
        Line 326: // ($sleepSeconds / 2) to ($sleepSeconds).
        Line 327: $sleepSeconds *= 0.5 * (1 + $this->randomGenerator->randFloat());
        Line 329: // But never sleep less than the base sleep seconds.
        Line 330: $sleepSeconds = max(Stripe::getInitialNetworkRetryDelay(), $sleepSeconds);
        Line 330: $sleepSeconds = max(Stripe::getInitialNetworkRetryDelay(), $sleepSeconds);
        Line 332: return $sleepSeconds;
    C:UsersDesktopappincludeslibraryStripeStripe.php (4 hits)
        Line 49: // @var float Maximum delay between retries, in seconds
        Line 52: // @var float Initial delay between retries, in seconds
        Line 227: * @return float Maximum delay between retries, in seconds
        Line 235: * @return float Initial delay between retries, in seconds
    C:UsersDesktopappincludesShort.class.php (2 hits)
        Line 704:             Main::add('<script type="text/javascript">var count = '.$this->config['timer'].';var countdown = setInterval(function(){$("a.redirect").attr("href","#pleasewait").html(count + " seconds");if (count < 1) {clearInterval(countdown);$("a.redirect").attr("href","'.$url->url.'").html("Continue");}count--;}, 1000);</script>',"custom",FALSE);
        Line 705:             // Main::add('<script type="text/javascript">var count = '.$this->config['timer'].';var countdown = setInterval(function(){$("a.redirect").attr("href","#pleasewait").html(count + " seconds");if (count < 1) {clearInterval(countdown);window.location="'.$url->url.'";}count--;}, 1000);</script>',"custom",FALSE);                    
    C:UsersDesktopappincludesUser.class.php (1 hit)
        Line 1483:                                         <div class='c-countdown'><span>5</span>seconds</div><!-- /.c-countdown -->
    C:UsersDesktopappstaticjsflot.js (6 hits)
        Line 1117: // map of app. size of time units in milliseconds
        Line 1185: d.setUTCSeconds(floorInBase(d.getUTCSeconds(), tickSize));
        Line 1185: d.setUTCSeconds(floorInBase(d.getUTCSeconds(), tickSize));
        Line 1196: d.setUTCMilliseconds(0);
        Line 1198: d.setUTCSeconds(0);
        Line 2567: case 'S': c = leftPad(d.getUTCSeconds()); break;
    C:UsersDesktopappthemescleanexcustom.splash.php (1 hit)
        Line 13:                 <div class="c-countdown"><span><?php echo $this->config["timer"] ?></span><?php echo e("seconds") ?></div><!-- /.c-countdown -->
    Search "seconds" (0 hits in 0 files)
    Search "seconds" (0 hits in 0 files)
    Bu şekilde bulamayız sanırım değil mi?
  • 20-09-2019, 14:38:35
    #6
    C:UsersDesktopappincludesShort.class.php (2 hits)
    
    ").html("Continue")
    
    ml(count + " seconds");
    bu 2 yeri değiştirip dener misiniz?
  • 20-09-2019, 14:43:26
    #7
    Line 704 continue yazısını Hemen git yapmayı denedin mi ?
  • 20-09-2019, 14:48:10
    #8
    @Necmettin94; @diray67;
    Olmadı hocam denedim
  • 20-09-2019, 14:52:25
    #9
    hocam 704. satırdan düzeltince değişmesi lazım
    localde calısıyorsanız
    ctrl f5 ya da farklı bir tarayıcı ile kontrol ettiğinizde değişmiş olması gerekiyor
    verdiğiniz bilgilere göre birtek continue yazısı orada var ki zaten bakıldığında da oranın değişmesi gerekli