steam profile mod
Select messages from # through # Forum FAQ
[/[Print]\]

HeadShot Extreme -> Nuke Blocks / Modules Support

#1: No icon steam profile mod Author: Soulfly PostPosted: Fri Oct 29, 2021 5:51 pm
    —
half through doing the edits, something id like to check..

Code: [ Select all ]

#
#-----[ FIND ]------------------------------------------
#

$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$ximg_viewer."' WHERE evo_field='img_viewer'");


Code: [ Select all ]

#
#-----[ NEW LINE, AFTER, ADD ]------------------------------------------
#

$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'");



closest i can find is:

Code: [ Select all ]

$db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$ximg_viewer."' WHERE evo_field='img_viewer'");

#2: No icon Re: steam profile mod Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Fri Oct 29, 2021 6:46 pm
    —
Yes, that is the right line.

You can see from the one in the instructions, is says

UPDATE ".$prefix."_evolution

Well,  "._EVOCONFIG_TABLE." has replaced that, so even what you can replace that with can be change to:

Code: [ Select all ]

$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'");



HeadShot Extreme -> Nuke Blocks / Modules Support


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

Page 1 of 1