Sim Posted December 10, 2020 Author Posted December 10, 2020 5 minutes ago, Dayo said: Approved and added a comment 🙂 I seen. Thanks. Can you reapprove my business mod as well. The change username mod only took less then 30 minutes and coded on my cellphone. Quote
Uridium Posted March 20, 2021 Posted March 20, 2021 This upload/install didnt work for me kept mentioning needs the JSON file when i unzipped it there is a folder within a folder which is the cause also your module.json refers to Attack just so your aware Sim... but the mod does work great 🙂 I should have looked on the downloads before trying to do my own Edit Username which worked to an extent I used the profile module to add the change username.. HOWEVER it didnt work correctly you could change your name to any ones name within the game... 1 Quote
Sim Posted March 20, 2021 Author Posted March 20, 2021 2 hours ago, Uridium said: This upload/install didnt work for me kept mentioning needs the JSON file when i unzipped it there is a folder within a folder which is the cause also your module.json refers to Attack just so your aware Sim... but the mod does work great 🙂 I should have looked on the downloads before trying to do my own Edit Username which worked to an extent I used the profile module to add the change username.. HOWEVER it didnt work correctly you could change your name to any ones name within the game... Thanks. Ill update this mod once i get off work. $sel = $this->db->prepare (" SELECT * FROM users WHERE U_name=:username "); $sel->bindParam(":username", $this->methodData->username); $sel->execute (); $sel = $sel->fetch(PDO::FETCH_ASSOC); if(!empty($sel)) { return $this->html = $this->page->buildElement('error', array( "text" => 'Username already in use..' )); } According to my code, duplicate usernames should never happen. I will look into this further. Quote
Uridium Posted March 20, 2021 Posted March 20, 2021 1 hour ago, Sim said: According to my code, duplicate usernames should never happen. I will look into this further. That part worked fine on your version i was on about the username editor i made that one didnt work.... Yours works flawlessly Quote
Sim Posted March 20, 2021 Author Posted March 20, 2021 1 hour ago, Uridium said: That part worked fine on your version i was on about the username editor i made that one didnt work.... Yours works flawlessly Oh, lol. Glad to hear. Quote
ags_cs4 Posted May 9 Posted May 9 1 hour ago, buzau said: my first post. game script is awesome ❤️ please let me download this... 😄 https://openpbbg.com/?page=marketplace&action=view&id=2533 Quote
ags_cs4 Posted May 10 Posted May 10 9 hours ago, buzau said: Thank you ❤️ You are welcome 9 hours ago, buzau said: BTW - your naruto game it looks great 🙂 even tho is dead (no active players)..... Naruto game!, are you talking about https://naruto-unleashed.com? Thats not my game, i created the theme for it 1 Quote
Canjucks Posted May 13 Posted May 13 On 5/11/2025 at 5:10 AM, ags_cs4 said: You are welcome Naruto game!, are you talking about https://naruto-unleashed.com? Thats not my game, i created the theme for it The game is getting a face lift and has gone through an overhaul that I hope will be released in the next few weeks Quote
ags_cs4 Posted May 13 Posted May 13 9 hours ago, Canjucks said: The game is getting a face lift and has gone through an overhaul that I hope will be released in the next few weeks Amazing, thats good to hear bro, been checking it from time to time to see the progress 1 Quote
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.