<?xml version="1.0"?>
<rss version="2.0"><channel><title>Free Modifications Latest Topics</title><link>https://makewebgames.io/forum/61-free-modifications/</link><description>Free Modifications Latest Topics</description><language>en</language><item><title>Edit Item Type Code Solved</title><link>https://makewebgames.io/topic/6022-edit-item-type-code-solved/</link><description><![CDATA[
<p>Ok so ive been banging my brains for days trying to solve this thing and finally I managed it :)</p>

<p>
Firstly open up <strong>smenu.php</strong></p>

<p>
Just After this line</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>&gt; <a href="staff_items.php?action=newitemtype" rel="">Add Item Type</a><p>
";</p>
</div></blockquote>

<p>
Add remove the <strong>";</strong> before Adding next line</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>&gt; <a href="staff_items.php?action=remitemtype" rel="">Delete Item Type</a><p>
";</p>
</div></blockquote>

<p>
Then Open Your <strong>staff_items.php</strong></p>

<p>
Look for </p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>case 'newitemtype': newitemtype(); break;</div></blockquote>

<p>
Then Add This Line Underneath it.</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>case 'remitemtype' : rem_item_type(); break;</div></blockquote>

<p>
Then just before</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>$h-&gt;endpage();</div></blockquote>

<p>
Add this Coding</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>function rem_item_type()<p>
{</p>
<p>
global $db,$ir,$c,$h,$userid;</p>
<p>
if($ir['user_level'] &gt; 2)</p>
<p>
{</p>
<p>
die("403");</p>
<p>
}</p>
<p>
if($_POST['remname'])</p>
<p>
{</p>
<p>
$d=$db-&gt;query("SELECT * FROM itemtypes WHERE itmtypename='{$_POST['remname']}'");</p>
<p>
while($a=mysql_fetch_array($d))</p>
<p>
{</p>
<p>
$db-&gt;query("DELETE FROM itemtypes WHERE itmtypeid='{$a['itmtypeid']}'");</p>
<p>
print "Item Type {$_POST['remname']} Was Sucessfully Removed.";</p>
<p>
}</p>
<p>
stafflog_add("Removed item type {$_POST['remname']}");</p>
<p>
print "&lt;h3&gt;Remove Item Type&lt;/h3&gt;&lt;hr /&gt;</p>
<p>
&lt;form action='staff_items.php?action=remitemtype' method='post'&gt;</p>
<p>
Name: &lt;input type='text' name='remname' /&gt;</p>

<p>
&lt;input type='submit' value='Remove Item Type' /&gt;&lt;/form&gt;</p>
<p>
";</p>
<p>
}</p>
<p>
else</p>
<p>
{</p>
<p>
print "&lt;h3&gt;Remove Item Type&lt;/h3&gt;&lt;hr /&gt;</p>
<p>
&lt;form action='staff_items.php?action=remitemtype' method='post'&gt;</p>
<p>
Name: &lt;input type='text' name='remname' /&gt;</p>

<p>
&lt;input type='submit' value='Remove Item Type' /&gt;&lt;/form&gt;</p>
<p>
";</p>

</div></blockquote>

<p>
so that the Bottom final part looks like</p>
<p data-double>&nbsp;</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="6022" data-ipsquote-contentclass="forums_Topic"><div>}<p>
}</p>
<p>
$h-&gt;endpage();</p>
<p>
?&gt;</p>
</div></blockquote>

<p>
You can Now Delete Item Types from the game without going into phpmyadmin..</p>
]]></description><guid isPermaLink="false">6022</guid><pubDate>Sun, 11 May 2008 13:29:07 +0000</pubDate></item><item><title>[any]Contact us</title><link>https://makewebgames.io/topic/15190-anycontact-us/</link><description><![CDATA[


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>

