Jump to content

Law

Members
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Mexico

Law's Achievements

Poring

Poring (1/15)

1

Reputation

  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 (?)
×
×
  • Create New...