Jump to content
MakeWebGames

Ishraq

Members
  • Posts

    571
  • Joined

  • Last visited

  • Days Won

    8

Ishraq last won the day on May 9

Ishraq had the most liked content!

3 Followers

Personal Information

  • Location
    London, United Kingdom

Recent Profile Visitors

16,184 profile views

Ishraq's Achievements

Enthusiast

Enthusiast (6/14)

  • Dedicated Rare
  • Reacting Well Rare
  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

19

Reputation

  1. Great to see MTG back 👏
  2. I have a copy of redux too thanks. Appreciate it.
  3. Haha i'm on this journey myself with two old games, its been fun but long. I started one and built it ready to go has more to do lists and suggestions but waiting. I'm using an mvc approach: TryoWars For the other, i'm currently going through each file to update it to PHP8 and above to get it fully working: EuroGangster First release it after beta testing. Then plan to update the entire approach to mvc. Maybe OCD The site I use to create Mccodes V2 Modules: Mccodes V2.0.5
  4. Great work and I'm glad to see you continue with this journey.
  5. Congratulations Chris!!!! Really happy for you, hope you have a great time.
  6. Congratulations!!! 🙂
  7. Yep, I think the platform isn't the issue but rather the list of purchases, proof etc is the issue now. Sellers won't know who to give updates too and buyers didn't manage to screenshot their proof or download latest versions etc. @Dave Is there a way to provide a dump of the forum posts so we can try the lengthy process ourselves? We can try move the posts to an open source forum? Reason being is there are many topics and posts that hold valuable information that could help everyone in their journey.
  8. Was certainly a good ride, I agree with @ags_cs4 We should allow it to run and bring back the marketplace at least. There are purchased products and licenses that may need to be downloaded and screenshotted too.
  9. It's all good. Everyone is here to help. Let's just ease this situation. No need to quarrell or edit anything. Any new person will come on this topic and know what to do so let's leave it at that and move on.
  10. Nice one
  11. Userid is usually $userid but in any case just use $ir['userid'] Also, you'd want an if statement covering the whole chunk of code checking if that new player had already received it. To reduce code runs best place would be putting it in register.php or if your game has it. emailactivation.php That way it won't be running every click for every user. ooh mentioned here, just follow this
  12. The Y is just the value, if you call the column, the value would be on it. $this->item->effect or whatever its called. max would be your $this->user->info->US_maxEnergy
  13. Try this @Canjucks
×
×
  • Create New...