Steam Profile Mod v1.0.1 :: [ Released ]
Select messages from # through # Forum FAQ
[/[Print]\]

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

#11: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: Lonestar PostPosted: Sat Sep 19, 2020 5:58 am
    —
Hmm, Strange I thought with the file been empty it just want not receiving the data from the XML file. You have probably already tried this? But try making a new API key and double check the 64bit id is correct and has not got any spaces before or after the ID.

I have had a couple of people with Steam problem, turns out to be their API key. Let us know.

#12: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Sat Sep 19, 2020 10:08 am
    —
Is this on a localhost? Meaning, are you hosting this on your computer using something like Xamp or Wamp?
If so, are you seeing the "Live Feed from Evolution Xtreme" in the ACP. If not, then ignore what I just asked.

Also, verify what lonestar mentions above.

#13: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Sat Sep 19, 2020 5:04 pm
    —
Hi coRpSE, well did a complete install of E then F and re-installed it again, but still the same thing, but dont  let it bother you m8 i will setup a proper website on the net, by the way i have been using wamp64, as i say dont let it rattle your brain, as i am sure it will work, thanks coRpSE for another great module. zwinkern

#14: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Sat Sep 19, 2020 7:45 pm
    —
— zardos wrote
Hi coRpSE, well did a complete install of E then F and re-installed it again, but still the same thing, but dont  let it bother you m8 i will setup a proper website on the net, by the way i have been using wamp64, as i say dont let it rattle your brain, as i am sure it will work, thanks coRpSE for another great module. zwinkern


Okay, it is probably WAMP. I had used Wamp 64 for a while, but when I was trying to figure out why it wasn't allowing the fopen to work, I swaped out to the 32 bit since that is what was causing the issue a few years ago. After trying it, I just gave up and coded it on my live server.

Side note. I did re-upload a new copy of the system that now subdues the errors from displaying and some minor changes here and there.

#15: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Mon Sep 21, 2020 4:09 pm
    —
Okay, I figured out the issue zardos. It's something with WAMP and how it handles cURL's.
To fix this, all you need to do is add in one line into a file.

Open: public_html/includes/functions_evo_custom.php

Find:

Code: [ Select all ]

curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );



ADD AFTER : On a new line:

Code: [ Select all ]

curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );



NOTE:
Only do this if you're on a localhost. I guess WAMP and other localhost are configured by default to support CA certificates, so by default, it'll reject all SSL certificates as unverifiable.

This is taken from curl's "Details on Server SSL Certificates":
If the remote server uses a self-signed certificate, if you don't install a CA cert bundle, if the server uses a certificate signed by a CA that isn't included in the bundle you use or if the remote host is an impostor impersonating your favorite site, and you want to transfer files from this server, do one of the following:

1) Tell libcurl to not verify the peer. With libcurl you disable this with curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE); With the curl command line tool, you disable this with -k/--insecure.

2) Get a CA certificate that can verify the remote server and use the proper option to point out this CA cert for verification when connecting. For libcurl hackers: curl_easy_setopt(curl, CURLOPT_CAPATH, capath); With the curl command line tool: --cacert
Last edited by coRpSE on Fri May 26, 2023 12:57 pm; edited 1 time in total

#16: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: zardosLocation: North west of England PostPosted: Tue Sep 22, 2020 3:39 pm
    —
Ok coRpSE thanks for that info m8, i will set it up again and give it a try and let you known, thanks again  zwinkern

#17: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Wed Sep 23, 2020 12:43 pm
    —
Updated my first post with an update that is in the works for it.

#18: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Fri Sep 25, 2020 3:28 pm
    —
n/p, glad it helped.

There are a few other small projects that I am working on to help improve the CMS. I know Lonestar is also busy working on a few things. I am hoping by the end of this year, we can have a update that will bring new features since the last update was more of a "Back End" patch with some front side changes, but not many "features".

#19: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: Lonestar PostPosted: Sun Sep 27, 2020 1:06 pm
    —
coRpSE, did you write this last post?

#20: No icon Re: Steam Profile Mod v1.0.1 :: [ Released ] Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Sun Sep 27, 2020 1:11 pm
    —
Why yes I did, I had to manually change it in the database



HeadShot Extreme -> News


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

Page 1 of 1