Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 37 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Security graphic | |
SuperCat Replies: 2 Views: 4779 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
I dont use that theme. I make my own. | |
Topic: News Article sorting | |
SuperCat Replies: 8 Views: 6768 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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! |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours