Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. Who is your hosting company ??? send me a message i'll help you out the probs havent got their PHP version to 5.6 or 6.4 its probably set to 7 or 8
  2. https://github.com/coldblooded01/mccodefree/archive/refs/heads/master.zip
  3. what if they didnt attack the person from the userlist and attacked them from their profile page would you need a profile page link aswell ?
  4. Uridium

    Hi

    I make free mods but I still give out 100% help when needed..
  5. in the days of this site being called "Criminal Existance" id made so many friends and then it went to MWG and then offline for a while Ive lost all the people I knew I wish time could go back to them days..
  6. Is anyone using this mod do you have ideas for an upgrade
  7. on your smenu.php add <a href='staff_users.php?action=massitemgive'> Give all Users an Item</a> and it should work
  8. I wrote a script for this that allowed IMAGE PATHS to be inserted when a new Item was being created
  9. Dustin read whats written you can do this yourself
  10. absolutely fab a game outside the Crime Genre well done 🙂 which engine is it using ?
  11. im the same i dont think i have the patients to run my own game
  12. try adding /upload/ as that is the directory your game is in example public_html/upload/cron_minute.php?&code=0f78622479428a32a0a4d3deded33b34
  13. Get rid if [url= abd the closing url tags also view&ID=%u']%s[/url] needs rp be changed
  14. I think your host is using a different PHP version
  15. Ive been messing with MCCODES to allow header and Menu changes for users choice.... they can choose from
  16. Id never give up I was however saying back in the days when MWG was Criminal Existence as soon as youd post there were about 10 replies within the hour.. Just miss all the people that were here from them days..
  17. ah wasnt aware of that im still in MCCODES mine frame Thank ya Urb..
  18. 2 days and no replies ???? years ago i would have had 50 - 90 replies ? Is it time to give up ?
  19. What are we supposed to do on the settings page for login/register both sections are blank on mine and not sure what script set im supposed to be using ?
  20. this mod will allow you to add images to your inventory items.. Let me get my edits together and i'll post the script just 2 files to edit and an sql insert for the item names goto your phpmyadmin go to your table and click on SQL and add this ALTER TABLE inventory ADD pic varchar(255); then open modules/installed/inevntory/hooks/meta.php and add new Hook("itemMetaData", function () { global $db; return array( "id" => "pic", "sort" => 11, "width" => 12, "label" => "Item Image (usually modules/installed/inventory/images/NAME OF IMAGE.jpg", "type" => "textarea", "rows" => 1, "validate" => function ($value) { return true; } ); }); now open up modules/installed/inevntory/inventory.tpl.php and find on mine its line 26-27 <div class="panel-heading"> Information </div> underneath add <div class="panel-body"> <center><img src="{pic}"></center> </div> and your done
  21. just testing code breaks cos <a href shouldnt appear as [url <center><table width=90% cellspacing=1 class=table border=1 bordercolor=#636363></center><tr><td> Proposer: <a href='viewuser.php?u=".abs(intval($r[']".htmlentities($r['username'])."> </td> try this version it maybe that the [url statement was an old error from an old forum theme
  22. whats the VIEW link supposed to do on mine i just get an error This module does not exits or have an admin panel
  23. This edit will allow you to add Thumbnails to your uploaded themes should work on all GL versions you will need to edit the following files modules/installed/themeManager/themeManager.admin.php and themes/ >>> theme.json file first lets start with the themeManager,tpl,php file find (on mine its line 100) <th width="60px">Actions</th> and underneath that add <th width="60px">Thumbnail</th> now find ( on mine its line 112 ) [<a href="?page=admin&module=themes&action=edit&themeName={id}">View</a>] </td> and underneath that add <td><img src="{imageloc}" height="150" width="150"></td> </tr> now goto your themes folder and you will need to edit the themes.json file just add "imageloc": "themes/NAME OF THEME FOLDER/images/thumb.jpg", an example would be "imageloc": "themes/default/images/thumb.jpg", you can call yoour images what ever you want as long as the json matches the image name
  24. Some people learn things differently than others what's right for me and may not be what they had envisioned, Ever had something in your head that you cant quite explain to others how to picture it ?? This is the same thing. Its the correct format for them but we see it differently. but either way the end result works...
  25. im sure you can use Windows task/event manager or what ever its called that runs the clocks to create crons I recall doing this back in 2013 not sure if its still possible with uptodate windows versions... Also wasnt there a EXE file on here for a Cron runner or you could just read this >> https://www.bugtreat.com/blog/how-to-setup-cron-job-in-windows-using-wampxampp-server/
×
×
  • Create New...