Blumish Posted March 13, 2010 Report Share Posted March 13, 2010 (edited) Piedodiet par adresi! Probleema taada ja anekdote ir gara, tad taa iziet araa no raamja: http://www.smiekliem.lv/joks.php?id=7 Iekopeešu kodu, varbut tur ir vaina: <?echo '<div class="account" > <table> <tr><td> '; echo $row['joks']; echo '</td></tr><tr><td><b>Pievienoja:</b> '; echo $row['vards']; echo '</td></tr>'; echo '</table>'; echo ' <a class=draugiem href="#" onClick="DraugiemSay'; echo "('Joks #".$row[id]."', 'http://www.smiekliem.lv/joks.php?id=".$row['id']."','Joki','Smiekliem.Lv');"; echo '"><img src=http://www.draugiem.lv/img/say/add.png border=0><br></a>'; if($_SESSION['kods']){ echo ' <a href=dzest.php?id='; echo $row['id']; echo "><b>Dzest</b>"; echo '</div>'; echo "</a> "; } } ?> Gaidisu palidzibu. Paldies! Edited March 13, 2010 by Blumish Quote Link to comment Share on other sites More sharing options...
briedis Posted March 13, 2010 Report Share Posted March 13, 2010 Problēmu slinkums risināt. Kaut kur noteikti jāiemet ir kāds clear:both; Bet forši, ka parādīji mums, kā varam paši dzēst jokus arā :)) Quote Link to comment Share on other sites More sharing options...
Blumish Posted March 13, 2010 Author Report Share Posted March 13, 2010 Bet forši, ka parādīji mums, kā varam paši dzēst jokus arā :)) nevajag jau dzeest, tas ir vnk test.. lapa veel nav gatava :) Quote Link to comment Share on other sites More sharing options...
briedis Posted March 13, 2010 Report Share Posted March 13, 2010 nevajag jau dzeest, tas ir vnk test.. lapa veel nav gatava :) Bet varbūt tā ir mācība, ka veicot kaut kādas svarīgas darbības, tomēr ir vērts pārbaudīt, vai lietotājam ir tiesības tādas veikt? Neticu, ka šī kļūda tiktu izlabota "kad lapa būtu gatava" :) tad varētu pabrīnīties - kur zūd anektdotes?? Quote Link to comment Share on other sites More sharing options...
Blumish Posted March 13, 2010 Author Report Share Posted March 13, 2010 un ja nav nosleepums, kaa tu to izdariiji? Quote Link to comment Share on other sites More sharing options...
briedis Posted March 13, 2010 Report Share Posted March 13, 2010 un ja nav nosleepums, kaa tu to izdariiji? Papēti tak skriptu, ko pats te iedevi... Quote Link to comment Share on other sites More sharing options...
briedis Posted March 13, 2010 Report Share Posted March 13, 2010 Vēl es nesaprotu tolku no tik garas kapčas. Pietiktu pilnībā ar 3-4 burtiem. Jo, ja bots spēs atpazīt pirmos 2, tad spēs arī atpazīt nākošos N. Bet cilvēkam ir galīgi neerti rakstīt to penteri... Quote Link to comment Share on other sites More sharing options...
Kemito Posted March 13, 2010 Report Share Posted March 13, 2010 (edited) Un brauc augumā man vēl par PĪ lietām, paskaties uz šo murgu! :D Ir tāda lieta kā isset() funkcija. Kapčas kodu var mierīgi pārtaisīt, par divu skaitļu saskaitīšanu! Tobish - random(1,5) + random(1,5) un nekas slikts nebūs ar tiem botiem! Garos kodus vispār ir jāmet iekš paste.php.lv un cik to var malt cauri? Edited March 13, 2010 by Kemito Quote Link to comment Share on other sites More sharing options...
daGrevis Posted March 13, 2010 Report Share Posted March 13, 2010 IMO, http://recaptcha.net/. :) Par blokiem. Tā īstenībā ir CSS problēma, bet... :P HTML: <div id='left-block'> Kreisā bloka saturs. </div> <div id='right-block'> Labā bloka saturs. </div> <div class='foo'></div> CSS: div#left-block { float: left; width: 760px; /* Optional. */ } div#right-block { float: right; width: 200px; /* Optional. */ } div.foo { clear: both; } /* MAGIC! */ P.S. Zinu, ka klase "foo" nav īpaši semantiska, bet man tā ir iegājis... :D 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.