<p>
<strong>Make a file called contact.php and stick this in to it.</strong></p>
<p><strong>
then go to mainmenu and find city and put this link </strong></p>
<p><strong>
</strong><a href="contact.php" rel=""><strong>ContactUs</strong></a></p>
<p><strong>
 under city or were every u want this want my first mod so please tell me what u think</strong></p>
]]></description><guid isPermaLink="false">15190</guid><pubDate>Fri, 28 Aug 2009 15:45:30 +0000</pubDate></item><item><title>Site Maintenance Mod Upgrade</title><link>https://makewebgames.io/topic/28032-site-maintenance-mod-upgrade/</link><description><![CDATA[<p>
	Some time ago i made a maintenance mod so you could close your site or a page for maintenance.
</p>

<p>
	 
</p>

<p>
	Ive been messing again with the script and had a bit of a rewrite so now you can close as many pages as you want and as staff still be able to work on the page which wasnt available on the old version you can close the entire site down by closing header.php and again staff can still enter the site and see whats happening..<br />
	 
</p>

<p>
	if your interested in this upgrade i'll post the script
</p>
]]></description><guid isPermaLink="false">28032</guid><pubDate>Fri, 12 Mar 2021 18:52:43 +0000</pubDate></item><item><title>PeterisGBs Mod Site</title><link>https://makewebgames.io/topic/32061-peterisgbs-mod-site/</link><description><![CDATA[<p>
	So over the years I've made a few mods and after 10 years i felt it was time my mods got its own site to make it easier to find.<br />
	<br />
	You are more than welcome to check out my <a href="https://infamous-wars.com/mod/index.php" rel="external nofollow">Mod Site</a> and let me know what you think.<br />
	<br />
	Its had plenty of views already but havent officially posted about it yet so i decided its time.<br />
	<br />
	Any Feedback or/and ideas are welcome.
</p>

<p>
	 
</p>

<p>
	Thanks
</p>
]]></description><guid isPermaLink="false">32061</guid><pubDate>Thu, 20 Apr 2023 13:33:04 +0000</pubDate></item><item><title>Mass Item</title><link>https://makewebgames.io/topic/23300-mass-item/</link><description><![CDATA[
<p>
	Hello there, I have created a modification for V2. Sends an item to all users.
</p>

<p>
	So open up staff_users.php and find -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Below it add -
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Then find -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Above it add -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	And your done.
</p>
]]></description><guid isPermaLink="false">23300</guid><pubDate>Wed, 10 Jul 2013 14:41:43 +0000</pubDate></item><item><title>Loanshark Mod</title><link>https://makewebgames.io/topic/32805-loanshark-mod/</link><description><![CDATA[<p>
	Hi, to carry on into the new year here is another mod that I am giving out for free for any one to use.<br />
	Like the other mods I'm again using w3.css which you can find by googling it.<br />
	This mode lets you borrow money from a loan shark there is no limit of how much you borrow from him. each new loan will have a random interest % and daily payment due, with interest being between 15 - 30 and daily % being from 5 - 15. when a loan is taken out the interest amount due will be added to the top and the daily payment will come from that.<br />
	If you don't have enough money to pay each day you will get your legs broken and spend time in hospital, you are able to pay the loan back early from within the mod.
</p>

<p>
	I have also included a photo of what it lookslike within game
</p>

<p>
	loanshark.php<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	cron_day.php - add this anywhere
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p><a href="https://makewebgames.io/uploads/monthly_2024_01/loanshark.png.485e4f7781c42bc35b0036792a6932c2.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="5106" src="https://makewebgames.io/applications/core/interface/js/spacer.png" data-src="https://makewebgames.io/uploads/monthly_2024_01/loanshark.png.485e4f7781c42bc35b0036792a6932c2.png" data-ratio="105.1" width="588" class="ipsImage ipsImage_thumbnailed" alt="loanshark.png"></a></p>]]></description><guid isPermaLink="false">32805</guid><pubDate>Thu, 04 Jan 2024 21:00:50 +0000</pubDate></item><item><title>Admin View As Complete *TESTED*</title><link>https://makewebgames.io/topic/32795-admin-view-as-complete-tested/</link><description><![CDATA[<p>
	What this does is allow you to view your website as any member you choose
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	Add to your globals file before the $is=$db-&gt;query
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	Create staff_view_as.php
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	Uridium's edit to switch user_level (i.e. Admin to Member role and vice versa)
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	Thanks to Uridium for the additional option
</p>
]]></description><guid isPermaLink="false">32795</guid><pubDate>Sun, 10 Dec 2023 15:18:41 +0000</pubDate></item><item><title><![CDATA[[mccode v2] Freeze & Reactivate a Users Bank Account]]></title><link>https://makewebgames.io/topic/12235-mccode-v2-freeze-reactivate-a-users-bank-account/</link><description><![CDATA[
<p>Small mod Which enables Staff to Freeze a Users bank account if they have an Queries it can be reopened again whn satisfied..</p>

