Nero Posted October 19, 2014 Share Posted October 19, 2014 IS THERE ANY WAY TO FAKE FLUX CP ONLINE? Quote Link to comment Share on other sites More sharing options...
Kichi Posted October 23, 2014 Share Posted October 23, 2014 <td class="status"><?php echo $gameServer['playersOnline'] ?></td>be<td class="status"><?php $sum = $gameServer['playersOnline'] + 100; echo $sum; ?></td>maybe Quote Link to comment Share on other sites More sharing options...
Vincent Posted October 19, 2014 Share Posted October 19, 2014 Open:https://github.com/rathena/FluxCP/blob/master/themes/default/server/status.php Change: <td class="status"><?php echo $gameServer['playersOnline'] ?></td> To: <td class="status">9999</td> To fake 9999 player online. 1 Quote Link to comment Share on other sites More sharing options...
Inochi Posted October 19, 2014 Share Posted October 19, 2014 I wouldn't recommend this lol Quote Link to comment Share on other sites More sharing options...
Nero Posted October 22, 2014 Author Share Posted October 22, 2014 Open:https://github.com/rathena/FluxCP/blob/master/themes/default/server/status.php Change: <td class="status"><?php echo $gameServer['playersOnline'] ?></td> To: <td class="status">9999</td> To fake 9999 player online. i mean it will count the player online but then i want to add just like for example 100 and the flux will read it with the player online . Quote Link to comment Share on other sites More sharing options...
Jolina Posted October 22, 2014 Share Posted October 22, 2014 I wouldn't recommend this lol [agree] Players will use /who or think they are all Vendors. Quote Link to comment Share on other sites More sharing options...
IS THERE ANY WAY TO FAKE FLUX CP ONLINE?
Link to comment
Share on other sites