-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
I think your host is using a different PHP version
-
Ive been messing with MCCODES to allow header and Menu changes for users choice.... they can choose from
-
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..
-
ah wasnt aware of that im still in MCCODES mine frame Thank ya Urb..
-
2 days and no replies ???? years ago i would have had 50 - 90 replies ? Is it time to give up ?
-
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 ?
-
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
-
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
-
whats the VIEW link supposed to do on mine i just get an error This module does not exits or have an admin panel
-
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
-
Cron-less Energy/Will/Brave/HP Regen + Admin Panel
Uridium replied to Cronus2's topic in Free Modifications
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... -
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/
-
ob4J4 can you lower your php version from your host usually 5.6
-
im still making free Mods for MCCodes might have a look at working on GL at some point
-
Your users online [ ATTACK ] pointing to wrong argument your link says uid it should be ID slots it says you bet 0 but deducts 5 >> You bet $0 and won $15 by lining up 2 numbers pocketing you $10 extra. slots needs attention.. No folders Protected... cities page align 2 x 2 cos your 3x3 is stretching the page There is no RETURN to previous page button on any pages constantly having to use back button on browser
-
do you mean a working engine ?
-
we ran into a lot off issues when trying to revive NEAB especially the outdated Javascript and would constantly break, However this hasnt deterred us from attempting another go at bringing it into 2022
-
Fieldset and Legend have some brilliant uses for your codes they can make a boring Announcement page look amazing as you can see from the before and after it makes quite a nice effect
-
[mccodes V2] game Menu Editing+Create System
Uridium replied to Uridium's topic in Free Modifications
I forgot about this I may have to upgrade it give it more potential -
what ever happened to this game was it ever played
-
Thank ya guys
-
does anyone have an original MCCv2 that I can have. the one I have on the MCCCODES site is MCCv2 but an earlier version id like the 2009 version not the 2012 version
-
im still here
-
1st off can the download and code edits work on an un-modfied edit of mccodes ? or are their edits in yours that isnt available on mccodes