PHP-Nuke Titanium HQ
     
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

Fixing code errors in the entire CMS from years gone back...
Post new topic Reply to topic printer-friendly view List users that have viewed this topic Thank Post   Forum Index PHP-Nuke Titanium - Community
View previous topic View next topic
CodeBuzzard Reply with quote
Developer
Developer
VIP Member
Joined Aug 28, 2022
Reputation: 28.7
votes: 3
online
Fixing code errors in the entire CMS from years gone back...
by CodeBuzzard Tue Nov 01, 2022 3:08 pm

Ghost you said there were tons of places in the code, almost too many to correct. I can start working on it...

What do you suggest I use to filter the mistakes and correct them?

I'm willing to go through each file 1 by 1 I just need some direction for something this advanced.

I know there are references to things that have been gone since PHP 5.3 and you wanted me to get ready for PHP 8

Is there something that will also catch references to say Netscape 4 where some apps import CSS files etc...

I would like something that suggests ideas for replacement, maybe code hints, etc

I know you said you were eventually going to weed out all the old code structures but I'm willing to help.

PEACE,
CodeBuzzard



Back to top
View user's profile Send CodeBuzzard a private message
TheGhost Reply with quote
Administrator
Developer
VIP Member
Joined Aug 23, 2022
Reputation: 15.1
votes: 3
online
Fixing code errors in the entire CMS from years gone back...
by TheGhost Tue Nov 01, 2022 3:37 pm

— CodeBuzzard
Ghost you said there were tons of places in the code, almost too many to correct. I can start working on it...

What do you suggest I use to filter the mistakes and correct them?

I'm willing to go through each file 1 by 1 I just need some direction for something this advanced.

I know there are references to things that have been gone since PHP 5.3 and you wanted me to get ready for PHP 8

Is there something that will also catch references to say Netscape 4 where some apps import CSS files etc...

I would like something that suggests ideas for replacement, maybe code hints, etc

I know you said you were eventually going to weed out all the old code structures but I'm willing to help.

PEACE,
CodeBuzzard


Well, there are many, but NetBeans is probably about the most advanced and one that catches just about everything. I really have not been using an extensive IDE as I have mostly been just tinkering. But as far as being the best... Apache wrote Netbeans and they maintain it pretty well. It makes code suggestions while coding for PHP 7.4 that reference the future of PHP 8.

Apache NetBeans is FREE and makes just about all the others even the premium pay IDEs look like kindergarten shit!

It has a remote FTP setting and also works well with your XAMPP. It is pretty easy to set up new projects if you are getting ready for a release.

I use DreamWeaver believe it or not, most of the time. I don't even use a new version, after using it for years I just like the editing interface. It has no idea what is wrong or right it lets me add anything ROFLMAO! I had planned later to go back through each file as I know I made mistakes but I was not ready to polish the project yet. I do not check syntax or errors and never have, even though I know it's not right I figure when I am done with my concepts I will go back and reimplement my structures. Titanium was originally a personal project and as time went on people asked me to put it on GitHub so they could see what I was doing and play with the code. So many people have e-mailed me in private asking for my help, I set up the forums area so people could ask questions anytime they want and others could benefit.

I think that would be great, just don't do any commits from your repo, upload them to my PC and submit them from the remote desktop with my account. I am keeping track of commits under one account, which is why I do not do many local merges.

Most people have no idea what GitHub even is and if they did and really wanted to learn to code they would have a GitHub account and learn to use GitHub desktop. Hell GitHub Desktop has an editor built in that is pretty awesome if you ask me.

Your answer is NetBeans my friend and if you can you should learn how to use it for everything as it is the most advanced out there. I have been programming for more than 30 years and I pretty much can answer just about any question...

I actually use several applications to do many different things but if I was stranded on an island and had only internet and could choose only one application it would be NetBeans!

P.S. How's your mother?

Sincerely,
Ernest Allen Buffington


Back to top
View user's profile Send TheGhost a private message Send TheGhost an email. Visit user's website Visit user's Facebook: ernest.buffington.1
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 - Community 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 
No new posts [ Poll ] How do you Edit your PHP-Nuke Titanium Code? 0 TheGhost 815 Sat Feb 11, 2023 10:48 pm
TheGhost View latest post
No new posts PHP-Nuke Titanium install help! 0 Jamilig 696 Sat Feb 11, 2023 9:07 pm
Jamilig View latest post
No new posts Rector: still throwing random errors 0 CyBorg 594 Tue Dec 27, 2022 1:53 pm
CyBorg View latest post
No new posts What numb nut wrote code to strip the extension from the avatars? 0 CyBorg 705 Tue Dec 13, 2022 8:28 am
CyBorg View latest post
No new posts Hey I just took a shit! (JK) Need Setup Help 1 php-nuke-titanium 1412 Mon Oct 17, 2022 4:32 pm
TheGhost View latest post