<p>
SQL</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Now open up <strong>Staff_users.php</strong></p>

<p>
find</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Underneeath add.</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Next Find</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Underneath Add</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Then Find</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Overwrite with..</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Then Find</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Underneath Add</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Then Find</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Undernath Add</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
Now open Up <strong>bank.php</strong></p>

<p>
And just under include"globals.php"; add</p>
<p data-double>&nbsp;</p>

<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>
<div></div>
<p data-double>&nbsp;</p>
<p>
When you Edit a User to Freeze a Bank account 0=Active and 1=Frozen.....</p>

<p>
Small NOTE the addon to the bank.php can also be added to any market scripts or crystal banks that you have in your game it will do the same Task as putting it into the bank script.</p>
]]></description><guid isPermaLink="false">12235</guid><pubDate>Thu, 06 Nov 2008 17:33:34 +0000</pubDate></item><item><title>Admin View As</title><link>https://makewebgames.io/topic/32794-admin-view-as/</link><description><![CDATA[<p>
	I'm trying to make it possible to switch between user accounts to view the game as another member other than the super admin/logged in userid. 
</p>

<p>
	 
</p>

<p>
	I created this form: 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	In globals &amp; sglobals I have:
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	It's placed right below the
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	It has 0 effect on which user info is being pulled. What am I missing? 
</p>
]]></description><guid isPermaLink="false">32794</guid><pubDate>Sun, 10 Dec 2023 01:32:55 +0000</pubDate></item><item><title>Roulette Refresh</title><link>https://makewebgames.io/topic/32780-roulette-refresh/</link><description><![CDATA[<p>
	Hi While I was working on Roulette page I decided to give it a refresh and add some new features. Added the ability to pick a random number each time or stick with the same number and added a session profit and loss tracking and colour coded it green with your in profit and red when in a loss. I have also made it responsive using w3.css.
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32780</guid><pubDate>Wed, 01 Nov 2023 10:38:10 +0000</pubDate></item><item><title>Daily Rewards</title><link>https://makewebgames.io/topic/27769-daily-rewards/</link><description><![CDATA[<p>
	I decided to make a Daily Rewards System.<br />
	It has a built in staff panel.<br />
	 
</p>

<p>
	Sql's for the Rewards
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	Sql's for the User
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	And finally the Page
</p>

<p>
	dailyrewards.php
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	Add this to your Daily Cron.
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	I'm not the best or tidiest, but it works.
</p>

<p>
	Feedback welcome, NOT DIGS tho.
</p>

<p>
	A postback of this code if you make it better below would be great.
</p>

<p>
	Enjoy.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="2782" href="https://makewebgames.io/uploads/monthly_2020_08/1774077848_OperaSnapshot_2020-08-08_224307_www.androidian_ga.png.bfd2d2bf4d76c7dacebb68f87a91b5d4.png" rel=""><img alt="Opera Snapshot_2020-08-08_224307_www.androidian.ga.png" class="ipsImage ipsImage_thumbnailed" data-fileid="2782" data-ratio="84.15" style="height:auto;" width="795" data-src="https://makewebgames.io/uploads/monthly_2020_08/1774077848_OperaSnapshot_2020-08-08_224307_www.androidian_ga.png.bfd2d2bf4d76c7dacebb68f87a91b5d4.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" /></a>
