Přejít na obsah
View in the app

A better way to browse. Learn more.

Vodafone Techforum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Doporučené odpovědi

Odesláno

Tak se mi to zdá, nebo je chyba mezi klávesnicí a židlí, když mi www.upc.cz píše todle?

File = $file; } function GetCredentials($key) { if (!$this->IsCached) { if (!$this->CreateCache()) { return false; } } return $this->Cache[$key]; } function CreateCache() { $this->Cache = array(); $this->IsCached = false; if (!empty($this->File)) { $location = realpath(dirname(__FILE__) . '/' . $this->File); $data = file_get_contents($location); if ($data !== false) { $data = str_replace("\r", "", $data); $lines = explode("\n", $data); $lines[0] = null; $enc = new UPC_Encryptor(); foreach ($lines as $line) { $i_key = strpos($line, '='); $i_uid = strpos($line, ':'); $i_pwd = strpos($line, '@'); if ($i_key !== false && $i_uid !== false && $i_pwd !== false) { $key = substr($line, 0, $i_key); $uid = $enc->Encrypt(substr($line, $i_key + 1, $i_uid - $i_key - 1)); $pwd = $enc->Encrypt(substr($line, $i_uid + 1, $i_pwd - $i_uid - 1)); $sid = $enc->Encrypt(substr($line, $i_pwd + 1)); if (!empty($key) && !empty($uid) && !empty($pwd) && !empty($sid)) { $this->Cache[$key] = array("SID" => $sid, "UID" => $uid, "PWD" => $pwd); $this->IsCached = true; } } } } } return $this->IsCached; } } ?>

Odesláno

A vida, už nám to funguje.. škoda že v tom PHP není nikde žádné heslo :-D

  • po měsících...
Odesláno

to by byli pěkný lamy, kdyby měli nějaké heslo přímo v kódu :o)

Odesláno

Jo i na profi webech jsem se s tím setkal...

Přidat se ke konverzaci

Přispívat můžete okamžitě a zaregistrovat se později. Pokud máte účet, přihlaste se a přispívejte pod Vaším účtem.
Poznámka: Váš příspěvek vyžaduje před zobrazením schválení moderátorem.

Návštěvník
Odpovědět na toto téma...

Právě prohlíží tuto stránku 0

  • Žádný registrovaný uživatel si neprohlíží tuto stránku

Vodafone Czech Republic a.s.,
nám. Junkových 2808/2, 155 00 - Praha 5,
IČO 25788001, sp. zn. B 6064 vedená u Městského soudu v Praze

Vodafone Czech Republic a.s.,
Junkových sq. 2808/2, 155 00 - Prague 5,
CRN 25788001, file number B 6064 kept at the Municipal Court in Prague

Powered by Invision Community

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.