Steam Profile Mod v1.0.1 :: [ Released ]
Select messages from # through # Forum FAQ
[/[Print]\]
Goto page 1, 2  Next  :| |:
HeadShot Extreme -> News

#1: No icon Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Mon Sep 14, 2020 5:21 pm
    —
Expand


Well, after testing it for the past couple of months, not only on my site here, but on a few others, I believe I have all the kinks worked out and it is now running smoothly.
With this version, some major improvements on speed as been implemented. Using a new cache base, this system now limits how often it needs to update from steam, thus making far fewer calls than it was before. Several changes in the looks have been added to improve visibility and ability to read.

Just note, this version will ONLY work on Evo Xtreme 2.0.9F. Will NOT work for any other versions due to the caching system.
If you were running a previous version of this system, version 1.0.0, then you will need to reinstall. If you were testing this newer version on your site, there are a few of you, you will need to just upload and overwrite the files you have. You shouldn't need to do any edits of the files. (Clearing site cache and browsers cache recommended).


Please login to see this link
Get registered or Log in


Enjoy...


::UPDATE::

I have been doing some edits to the system adding in a few new features. This will be out in the next release. You can see the changes on this site and soon will be looking for volinteers that would like to use the update before it gets released. More on that shortly. But here are the new features of the system.

  1. If you viewed a Steam profile of someone, the recent and latest played games use to just link back to the steam sore page. This new feature now open up the news feed for that game using the lytebox effect built into the CMS.

  2. Custom block that shows Steam News of games you select. It works off an array, so you set the games that you want to show by putting their app id number into the spot in the database and on each page refresh, it will show one of them at random.

  3. More to come.


You can see the block working on the home page of this site and you can also see it in
Please login to see this link
Get registered or Log in
.
Last edited by coRpSE on Wed Sep 23, 2020 12:42 pm; edited 1 time in total

#2: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: PatPgtips PostPosted: Tue Sep 15, 2020 6:42 am
    —
hello corpse

does this work with lonestars new theme LM-BlackMagic

just making sure before i give it ago

#3: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Tue Sep 15, 2020 11:35 am
    —
I don't really know if it will. I have not tested it.

I just did a test and it does, (sort of). There are some things in his theme that is conflicting with a few things, also, the edits for the theme are different. I did sort of come up with the placement for the forum button, but, until the issue with the conflicting CSS gets fixed, I would probably not use it. Every other theme out there, there is no issues.

#4: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: PatPgtips PostPosted: Wed Sep 16, 2020 10:31 am
    —
ok corspe

ill wait a bit there is no rush with getting it working yet

thanks for the info much appreciated

#5: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: Lonestar PostPosted: Thu Sep 17, 2020 4:17 am
    —
I will install this on my test site later today and see what the problem is.

#6: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Fri Sep 18, 2020 8:56 am
    —
Hi coRpSE, well m8 i have try this on 3 themes now, checked it and double checked it, but it does not want to work, the themes are BF4, LM-Blackmagic, XtremeV3. the buttons show up and thats about it.Last edited by zardos on Fri Sep 18, 2020 3:39 pm; edited 1 time in total

#7: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Fri Sep 18, 2020 8:58 am
    —
more:Last edited by zardos on Fri Sep 18, 2020 3:41 pm; edited 1 time in total

#8: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Fri Sep 18, 2020 9:05 am
    —
Have tyied both ways with this code.

public_html/admin/modules/settings/functions.php

PHP:  [ Select all ]

 $ximg_viewer $_POST['img_viewer'];
            
$steam_api_key $_POST['steam_api_key'];
            
$steam_caption $_POST['steam_caption']; 
            
$steam_pside $_POST['steam_pside'];
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_alert_status."' WHERE evo_field='pm_alert_status'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_cookie_name."' WHERE evo_field='pm_cookie_name'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_cookie_minutes."' WHERE evo_field='pm_cookie_minutes'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_cookie_seconds."' WHERE evo_field='pm_cookie_seconds'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_overlay_color."' WHERE evo_field='pm_overlay_color'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_button_color."' WHERE evo_field='pm_button_color'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_button_color2."' WHERE evo_field='pm_button_color2'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$pm_alert_sound."' WHERE evo_field='pm_alert_sound'");
 
           $db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$ximg_viewer."' WHERE evo_field='img_viewer'");
            
            
$db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$steam_api_key."' WHERE evo_field='steam_api_key'");
            
$db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$steam_caption."' WHERE evo_field='steam_caption'");
            
$db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$steam_pside."' WHERE evo_field='steam_pside'");
            
            
/*$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_api_key."' WHERE evo_field='steam_api_key'");
            $db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_caption."' WHERE evo_field='steam_caption'");
            $db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_pside."' WHERE evo_field='steam_pside'");*/
            
 
           break;
 
   }
 
   $cache->delete('nukeconfig''config');
 
   $cache->delete('evoconfig''config');
 
   redirect($admin_file.'.php?op=Configure&sub='.$sub); 

#9: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: Lonestar PostPosted: Fri Sep 18, 2020 11:50 am
    —
Are you running this on a localhost? It could be the settings for "allow_url_fopen" are setup incorrectly or just not enabled.

#10: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Fri Sep 18, 2020 3:32 pm
    —
Hi m8, allow_url_fopen is enabled, i wil go through it again see if i missed anything  big grin



HeadShot Extreme -> News


output generated using printer-friendly topic mod. All times are GMT - 7 Hours

Goto page 1, 2  Next  :| |:
Page 1 of 2