</p>
]]></description><guid isPermaLink="false">27769</guid><pubDate>Sun, 09 Aug 2020 18:30:57 +0000</pubDate></item><item><title>Marriage Modification</title><link>https://makewebgames.io/topic/18169-marriage-modification/</link><description><![CDATA[
<p>Download <a href="http://dl.dropbox.com/u/26620878/MarriageModification.zip" rel="external nofollow">Here</a></p>
<p>
[align=center]<img alt="marriagebanner.png" data-src="http://img412.imageshack.us/img412/5704/marriagebanner.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png">[/align]</p>
<p>
Hello There,</p>

<p>
This modification allows users to;</p>

<ul>
<li> Get married to other players (1 in total)<br>
</li>
<li> Send money, crystals and bank xfer to their partners<br>
</li>
<li> View their inventory<br>
</li>
<li> View their marriage stats<br>
</li>
</ul>
<p data-double> </p>
<p>
I have added a unique function as well, a money suffix, which basically puts their money in a 'gaming language', for example, $4.5k, which you can use for other modifications if need be.</p>

<p>
You can get support for this modification via;</p>
<p>
<a href="http://img571.imageshack.us/i/emailra.png/" rel="external nofollow"><img alt="emailra.png" data-src="http://img571.imageshack.us/img571/2916/emailra.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png"></a></p>
<p>
<a href="http://img214.imageshack.us/i/skypeec.png/" rel="external nofollow"><img alt="skypeec.png" data-src="http://img214.imageshack.us/img214/7278/skypeec.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png"></a></p>
<p>
You can either email me or IM me.</p>
<p>
For an instant reply, IM me please</p>

<p>
<span style="color:#9999ff;">Screenshots</span></p>
<p>
<a href="http://easycaptures.com/8525518137" rel="external nofollow">Marriage Home</a></p>
<p>
<a href="http://easycaptures.com/2276209242" rel="external nofollow">Married Home</a></p>
<p>
<a href="http://easycaptures.com/6619975667" rel="external nofollow">More Options</a></p>
<p>
<a href="http://easycaptures.com/6844753518" rel="external nofollow">Marriage Statistics</a></p>

<p>
Download <a href="http://dl.dropbox.com/u/26620878/MarriageModification.zip" rel="external nofollow">Here</a></p>
<p>
Thanks for reading/viewing</p>
<p>
-sniko</p>
<p>
modification creator, delphacMedia</p>
]]></description><guid isPermaLink="false">18169</guid><pubDate>Thu, 30 Dec 2010 00:55:34 +0000</pubDate></item><item><title>Profile Comments</title><link>https://makewebgames.io/topic/27084-profile-comments/</link><description><![CDATA[<blockquote class="ipsQuote" data-cite="Jigsaw" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentid="27084" data-ipsquote-contenttype="forums" data-ipsquote-username="Jigsaw">
	<div class="ipsQuote_citation">
		Jigsaw said:
	</div>

	<div class="ipsQuote_contents">
		<div>
			Some ideas:
			<p>
				[...]
			</p>

			<p>
				- user profile comments (can't seem to find a good free one)
			</p>
		</div>
	</div>
</blockquote>

<p>
	Profile Comments!
</p>

<p>
	TESTED - Please respond with any bugs
</p>

<p>
	Run SQL:
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	<strong>THIS STEP IS OPTIONAL - YOU ONLY NEED TO DO THIS IF YOU INTEND TO USE </strong><a href="http://jbbcode.com/" rel="external nofollow"><strong>JBBCODE</strong></a>
</p>

<p>
	Find:
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Add below:
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Find (default: above "Profile for x user"):
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Add below
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Find (default: just above function checkblank() { [...] }):
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Replace with:
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>
]]></description><guid isPermaLink="false">27084</guid><pubDate>Fri, 02 Dec 2016 19:05:44 +0000</pubDate></item><item><title>V2 Profile Signature*</title><link>https://makewebgames.io/topic/32672-v2-profile-signature/</link><description><![CDATA[<p>
	Hey everyone, looking for a Profile Signature for my site.<br />
	If someone has one free please let me know, or if paid one i might be able to at a later date if posted in the paid modules/mccodes V2, i'd pay up to $10 CAD
