Ravens PHP Scripts: Forums
 

 

Search found 37 matches
Author Message
 Topic: Security graphic
SuperCat

Replies: 2
Views: 4779

PostForum: phpnuke 7.6   Posted: Thu Feb 03, 2005 9:26 pm   Subject: re: Security graphic
maybe im reading this wrong in the 7.6 changelog...

- Changed the password generator in Your Account module. System generated passwords now are 3 letters, 2 numbers and 3 letters.
 Topic: Security graphic
SuperCat

Replies: 2
Views: 4779

PostForum: phpnuke 7.6   Posted: Thu Feb 03, 2005 8:09 pm   Subject: re: Security graphic
from the changelog, i was also under the impression that the code was supposed to include letters too. what happened?
 Topic: Security graphic
SuperCat

Replies: 2
Views: 4779

PostForum: phpnuke 7.6   Posted: Thu Feb 03, 2005 7:58 pm   Subject: Security graphic
What version of stock PHP-Nuke was the security graphic moved from module/Your_Account to mainfile.php?
 Topic: News Article sorting
SuperCat

Replies: 8
Views: 6768

PostForum: phpnuke 7.6   Posted: Mon Jan 10, 2005 5:31 pm   Subject: re: News Article sorting
Thanks for the tip about the theme affecting the sorting of the news articles. Your hunch about the theme causing it was correct. I did a bit of code studying and found a lot of updating my themes nee ...
 Topic: News Article sorting
SuperCat

Replies: 8
Views: 6768

PostForum: phpnuke 7.6   Posted: Sat Jan 08, 2005 7:19 pm   Subject: News Article sorting
I dont use that theme. I make my own.
 Topic: News Article sorting
SuperCat

Replies: 8
Views: 6768

PostForum: phpnuke 7.6   Posted: Sat Jan 08, 2005 1:00 pm   Subject: News Article sorting
ok, im slapping my forehead. ya thats what im talking about. But mine just arent sorted right. they never have been. I echoed the SQL query built by the news module, ran it in phpmyadmin, and it comes ...
 Topic: Help w/ Shout Block and Theme (2 probs)!
SuperCat

Replies: 8
Views: 7833

PostForum: phpnuke 7.6   Posted: Sat Jan 08, 2005 10:24 am   Subject: Help w/ Shout Block and Theme (2 probs)!
v8.0 is coming along nicely. The bug with the hourglass has already been fixed in 8.0. I'm glad you like my concept for dual admin areas for nuke 7.5+. Have admins that can monitor the shouts and user ...
 Topic: News Article sorting
SuperCat

Replies: 8
Views: 6768

PostForum: phpnuke 7.6   Posted: Sat Jan 08, 2005 10:19 am   Subject: News Article sorting
well, i dont see a main news page on your site.

My problem is experienced by more than just me. And more than one browser. Why would i want the newest news article to be near the bottom of the list ...
 Topic: Help w/ Shout Block and Theme (2 probs)!
SuperCat

Replies: 8
Views: 7833

PostForum: phpnuke 7.6   Posted: Fri Jan 07, 2005 10:29 pm   Subject: Help w/ Shout Block and Theme (2 probs)!
I contacted Francisco Berzi about this javascript window.onload issue. The true fix for this has to come from his level as PHP-Nuke has to make a global area that all window.onload's go into. Unfortun ...
 Topic: News Article sorting
SuperCat

Replies: 8
Views: 6768

PostForum: phpnuke 7.6   Posted: Fri Jan 07, 2005 10:18 pm   Subject: News Article sorting
Is there a way for the news articles in nuke to sort correctly?

I view the main news modules page and the articles are never sorted as newest first.

Ive scanned the code, checked the sql query, ...
 Topic: Santy Attacks (IP Addresses and Domain Name Values)
SuperCat

Replies: 9
Views: 8069

PostForum: NukeSentinel(tm)   Posted: Sun Dec 26, 2004 6:09 pm   Subject: re: Santy Attacks (IP Addresses and Domain Name Values)
Here is my final code:

