Jump to content

mark0

Active Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by mark0

  1. Cauta coailii ,intra pe chat ca iti dau baietii...cere versiunea platinum
  2. start>cmd scrii: ipconfig /release ipconfig /renew Vezi daca merge. Pentru a instala windowsul poti folosii si un stick de memorie pe care pui o imagine cu windows(gasesti tutoriale pe net in caz ca nu stii cum se face)
  3. arch - ti-l faci cum vrei ,e rapid + yaourt.
  4. Inca nimic...cineva cu vreo sugestie?
  5. N-am reusit sa adaptez liniile lui garry ,putin ajutor va rog? ///LE: Le-am incurcat numele...scuze.
  6. multumesc mult de raspuns...revin cu un rezultat maine.
  7. Acesta este codul(tot) din fisierul PHP <?php if (isset($_POST['highscore'])) { $level = $_POST['highscore']; $user = mysql_query("select * from users order by level desc limit $level"); } else { $user = mysql_query("select * from users order by level desc limit 50"); } if (mysql_num_rows($user) == 0) { echo '<div class="title_box"> <div class="title_inner"> No players. </div> </div> '; } else { echo ' <div id="highscore_range"> <form action="highscore.php" method="POST" accept-charset="utf-8"> <select class="input" name="highscore" size="1" onchange="submit()" > <option value="50" selected="selected">1-50 <option value="1000">All </select> </form> </div> <div class="title_box" style="margin:0px;"> <div class="title_inner" style="padding: 0px;"> <div id="highscore_table"> <table cellpadding="0" cellspacing="0"> <tr> <th>Position</th> <th>Name</th> <th>Alliance</th> <th>Level</th> <th>Honour</th> <th>Fame</th> <th>Wins</th> <th>Losses</th> <th>Gold</th> </tr> '; $i = 0; while ($g = mysql_fetch_array($user)) { $numero5 = $g['gold']; $colour = '#8fff'; if ($g['username'] == $user['username']) { $colour = 'blue'; } if ($user['guild'] == 1) { if ($g['guild'] == 1) { if ($g['guild_name'] == $name['guild_name'] && $g['username'] != $name['username']) { $colour = 'green'; } elseif ($g['guild_name'] != $name['guild_name'] && $g['username'] != $name['username']) { $colour = '#8fff'; } } } echo " <tr class='alt'> <th>" . ++$i . "</th> <td><div><a href='playerprofile.php?id=" . $g['username'] . "' style='color:" . $colour . ";'>" . $g['username'] . "</a>"; if ($g['rank'] == 2) { echo " <img src='img/vips.png' onMouseOver=\"return escape('<table cellspacing=2 cellpadding=2 valign=middle class=\'tooltipBox\'><tr><td style=\'color:white; font-weight: bold; font-size:9pt\' colspan=\'2\' nowrap=\'nowrap\'>VIP</td></tr></table>')\"> </div></td>"; } elseif ($g['rank'] > 2) { echo " <img src='img/admin.png' onMouseOver=\"return escape('<table cellspacing=2 cellpadding=2 valign=middle class=\'tooltipBox\'><tr><td style=\'color:white; font-weight: bold; font-size:9pt\' colspan=\'2\' nowrap=\'nowrap\'>Admin</td></tr></table>')\"> </div></td>"; } echo " <td><a href='guildprofile.php?id=" . $g['guild_name'] . "' style='color:#8fff;'>" . $g['guild_name'] . "</a></td> <td>" . number_format($g['level'], 0, ".", ".") . "</td> <td>" . number_format($g['honour'], 0, ".", ".") . "</td> <td>" . number_format($g['fame'], 0, ".", ".") . "</td> <td>" . number_format($g['wins'], 0, ".", ".") . "</td> <td>" . number_format($g['loses'], 0, ".", ".") . "</td> <td>" . number_format($numero5, 0, ".", ".") . "</td> </tr> "; } echo "</table> </div> </div> </div>"; } ?> Linia pe care vreau s-o modific: <td><div><a href='playerprofile.php?id=".$g['username']."' style='color:".$colour.";'>".$g['username']."</a>" ; M-am gandit la ceva de genul: onMouseOver="return escape('<table cellspacing=2 cellpadding=2 valign=middle class=\'tooltipBox\'><tr><td style=\'color:white; font-weight: bold; font-size:9pt\' colspan=\'2\' nowrap=\'nowrap\'>". $g['title'] ."</td></tr></table>')\"> </div></td>"; doar ca n-am idee cum sa o pun peste <td><div><a href='playerprofile.php?id=" . $g['username'] . "' style='color:" . $colour . ";'>" . $g['username'] . "</a>"; Am mai postat la ajutor aprox acum o saptamana ,n-am primit nici un raspuns care sa ma ajute asa ca am decis sa postez la webdeveloping ,poate am noroc. Scopul meu e sa fac un sistem de achievements(titluri) care sa apara cand cursorul trece peste numele unuia care este afisat in highscore.
  8. Merge.
  9. 103dcc07c4e917ff686ab0dc2eab1cab < 23.08.2013
  10. Mie nu mi-a venit cartela si am comandato de ceva timp... LE: Confirm ,mi-a venit cartela.
  11. mark0

    Cati ani ai? 2013

    18.Votat
  12. Poate omu vrea sa invete fara stres si fara 50 de proxyuri si mortii masii in spate...ce te ambalezi asa?(e adevarat ca postul care l-a scris el e la mintea cocosului dar asta e...nu trebuie sa fi chiar asa)
  13. Am comandat si eu una ,am observat ca unii useri spuneau ca poti primii mai multe.Am dat de 2 ori comanda si mi-a spus ca "adresa la care am comandat e utilizata deja ,se referea la e-mail" ,daca pui alt e-mail si iti da inca o cartela inseamna ca au un sistem foarte prost gandit...
×
×
  • Create New...