</p>
]]></description><guid isPermaLink="false">32672</guid><pubDate>Sat, 15 Jul 2023 01:13:36 +0000</pubDate></item><item><title>Starter Pack/ Bonus</title><link>https://makewebgames.io/topic/23157-starter-pack-bonus/</link><description><![CDATA[
<p>
	This script is to give free stuff to the new people who join the game...
</p>

<p>
	So first all alter this -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Now make a file called bonus.php or what ever you want and add -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Now open up headers and add this somewhere near the jail thingy bit -
</p>

<p>
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<div>
	 
</div>

<p>
	 
</p>

<p>
	Luckily for me I got the V2 item system on my V1 game
</p>

<p>
	Note: SQL only MCCodes. But inventory etc I re-coded.
</p>
]]></description><guid isPermaLink="false">23157</guid><pubDate>Sat, 08 Jun 2013 17:05:53 +0000</pubDate></item><item><title>Help Tutorial</title><link>https://makewebgames.io/topic/28083-help-tutorial/</link><description><![CDATA[<p>
	This is only a basic mod that i made today, But it beats the default one.<br />
	Update the questions and answers to suit your needs.<br />
	This is v1 of this mod so i may update it and release new versions here.<br />
	create a blank page and call it help.php
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	<br />
	Here is the Sql.
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">28083</guid><pubDate>Sat, 24 Apr 2021 23:43:18 +0000</pubDate></item><item><title><![CDATA[ATTEMPT/Please no judging-I ASKED FOR NO JUDGING ME<NO CRITISIZING EITHER]]></title><link>https://makewebgames.io/topic/32691-attemptplease-no-judging-i-asked-for-no-judging-me/</link><description><![CDATA[<p>
	I have tried making a fight by mixing some of the userlist from mccodes and the attack in grpg, very first time trying somthing like this. Please let me know if i did a bad thing or not.
</p>

<p>
	People here dont think im actually trying, but i am thanks. I've been editing and trying by TRIAL AND ERROR as someone on MWG told me to do, this person is also not like others that call me dumb and make fun of me for learning slowly, so.... if you wanna say im not trying, then Piss off cuz i have been, i ask questions so i can learn, thanks for making me feel dumb again people...<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32691</guid><pubDate>Fri, 28 Jul 2023 05:57:19 +0000</pubDate></item><item><title>Add Userlist to attackwon</title><link>https://makewebgames.io/topic/32670-add-userlist-to-attackwon/</link><description><![CDATA[<p>
	Hey, anyone know where i would add this              &lt;ahref='userlist.php'&gt;UserList&lt;/a&gt;&lt;br /&gt;<br />
	to the attackwon.php for people to get right back to the userlist from the won page/s instead of going to explore then userlist.
</p>
]]></description><guid isPermaLink="false">32670</guid><pubDate>Fri, 14 Jul 2023 18:27:20 +0000</pubDate></item><item><title>Cron-less Energy/Will/Brave/HP Regen + Admin Panel</title><link>https://makewebgames.io/topic/28431-cron-less-energywillbravehp-regen-admin-panel/</link><description><![CDATA[<p>
	<img alt="image.png.8c58d27b04dd48a85dbbe5fffcfde3bf.png" class="ipsImage ipsImage_thumbnailed" data-fileid="4556" data-ratio="44.46" style="height:auto;" width="785" data-src="https://makewebgames.io/uploads/monthly_2022_06/image.png.8c58d27b04dd48a85dbbe5fffcfde3bf.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" />
</p>

<p>
	I just jumped back into script writing and this was the first thing I added to my base MCCodes so things can regen without crons.<br />
	This also includes the ability to adjust the regen settings through the admin panel.<br />
	<br />
	This script adds ZERO new queries to page loads, unless something is updated.<br />
	It also adds 6 new variables to the game settings table in the database, so that you can adjust the regen amounts through the admin panel.
