Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Sim

    All My Mods

    @Canjucksgot me.
  2. Sim

    All My Mods

    I do test every feature of every mod at minimum 20/times for bugs.
  3. Sim

    Hey

    No ending ': in last line Comma and semicolon Edit: If adding before the ?> <br /><br /> <hr width='75%' /> <div style='text-align:center;'> <h4>Mobster of the hour</h4> <table width='75%' class='table' style='text-align:center;' align='center'> <tr> <th>User</th> <th>Kills</th> </tr> <? $check = $db->query('SELECT userid, username, kills FROM users ORDER BY kills DESC LIMIT 1'); if (!$db->num_rows($check)) { echo "<tr><td colspan='2'>There are no users yet!</td></tr>"; } while ($user = $db->fetch_row($check)) { echo " <tr> <td><a href='viewuser.php?u=".$user['userid']."'>".$user['username']."</a></td> <td>".money_formatter($user['kills'], '')."</td> </tr>"; } echo " </table> </div> <hr width='75%' /><br /><br />"; ?> Not sure if it will work since $db class is called and don't think it's loaded prior
  4. Just adding the function will not have the effects you think you will. Every page that you want pagination added to, will also need code passed to the function. If I remember correctly, there's a global function file? If so, it can be added to that.
  5. Ownership of all my Mods have been transferred to @KyleMassacre. He will be able to provide faster support IF there is any issues. WHICH THERE SHOULDN'T. The MODS are stable for there version released.
  6. The only point is it WILL give you extra exposure/members. The more places your game is, the more exposure it gets. @Dayo created a post about turning your site into an APP. Send him a message.
  7. Sim

    Betting

    Thanks for the information @Dayo
  8. Sim

    Betting

    Your not referring about the World Cup?
  9. Sim

    Betting

    I don't know what you mean by euros around the corner. But I love this mod idea.
  10. Lock thread plz.
  11. Okay everyone. I am about to slowly develop my tool. As of now, the idea is a mix match using Google to find topsites, directories, forums to auto post your game, updates, screen shots related to your niche. I may or may not include a list of game development places that are auto posted. These usually involve more time coding. I will see how the first part goes. I am also thinking about maybe reddit, 4chan(highly visited site), and if exist screenshot game sites. I'd anyone else has any other ideas to contribute, they may or may not be added.
  12. I like simple. Probably more simple then PayPal. Don't need to login, the APP on your phone. Free transfers, except to bank account.
  13. Everyone can thank me for Cash APP withdrawals. 🙂
  14. And I skimmed threw code. A user like me could still act as staff. Non of the staff functions check user level. Security risk until fixed.
  15. Once enough pre-orders are filled? 😂 Trial and Error bud. 😂
  16. All will be well. Let's not escalate this any further then it has @SRB @CrazyElk go to PMs and battle it your political debates. You guys took a page from my old hijacking thread days. It usually resulted in a warning though. I couldn't keep my debates to PG-13. 😂
  17. @SRBis correct. Useless traffic is useless. But my idea involves the game owners to perform some actions. But, the idea is to simplify the process and save game owners approximately %80 time with this. Traffic would be targeted if game owners has any common sense. 🙂 The problem I am facing is coding it from my phone. It's a lot of data manipulation which I would prefer to do on a laptop/PC. And would require a lot of updates anytime a sites HTML/css is updated which is not to much of a problem and wouldn't happen to often.
  18. Limited countries suck. Hopefully they expand that to.
  19. I believe this is huge news. Square owns cash app and people love cash app more then PayPal. So allowing developers to develope on top of there payment system is a huge anouncement. @Daveknows I love cash APP. https://www.marketwatch.com/story/square-to-let-developers-build-on-top-of-its-online-platform-2021-05-13?mod=mw_square
  20. I am aware of that @CrazyElk my favorite coding is bots and scrappers. I Will/would end up creating some type of Bot to generate traffic. I already have thoughts for one to help generate traffic/players to GL games as an Admin Tools Mod. Will probably be at least a month before any your of release or development for this mod though.
  21. So, a lot of sites now have wikis for there games. Major or small games. My idea as a developer is to create a new site and APP for Android to help indie developers hopefully gain more players. My idea, not just create a site to list and vote, and leave reviews but to also provide a list of features and game content AKA wiki. The idea by creating the wiki will be easy for people running certain scripts, GL, McCodes for now. I will create a script to create a json file that can be uploaded to my potentially new site manually or automatically.
  22. Anytime have any games for sale? Looking to spend 200-400$. Username or content is not really a priority. Features and design main priority.
  23. You should actually run two versions of your website. A development version, then your live version. Once you know there's no issues. Transfer files and DB changes.
  24. McCodes is still supported on MWG. @athena26see's what she likes and ask about it. Did I really just support something related to mcCodes?
  25. I'm interested. Some of my GL Mods: https://makewebgames.io/profile/14499-sim/content/?type=downloads_file
×
×
  • Create New...