PHP-Nuke Titanium HQ
     
PHP-Nuke Titanium Main Head Quarters
PHP-Nuke Titanium v4.0.4 / PHP v8.2.17
Sponsor Tron for PHP-Nuke Titanium
::: There is so much more here to see, it takes 30 seconds to register an account and we don't even verify with e-mail! Just register we promise you won't be sorry... ::: Login or Register
IPHub is an IP lookup website featuring Proxy/VPN detection. A free API is available, so you can perform fraud checks on online stores, detect malicious players on online games and much more! Look at this! Click here Look at this! to sign up for FREE today at ipHub ::: Country Music: The Soul Circus Cowboys ::: Sponsor: Brandon Maintenance Management, LLC Phone: 813-846-2865 ::: Sponsor: Big Country Radio - The EJ Morning Show :::

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 276

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 276

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/includes/auth.php on line 328

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/modules/Forums/viewtopic.php on line 406

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/modules/Forums/viewtopic.php on line 536

Warning: Undefined array key "session_logged_in" in /home/dev4/public_html/modules/Forums/viewtopic.php on line 788

Warning: Undefined array key "session_id" in /home/dev4/public_html/includes/functions.php on line 1015

 
Recent Topics   Next 5 >>  
Forum Replies Last Post
Oh yes ! Now here is some Northern fried wierd shit! 💩
Started by RECTOR
PHP-Nuke Titanium - Modules (Root) 13 Thu Oct 26, 2023 5:33 pm
by Technocrat
What year is it!?
Started by Technocrat
PHP-Nuke Titanium - Community 0 Thu Oct 26, 2023 5:05 pm
by Technocrat
Dragonfly
Started by Critical
PHP-Nuke Titanium - Community 2 Thu Apr 20, 2023 6:50 am
by Critical
Can you PM me the private link to the PHP 9 Repo
Started by YuckFou
PHP-Nuke Titanium - PHP 1 Tue Apr 18, 2023 11:08 am
by CodeBuzzard
Your_Account Module question?
Started by CyBorg
PHP-Nuke Titanium - Modules (Root) 1 Thu Apr 06, 2023 7:39 am
by Negan

Your_Account Module question?
Post new topic Reply to topic printer-friendly view List users that have viewed this topic Thank Post   Forum Index PHP-Nuke Titanium - Modules (Root)
View previous topic View next topic
CyBorg Reply with quote
Developer
Developer
Joined Oct 15, 2022
Reputation: 17.9
votes: 1
online
Your_Account Module question?
by CyBorg Thu Apr 06, 2023 3:56 am

In modules/Your_Account/admin/adminimage.php

   

PHP:  [ Select all ]

$codeimg "http://nexus.flexihostings.net/~magnolia/onvergetelijk/images/admin/users.png";
    
$code "4.4";
    include(
"themes/$ThemeSel/theme.php");
    
$tcolor str_replace("#"""$textcolor1);
    
$tc_r hexdec(substr($tcolor02));
    
$tc_g hexdec(substr($tcolor22));
    
$tc_b hexdec(substr($tcolor42));
    
$image ImageCreateFromPNG($codeimg);
    
$text_color ImageColorAllocate($image$tc_r$tc_g$tc_b);
    
Header("Content-type: image/png");
    
ImageString ($image2320$code$text_color);
    
ImagePNG($image''75);
    
ImageDestroy($image); 


This is killing me..

1st off what was the person who wrote this code thinking?

It is linking to an image that is stepping out of the open_base directory protection.

It is UN-metered theft of bandwidth every time this image would be fetched.

This looks like an attempt to track users that are using the Your_Account module and remotely logging it every time they access the admin panel. (Why?)

I know Bob Marion did not do this so I am asking who and why?

This has to be older than balls as it is using http roflmao!



Back to top
View user's profile Send CyBorg a private message
Negan Reply with quote
Developer
Joined Jan 19, 2023
Reputation: 9.7
votes: 1
Hidden
Your_Account Module question?
by Negan Thu Apr 06, 2023 7:39 am

It is UN-metered theft of bandwidth every time this image would be fetched.

The file is not used, so there is no need to worry about bandwidth been wasted.

This looks like an attempt to track users that are using the Your_Account module and remotely logging it every time they access the admin panel. (Why?)

This code is not tracking anything, it is GD library, it was used for creating the icon you see in the admin panel for the "Your Account" module.

1st off what was the person who wrote this code thinking?

This is actually still valid code so to speak, it would still work in todays standards, except the base image would need to be replaced.

I have looked into this file in the past, it is not used anywhere, it is a deprecated file, I believe it was just left where it was instead of been deleted, hence why the code is so out of date.


Back to top
View user's profile Send Negan a private message
Sponsor
Display posts from previous:

Post new topic Reply to topic printer-friendly view List users that have viewed this topic Thank Post   Forum Index PHP-Nuke Titanium - Modules (Root) All times are UTC - 5 Hours

Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
This topic is locked: you cannot edit posts or make replies. Big News - New Template Coming Up - New Theme Features As Well 4 webmaster 1496 Wed Mar 15, 2023 5:01 am
Negan View latest post
No new posts Admin Area Menu Option Bugs 0 fabpot 639 Tue Jan 17, 2023 9:35 am
fabpot View latest post
No new posts Felt like having a go at a theme for the first time in 10 years lol 1 GazJ 1295 Mon Nov 28, 2022 11:21 pm
TheGhost View latest post
No new posts Titanium_Core theme question? 1 NukeSheriff 921 Sun Aug 28, 2022 11:04 am
TheGhost View latest post
No new posts cPanel admin login is broken! 1 NukeSheriff 964 Sat Aug 27, 2022 8:46 pm
TheGhost View latest post