</p>

<p>
	1. Add "lastupdate" to your users table as INT.<br />
	2. Add the following to your settings table, the ID values are not important:<br />
	    <img alt="image.png.976b85dbde14c3d4cad51191d4545a27.png" class="ipsImage ipsImage_thumbnailed" data-fileid="4550" data-ratio="37.45" style="height:auto;" width="542" data-src="https://makewebgames.io/uploads/monthly_2022_06/image.png.976b85dbde14c3d4cad51191d4545a27.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" /><br />
	3. Add the following code to your globals.php around line 138, right after the Force Logout function:<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	This updates each as expected and will not let any of them regen over 100%.
</p>

<p>
	4. Replace this section of your admin.php:<br />
	<img alt="image.png.4ed7fe4bbbc0270e621150c088a44253.png" class="ipsImage ipsImage_thumbnailed" data-fileid="4555" data-ratio="44.30" style="height:auto;" width="158" data-src="https://makewebgames.io/uploads/monthly_2022_06/image.png.4ed7fe4bbbc0270e621150c088a44253.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" /><br />
	With this:<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	You will also need to add the following link to your staff admin panel menu under the area where only $ir['user_level']=2:<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	If you have any questions or if you think something is incorrect, let me know.
</p>

<p>
	---------------------------------
</p>

<p>
	Also, if you carry the $timediff variable into your header function in header.php, it can give you the seconds remaining until the users next regen.
</p>

<p>
	I put it in the menu bar kind of like this, though it would probably look nicer as mins/secs:
</p>

<p>
	<img alt="image.png.267bc24df137375fb350c622bbcb9904.png" class="ipsImage ipsImage_thumbnailed" data-fileid="4551" data-ratio="80.35" style="height:auto;" width="173" data-src="https://makewebgames.io/uploads/monthly_2022_06/image.png.267bc24df137375fb350c622bbcb9904.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" />
</p>
]]></description><guid isPermaLink="false">28431</guid><pubDate>Sat, 11 Jun 2022 13:40:45 +0000</pubDate></item><item><title>Upgraded Gym</title><link>https://makewebgames.io/topic/32523-upgraded-gym/</link><description><![CDATA[<p>
	Hey, releasing a copy of my gym script that I will be using on my site myself for all to use. It has 12 gym passes that players can unlock, to unlock each you need to use the gym a certain amount of time and any stat gain for each one. each level gives a bigger increase than the previous level, also the cost goes up aswell.<br />
	I've it set that you do reps where each rep cost 5 energy so for the standard 100 energy you get 20 reps.<br />
	Feel free to use the the gym pass names I've got as a few of them I borrowed from the strength level names from Fallout New Vegas.<br />
	Gym_passes stores the 12 gym passes I have, user_gympasses stores the player's gym, uses and stat gained
</p>

<p>
	PeterGB feel free to add this mod to your mod website if you want  <span><span class="ipsEmoji">🙂</span> </span>
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	<a class="ipsAttachLink" data-fileext="sql" data-fileid="4866" href="https://makewebgames.io/applications/core/interface/file/attachment.php?id=4866&amp;key=f4ffda53bef841682fee0a0ea09a7f85" rel="">gym_passes.sql</a> <a class="ipsAttachLink" data-fileext="sql" data-fileid="4867" href="https://makewebgames.io/applications/core/interface/file/attachment.php?id=4867&amp;key=49472fca548408c8d8804e826ade8ffd" rel="">user_gympass.sql</a>
</p>
]]></description><guid isPermaLink="false">32523</guid><pubDate>Mon, 22 May 2023 12:38:37 +0000</pubDate></item><item><title>Library</title><link>https://makewebgames.io/topic/32662-library/</link><description><![CDATA[<p>
	Simple Library to Add, Read, Edit and delete books.<br />
	create php file library.php<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	And here is your SQL<br />
	 
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	You'll need to create the Directory images/library/ in your File Manager, Upload the image attached that i've used for no cover image.<br />
	Please note that this is the VERY first Version and Revision, I'll update this with changes i made.<br />
	<br />
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="4896" href="https://makewebgames.io/uploads/monthly_2023_07/no.png.7d60de8407b0303f95d47db814b84aa7.png" rel=""><img alt="no.png" class="ipsImage ipsImage_thumbnailed" data-fileid="4896" data-ratio="89.6" style="height:auto;" width="346" data-src="https://makewebgames.io/uploads/monthly_2023_07/no.png.7d60de8407b0303f95d47db814b84aa7.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" /></a>
</p>