if (eregi("wget", $_SERVER['QUERY_STRING'])) {
require_once("config.php");
require_once("db/db.php&q ...
 Topic: Santy Attacks (IP Addresses and Domain Name Values)
SuperCat

Replies: 9
Views: 8069

PostForum: NukeSentinel(tm)   Posted: Sun Dec 26, 2004 12:38 pm   Subject: Santy Attacks (IP Addresses and Domain Name Values)
the rest of the page wont load. it saves that much.
 Topic: Santy Attacks (IP Addresses and Domain Name Values)
SuperCat

Replies: 9
Views: 8069

PostForum: NukeSentinel(tm)   Posted: Sun Dec 26, 2004 11:16 am   Subject: re: Santy Attacks (IP Addresses and Domain Name Values)
Ok, i figured out that its showing up in here anyways. but is wayyyyyyy off to the right side...

I wrote a nice little protection for this so your bandwidth wont get eaten up...

place this in /i ...
 Topic: Correct use of Arrays & server vars.
SuperCat

Replies: 0
Views: 10611

PostForum: phpnuke 7.6 Bugs/Fixes   Posted: Mon Dec 13, 2004 9:13 am   Subject: Correct use of Arrays & server vars.
In my experience from making a lot of blocks and moules for users, i have come to find that a certain percentage of users have problems when an array is accessed when it is not formatted correctly. Th ...
 Topic: PHP-Nuke v7.6 Login and New User security graphic fix
SuperCat

Replies: 25
Views: 60256

PostForum: phpnuke 7.6 Bugs/Fixes   Posted: Mon Dec 13, 2004 8:57 am   Subject: PHP-Nuke v7.6 Login and New User security graphic fix
no i am not. I make sure my nuke is as close to stock as possible.

I do think i have a possible bug that may cause it. Ill post about it in a new thread.
 Topic: PHP-Nuke v7.6 Login and New User security graphic fix
SuperCat

Replies: 25
Views: 60256

PostForum: phpnuke 7.6 Bugs/Fixes   Posted: Sat Dec 11, 2004 9:37 am   Subject: PHP-Nuke v7.6 Login and New User security graphic fix
Any resolution yet on this bug?

I didnt use 7.5, so i wouldnt know if the problem crept up between 7.5 and 7.6. My last version was 7.1.
 Topic: Adding URL redirect in PHP-Nuke 7.6+ to footer.php
SuperCat

Replies: 0
Views: 9368

PostForum: How To's   Posted: Sun Dec 05, 2004 4:30 pm   Subject: Adding URL redirect in PHP-Nuke 7.6+ to footer.php
Adding to my series of posts on URL redirect for PHP-Nuke 7.6+, i noticed that the footer copyright URLs do not have any redirect added to them. Here is the code to fix that:

Open footer.php

Fin ...
 Topic: URL redirect, possible hole?
SuperCat

Replies: 11
Views: 13411

PostForum: How To's   Posted: Sun Dec 05, 2004 3:07 pm   Subject: re: URL redirect, possible hole?
I have posted an extensive article about this and the code to easily resolve this issue here: http://www.ravenphpscripts.com/postt3882.html
 Topic: Adding URL redirect in PHP-Nuke 7.6+ to blocks
SuperCat

Replies: 0
Views: 14239

PostForum: How To's   Posted: Sun Dec 05, 2004 2:59 pm   Subject: Adding URL redirect in PHP-Nuke 7.6+ to blocks
A new security featre in PHP-Nuke v7.6 will allow you to rename admin.php to whatever you want. This is a great way to keep hackers at bay. Only drawback is you need to hide that from others. Most peo ...
 Topic: URL redirect, possible hole?
SuperCat

Replies: 11
Views: 13411

PostForum: How To's   Posted: Wed Dec 01, 2004 9:08 pm   Subject: URL redirect, possible hole?
What id rather do is take a whole module and fix all the validation issues in it. Add end tags to things. Remove caps. etc. Do it once and not every 6 months. This is something that wouldnt affect the ...
 Topic: URL redirect, possible hole?
SuperCat

Replies: 11
Views: 13411

PostForum: How To's   Posted: Tue Nov 30, 2004 9:00 pm   Subject: URL redirect, possible hole?
heh, one of my goals is to be part of the nuke development team (if there is one).
 Topic: Non-Compliance Bugs Found
SuperCat

Replies: 5
Views: 10025

PostForum: phpnuke 7.6 Bugs/Fixes   Posted: Tue Nov 30, 2004 6:56 pm   Subject: Non-Compliance Bugs Found
I've been able to make about 80% of nuke XHTML transitional. Two areas i had to give up on is the Your Account module and the forum.

The your account module is a disaster and needs a complete rewri ...
 Topic: URL redirect, possible hole?
SuperCat

Replies: 11
Views: 13411

PostForum: How To's   Posted: Tue Nov 30, 2004 6:49 pm   Subject: URL redirect, possible hole?
My Shout Box seems like an area that users could use it for this by putting a URL in it. But it only took me about 5 minutes to add code that adds in the url redirect if conditions are right. I will b ...
 Topic: URL redirect, possible hole?
SuperCat

Replies: 11
Views: 13411

PostForum: How To's   Posted: Mon Nov 29, 2004 9:17 pm   Subject: URL redirect, possible hole?
I've been mulling this over ever since i made my shout box able to use the URL redirect in the shout box admin area. Having the URL redirect in the admin files themselves is important. I understand it ...
 Topic: Sentinelâ„¢ vs. *Shout Box* utilization conflict [Mozilla]
SuperCat

Replies: 6
Views: 11402

PostForum: NukeSentinel(tm) Bug Reports   Posted: Mon Nov 29, 2004 6:55 pm   Subject: Sentinelâ„¢ vs. *Shout Box* utilization conflict [Mozilla]
I saw v7.0. Did you mean 7.0 or is 7.5 on its way?

since you asked, i just released v7.5 of my Shout Box. Enjoy!
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©