Jump to content
MakeWebGames

corruptcity || skalman

Members
  • Posts

    358
  • Joined

  • Last visited

  • Days Won

    3

corruptcity || skalman last won the day on April 20

corruptcity || skalman had the most liked content!

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

corruptcity || skalman's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

22

Reputation

  1. hey I've got a backup copy of redux if your intrested in it would happily send it you?
  2. your prob looking at ads to start with to monitise, then it's some sort of subscription or selling ingame coins, gold etc
  3. Ah yeah that makes sense, I'll be adding PDO to my game myself soon. But first I'm learning something I prob should have learnt years ago but couldn't wrap my head around it at the time and gave up, oop. With a little help from chatgpt, copilot and youtube was able to do a gym and bank and currently working on crimes.
  4. Ah good man @Magictallguy. I was going to look at doing it during my weekend off this week. Did you add a PDO to it aswell?
  5. yeah that is correct, it needs some work to make it compatible and to work with php 7 or 8
  6. I'm with Fasthost got a VPS now only problem is that they are using plesk instead of cpanel. so had to learn how to use it have you gone to the new marketplace that @Dayo is running?
  7. in loanshark.php copy and paste your function index() code for me. The reason why you have the loan shark text is due to you not having an image so within the img tag alt text is being shown <img src='img/traders/loanshark.png' alt='Loan Shark' width='175' height='175' class='w3-image'> Also you haven't created a backstory but that bit of optional and can just remove that bit
  8. show me your code from the index function The loan Shark text is because you have a missing image and that is the alt text and that you need to create a backstory for your loan shark. Although you don't have to and can just remove
  9. I'm not sure I tested both on my webserver and both worked fine. have you tried importing the sql file? loan_shark(1).sql
  10. it's an old backup of my game that was running on redux at the time and can't remember what is stock and what isn't anymore
  11. you should have a quick common settings box that will set the frequency for you then in the command you need php /YOURWEBSERVER/public_html/cron_minute.php code="YOUR CODE GOES HERE" and that's that
  12. I do but it's not stock redux though
  13. so did you try to do it with the sql tab or did you import it? I only ask as I just tried it on my webserver and it worked for me
  14. prob thinking about $10
×
×
  • Create New...