<p>
	 
</p>

<p>
	Here is a Screenshot
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="4902" data-ratio="73.28" width="902" alt="image.png.6ce8d2c02e1a5b783511c95c97fe1f20.png" data-src="https://makewebgames.io/uploads/monthly_2023_07/image.png.6ce8d2c02e1a5b783511c95c97fe1f20.png" src="https://makewebgames.io/applications/core/interface/js/spacer.png" />
</p>
]]></description><guid isPermaLink="false">32662</guid><pubDate>Sun, 09 Jul 2023 17:29:21 +0000</pubDate></item><item><title>Admins Not Attackable V2</title><link>https://makewebgames.io/topic/32658-admins-not-attackable-v2/</link><description><![CDATA[<p>
	can someone please tell me how to make admins not able to be attacked?<br />
	would be much appreciated!<br />
	<br />
	Thanks!
</p>
]]></description><guid isPermaLink="false">32658</guid><pubDate>Tue, 04 Jul 2023 01:53:26 +0000</pubDate></item><item><title>Crimes V2/EXP</title><link>https://makewebgames.io/topic/32659-crimes-v2exp/</link><description><![CDATA[<p>
	Hey, does anyone know whats up with my Crimes/EXP<br />
	I can set the EXP to over 100Trillion EXP but it will only go up by 1% each time,<br />
	Is there any other version of Crimes that'd work better than this?<br />
	<br />
	Thanks: Dustin.R
</p>
]]></description><guid isPermaLink="false">32659</guid><pubDate>Tue, 04 Jul 2023 06:47:26 +0000</pubDate></item><item><title>Enable site wide double xp</title><link>https://makewebgames.io/topic/32633-enable-site-wide-double-xp/</link><description><![CDATA[<p>
	Hi, I have just created a mod for my site where you can enable double exp gain for all players and have decided to release it for free to the community. any other game engines i.e Dayo want to use this with the game or add it to their engines feel free.
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	here is the function that needs to be added to staff main. I have made it that you can either add a time duration or set it to perma double XP. it will also send out an announcement to all player everytime double XP is activated and deactivated.<br />
	Forgot to put in code block below you need to add case 'doublexp' doublexp(); break to the switch for action on main.php page
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	on either mainmenu where I have mine placed or you can place it on the header or whatever file you use for the template
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	Add this code to the hour cron
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32633</guid><pubDate>Fri, 09 Jun 2023 15:39:48 +0000</pubDate></item><item><title>New Edit User</title><link>https://makewebgames.io/topic/32634-new-edit-user/</link><description><![CDATA[<p>
	What is it? Well its a Better edit user for mccodes v2.<br />
	This mod collects all fields from the users table and displays it out instead of having to add new fields each time you add something new to the users table. (which we know is a pain in the bum)<br />
	Also included is the users inventory so you can see and delete stuff. (yes this is in mccodes but for myself i added it for ease of use).<br />
	<br />
	Save the page as whatever you want
</p>


<div class="ipsBox ipsPad ipsCodeBlockRestricted">
    <i class="fa fa-exclamation-circle ipsType_huge"></i>
    <div class="ipsPos_center">
        
            
<p>
	<strong>You're unable to view this code.</strong>
</p>

<p>
	Viewing code within this forum requires registration, you can <a href="https://makewebgames.io/register/" rel="">register here</a> for free.
</p>

        
    </div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32634</guid><pubDate>Sat, 10 Jun 2023 15:45:48 +0000</pubDate></item></channel></rss>
