vgclv Posted January 10, 2016 Report Share Posted January 10, 2016 Sveiki. Lieta sekojoša pirmas pārgāju uz https:// manā mājsalpā bij/ir balsošanas skripts no WOS ar, Back Connect Vote, kas pildija savu funkciju nevainojami. Tad iegādājos SSL - pāriešana uz https bij veiksmīga tikai, ja neskaita, to kad balsošas skrips vnk pazuda un nav ne mazākās nojausmas kapēc un ko darīt. Rāda vienkārši tukšu vietu Varbūt kāds zin kapēc tā notiek ? un ko varētu darīt lietas labā ? Paldies jau iepriekš ! Quote Link to comment Share on other sites More sharing options...
briedis Posted January 10, 2016 Report Share Posted January 10, 2016 Skripts ir https? Quote Link to comment Share on other sites More sharing options...
vgclv Posted January 10, 2016 Author Report Share Posted January 10, 2016 (edited) <?php $votes = array( array( 'title' => 'WOS TOP 100', 'content' => '<script src=http://wos.lv/v.php?33089&back_connect_url=https://nosaukums.lv/bcv.php&user='.$this->member['member_id'].'></script><script>wos_no_top10 = 1;</script>', 'cookie' => 'csgoet', ), array( 'title' => 'WTOP TOP 100', 'content' => '<script src="http://www.wtop.lv/c.php?id=241"></script>', 'cookie' => 'vqrxut', ), ); $this->Header( "Nobalso par mums" ); $this->Sidebar( ); if( $this->member['member_id'] > 0 ) { $this->AddSystemMessage( 'info', 'Par katru balsi jūs saņemsiet <strong>€ 0.50</strong> virtuālo naudu <strong>Atcerieties</strong> ka balsot var reizi 24 stundās! Virtuālo naudu tu saņem tikai par WOS balsojumu!' ); } else { $this->AddSystemMessage( 'info', 'Lai saņemtu virtuālo naudu, ienāciet savā profilā' ); } echo '<div class="middle"> <h1><span class="icon icon-heart m-r-8"></span>Nobalso par mums</h1> <div class="inner only"> '.$this->PrintSystemMessage( ).' <table class="bordered"> <thead> <tr> <th>Topsaits</th> <th class="text-center">Balsot</th> </tr> </thead> <tbody>'; foreach( $votes as $key => $vote ) { echo '<tr> <td>'.$vote['title'].'</td> <td class="text-center">'.$vote['content'].'</td> </tr>'; } echo '</tbody> </table> </div> '; $this->Footer( ); Rekur būs pats skripts ! Edited January 10, 2016 by vgclv Quote Link to comment Share on other sites More sharing options...
briedis Posted January 10, 2016 Report Share Posted January 10, 2016 Quote Link to comment Share on other sites More sharing options...
vgclv Posted January 10, 2016 Author Report Share Posted January 10, 2016 un tikai tapēc ka tur ir http man nestrādās šis skripts ? Quote Link to comment Share on other sites More sharing options...
briedis Posted January 10, 2016 Report Share Posted January 10, 2016 Izlasi, atceries: http://www.howtogeek.com/181911/htg-explains-what-exactly-is-a-mixed-content-warning/ Quote Link to comment Share on other sites More sharing options...
vgclv Posted January 10, 2016 Author Report Share Posted January 10, 2016 Izlasi, atceries: http://www.howtogeek.com/181911/htg-explains-what-exactly-is-a-mixed-content-warning/ Paldies, tagad sapratu.. :) Quote Link to comment Share on other sites More sharing options...
jurchiks Posted January 10, 2016 Report Share Posted January 10, 2016 Pamēģini aizvietot "http://wos.lv"ar "//wos.lv". Tad adrese izmantos tādu pašu protokolu, kādu izmanto tava lapa. Vienīgais, ka tas var nestrādāt, ja wos.lv nav pieejams uz HTTPS, un ja tā, tad ir sūdi un viņus vajag atspārdīt. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.