Jump to content

Law

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Law

  1. Si tienes una lista de dedicados economicos subela por favor :slur: Si me serviria para un webserv Lo mas seguro es que me quede en sered, los vps se me hicieron buenos :3
  2. http://www.sered.net/dedicados-lowcost/ Me sorprende que en total sean $30 euros por un dedicado D: Ojala estuvieran en holanda para poder hacer mis negocios (?)
  3. Post images like this >I have a folder with 340MB of images of this type, I post the links in a few days.
  4. script prontera,139,173,4 cashshop Comprame! 421,607:2,12103:50,678:5 gravity error Im using the basic rA client and RagRay. I can get the item via @item and equip it, but no buy i ninja-edit: I erase the "cash" and the NPC works, but I spend zeny, not cashpoints. greetings
  5. LOL, solved, I must edit in db/pre/item_db.txt sorry for the post im fucking nooooooooooob
  6. When I try to get a I Love China via command "@item" I dont get it, I edit the item_db, reload the server, and nothing. I try with some servers GRF, and with my own client, and nothing. I use 3 different datas for my client.
  7. Im using the emblem.php of ceresplus D: theres the actual code $lastguild = 0; while ($char = mysql_fetch_array($result)) { if( $lastguild != $char['guild_id']) { $lastguild = $char['guild_id']; $emblems[$lastguild] = $char['emblem_data']; echo "<table><tbody>"; echo '<tr> <th width="5%"> '.($lastguild > 0 ?' <img src="emblema.php?data='.$lastguild.'" alt="X">' : '' ).' </th> <th width="50%"> <b>' . ($lastguild > 0 ? htmlspecialchars($char['gname']) : 'Sin Guild' ) . '</b> </th> <th width="20%"></td> <th width="20%" style="text-align:right;"> <b>[ ' . $char['connect_member'] . ' | ' . $char['max_member'] . ' ]</b> </th> </tr>'; } copy from custom ceres CP(gaia-games.com cp)
  8. Law

    This or That?

    dolphin, trust in dolphins Ninja or Gunslinger?
  9. I use winrar 4.0 and works. Where is the file to diff my own client? I use the 2011-03-15aRagexeRE.exe and have a error when start the client:
  10. Im making a script that show online players. I use the str_replace to show the job names(with the normal query show a number, currently incomplete im too lazy XD), but when I see a player I have a error: [code] Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 5 in /path/to/file.php on line 35 The script is there <?php mysql_connect(host,user,pass); mysql_select_db(db); $result = mysql_query("SELECT * FROM `char` WHERE online = '1'"); while ($row = mysql_fetch_array($result)) { $JobsNumbers = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25'); $JobsNames = array('Novice', 'Swordman', 'Magician', 'Archer', 'Acolyte', 'Merchant', 'Thief', 'Knight', 'Priest', 'Wizard', 'Blacksmith', 'Hunter', '12', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24'); $id = $row["guild_id"]; $query = sprintf("SELECT name FROM guild WHERE guild_id='%s'", mysql_real_escape_string($id)); $result = mysql_query($query); $guildname = mysql_result($result, 0); echo "<tr>"; echo "<td> ".$row["name"]." </td><td>"; echo str_replace($JobsNumbers, $JobsNames, $row["class"]); echo "</td><td>"; if ($guildname==NULL) {echo "wwww";}else{echo $guildname;}; echo "</td>"; echo "<td> ".$row["base_level"]."/".$row["job_level"]." </td>"; echo "</tr>"; } ; ?> In the error say the line 35: $guildname = mysql_result($result, 0); Now, I see im using a wrong function(mysql_result), what function I should use? or how to fix it
  11. your server not accept external mysql connections :B If you have installed phpMyAdmin, go to your server IP/phpmyadmin, go to Privileges, and edit the user with you connect, change the option of "Host" to "Any host", and select this option(at the end of the page) "keep the old one"
  12. Law

    IRC Chat

    sorry for the post, I now see the IRC channel in the readme.html of trunk XDDDDDDDDD resolved (?)
  13. Law

    IRC Chat

    make a IRC Chat, thats great for chat and support, DONT ADD the shoutbox, the IRC not consume MySQL or anything like the IPB shoutbox. sorry for bad english, I SPEAK MEXICANO AJUAJUA
  14. i love your eyes (?) beautiful wedding D: your wife so pretty <3 me
  15. Esta bien, pero faltarian los rankings, el plantamiento muy bueno..
  16. Im making my own website/CP, and when show the online list(example) the image of the guild emblem dont show. I try using the ceres script, modifying, using another scripts, but nothing works. <?php include ("jobs.php"); mysql_connect(host,user,pass); mysql_select_db(db); $result = mysql_query(" SELECT `char`.`name`, `char`.`class`, `char`.`base_level`, `char`.`last_map`, `char`.`job_level`, `login`.`level`, `login`.`sex`, `guild`.`name` AS `gname`, `char`.`zeny`, `guild`.`guild_id` FROM `char` LEFT JOIN `login` ON `login`.`account_id` = `char`.`account_id` LEFT JOIN `guild` ON `guild`.`guild_id` = `char`.`guild_id` WHERE `char`.`online` <> '0' ORDER BY `char`.`name` "); while ($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td width='35px'><img style='vertical-align: middle;' src='emblem.php?data=".$row["guild_id"].".png'></td>"; echo "<td width='35px'><img style='vertical-align: middle;' src='../images/".$row["sex"].".png'></td>"; echo "<td> ".$row["name"]." </td><td>"; echo $jobs[$row['class']]; echo "</td>"; echo "<td> ".$row["gname"]." </td>"; echo "<td style='text-align:right;'> ".$row["base_level"]."/".$row["job_level"]." </td>"; echo "</tr>"; } ; ?>?> The URLs and config of mysql connections are right. I put the files of Ceres and the emblem only show a black square, I go to the url "emblem.php?data=ID" and show the download windows, I see the file and have this characters BMv 6 ( @ € € €€ € € € €€ ÀÀÀ ÀÜÀ ðʦ @ ` € À À @ @ @@ @` @€ @ @À @À ` ` `@ `` `€ ` `À `À € € €@ €` €€ € €À €À @ ` € À À À À À@ À` À€ À ÀÀ ÀÀ À À À@ À` À€ À ÀÀ ÀÀ @ @ @ @ @ ` @ € @ @ À @ À @ @ @ @ @ ` @ € @ @ À @ À @@ @@ @@@ @@` @@€ @@ @@À @@À @` @` @`@ @`` @`€ @` @`À @`À @€ @€ @€@ @€` @€€ @€ @€À @€À @ @ @ @ @ ` @ € @ @ À @ À @À @À @À@ @À` @À€ @À @ÀÀ @ÀÀ @À @À @À@ @À` @À€ @À @ÀÀ @ÀÀ € € € @ € ` € € € € À € À € € € @ € ` € € € € À € À €@ €@ €@@ €@` €@€ €@ €@À €@À €` €` €`@ €`` €`€ €` €`À €`À €€ €€ €€@ €€` €€€ €€ €€À €€À € € € @ € ` € € € € À € À €À €À €À@ €À` €À€ €À €ÀÀ €ÀÀ €À €À €À@ €À` €À€ €À €ÀÀ €ÀÀ À À À @ À ` À € À À À À À À À À @ À ` À € À À À À À À@ À@ À@@ À@` À@€ À@ À@À À@À À` À` À`@ À`` À`€ À` À`À À`À À€ À€ À€@ À€` À€€ À€ À€À À€À À À À @ À ` À € À À À À À ÀÀ ÀÀ ÀÀ@ ÀÀ` ÀÀ€ ÀÀ ðûÿ ¤ €€€ ÿ ÿ ÿÿ ÿ ÿ ÿ ÿÿ ÿÿÿ
  17. Bueno, quiero comprar un VPS para testear un servidor, asi no pasara de 10online que seran amigos que lo prueben, Que OS elijo? CentOS? Un amigo me paso estas paginas, el ha probado en oxilayer solamente D: http://www.oxilayer.com/budget-vps/ http://www.oxilayer.com/mini-vps/ http://www.intovps.com/plans.html http://www.cheapstablehosting.com/vps.html http://www.sologigabit.com/es/VPS-Cloud https://www.xprosite.com/clientes/?cmd=cart&action=add&id=46 Podrian decirme que plan y sitio les parece mejor para testear?, y para cuando ya quiera poner online mi servidor, en que empresa me lo recomiendan¿?
  18. this skin make lag, no recommended to play WoE
×
×
  • Create New...