Dragon Blade Posted July 10, 2013 Posted July 10, 2013 Hello there, I have created a modification for V2. Sends an item to all users. So open up staff_users.php and find - You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Below it add - You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then find - You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Above it add - You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And your done. Quote
Dragon Blade Posted July 10, 2013 Author Posted July 10, 2013 Hey there, thanks. And nice to see the new owner http://mccodemods.com/. Good luck! Quote
Guest Posted July 10, 2013 Posted July 10, 2013 Hey there, thanks. And nice to see the new owner http://mccodemods.com/. Good luck! Thankyou very much. I thought I would make a public account for here. Quote
SRB Posted July 10, 2013 Posted July 10, 2013 Looks like Daves style of graphics... I'm curious now Quote
Guest Posted July 10, 2013 Posted July 10, 2013 Looks like Daves style of graphics... I'm curious now Dave did designer, he is a good friend. If you have any questions, feel free to start a thread or PM me. Quote
Veramys Posted July 17, 2013 Posted July 17, 2013 (edited) Nvm I was looking at it wrong. Nice mod. Edited July 17, 2013 by Veramis Quote
rockwood Posted July 18, 2013 Posted July 18, 2013 who is the new owner of http://mccodemods.com/ ???? Quote
Guest Posted July 18, 2013 Posted July 18, 2013 who is the new owner of http://mccodemods.com/ ???? Me msg2short Quote
Veramys Posted July 18, 2013 Posted July 18, 2013 who is the new owner of http://mccodemods.com/ ???? Does his forum signature not give him away? Quote
Dustin Rohel Posted June 6, 2023 Posted June 6, 2023 don't know what i did wrong but did not work for me Quote
Dustin Rohel Posted July 10, 2023 Posted July 10, 2023 am i supposed to add a link anywhere? Help would be much appreciated! :) Quote
newttster Posted July 10, 2023 Posted July 10, 2023 Did you get any errorr messages? Anything? Any information that happened when you tried to activate the action is necessary for others to help you solve it. Quote
Uridium Posted July 11, 2023 Posted July 11, 2023 on your smenu.php add <a href='staff_users.php?action=massitemgive'> Give all Users an Item</a> and it should work Quote
Dustin Rohel Posted July 12, 2023 Posted July 12, 2023 On 7/11/2023 at 2:15 AM, Uridium said: on your smenu.php add <a href='staff_users.php?action=massitemgive'> Give all Users an Item</a> and it should work Thanks, will try now i am only getting a black screen is there an SQL for it? Quote
newttster Posted July 13, 2023 Posted July 13, 2023 It might something to do with your php. The mysql_fetch_array was depreciated in php 5.5.0 and was removed altogether in 7.0.0. So it could have something to do with your servers php. Use either mysqi_fetch_array or pdo. I don't know if that's the case here or not, but it's worth looking into. Quote
Dustin Rohel Posted July 14, 2023 Posted July 14, 2023 sorry, but i don't know what that means.. 😞 Quote
Magictallguy Posted July 20, 2023 Posted July 20, 2023 Seeing as this was tagged as v2, suggest making use of MCCv2's `database` class. At the very least, it offers a MySQLi wrapper. Here's the snippet, converted to use v2: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 1 Quote
Ishraq Posted July 25, 2023 Posted July 25, 2023 On 7/10/2013 at 3:41 PM, Dragon Blade said: So open up staff_users.php and find - 1 hour ago, Dustin Rohel said: where do i place that? On 7/10/2013 at 3:41 PM, Dragon Blade said: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add above that Quote
Dustin Rohel Posted July 25, 2023 Posted July 25, 2023 ok, thank you thank you! 🙂 i works, and i love it! 1 Quote
Dustin Rohel Posted February 3, 2024 Posted February 3, 2024 (edited) I've lost where i was here due to needing to do a back up, this is not working for me anymore. I don't remember if there is an SQL or what i'm doing wrong but can't get it to work again. Error: This script requires an action. Edited February 3, 2024 by Dustin Rohel Trying To Figure This Out Quote
newttster Posted February 4, 2024 Posted February 4, 2024 Just follow the instructions from the beginning of this thread step by step. Or work from the last step to the first to see what you've missed. Quote
Dustin Rohel Posted February 4, 2024 Posted February 4, 2024 I've tried, i deleted the text from both files, copied them from here and added. But not working. i forgot what the my_sqi_fetch array and pdo is. You have SQL? Or any other suggestions? 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.