Ravens PHP Scripts: Forums
 

 

Search found 32 matches
Author Message
 Topic: Mozak News
Holbrookau

Replies: 5
Views: 5579

PostForum: Modules   Posted: Fri Feb 03, 2006 3:16 pm   Subject: re: Mozak News
This line won't work as the displayhome and displayorder fields dont exist:$result1 = sql_query("SELECT topicid, topicname, topictext, topicimage FROM ".$prefix."_topics where displ ...
 Topic: Help needed finding the correct file in theme plzzzzzzzz
Holbrookau

Replies: 9
Views: 11721

PostForum: Themes   Posted: Sat Jan 07, 2006 6:45 am   Subject: re: Help needed finding the correct file in theme plzzzzzzzz
Drop the cellpic4.gif image into your themes/HeliusGray/style/images directory, then in themes/HeliusGray/style/style.css change:.bodyline {background:#E5E8EE url(images/bg_cat4.gif); ...
 Topic: Santy Worm
Holbrookau

Replies: 1
Views: 4786

PostForum: Security - PHP Nuke   Posted: Mon Aug 29, 2005 12:59 am   Subject: Santy Worm
http://www.ravenphpscripts.com/posts5275.html
 Topic: xampp
Holbrookau

Replies: 1
Views: 3519

PostForum: General/Other Stuff   Posted: Wed Jul 13, 2005 3:48 am   Subject: xampp
What does your phpinfo file look like?
The following is all you should need in it:
<?php
echo phpinfo();
?>
 Topic: PHP using echo with variables and text
Holbrookau

Replies: 2
Views: 3540

PostForum: General/Other Stuff   Posted: Mon Jun 20, 2005 3:46 am   Subject: re: PHP using echo with variables and text
echo $variable1."2";
or
echo "".$variable1."2";
 Topic: Placing Nuke Site into an IFrame...
Holbrookau

Replies: 2
Views: 4148

PostForum: General/Other Stuff   Posted: Sun Jun 05, 2005 8:47 pm   Subject: re: Placing Nuke Site into an IFrame...
Unless the rest of your page/site needs frames then just use an IFrame and put it into your existing html.
For a straight HTML page:<iframe name="espnbar" src="http://espn.go.co ...
 Topic: Perhaps Cookie Problem
Holbrookau

Replies: 12
Views: 16417

PostForum: phpnuke 7.5   Posted: Tue May 10, 2005 1:47 am   Subject: Perhaps Cookie Problem
If your Site URL in Administration -> Preferences is http://www.abc.com/ then change it to http://abc.com/ then delete ALL your sites cookies including any in Temporary Internet Files.
 Topic: what is md5 hash?
Holbrookau

Replies: 2
Views: 6270

PostForum: Security - PHP Nuke   Posted: Tue May 03, 2005 1:28 am   Subject: what is md5 hash?
md5 is simply an encryption system - input any string of text and get back a 16 character version of it . Generally used for password encryption but as shown in the post above, it has many other uses. ...
 Topic: how to show ip in user info
Holbrookau

Replies: 2
Views: 3740

PostForum: General/Other Stuff   Posted: Fri Apr 29, 2005 1:50 am   Subject: how to show ip in user info
Add this to your User-Info block (experiment with placement, wording, etc): $content .= "Your IP address is: ".$_SERVER['REMOTE_ADDR']."<br>\n";
 Topic: Bug in phpbb..?
Holbrookau

Replies: 6
Views: 5204

PostForum: General/Other Stuff   Posted: Fri Apr 22, 2005 7:58 pm   Subject: re: Bug in phpbb..?
Where does this comes from ?From the highlight part of the URL. Santy uses a flaw in the PHP highlight function which has seen many PHP-Nuke/phpBB sites exploited. A fix was made but is a blanket one ...
 Topic: www or not ?
Holbrookau

Replies: 10
Views: 10689

PostForum: Other - Discussion   Posted: Wed Mar 09, 2005 10:52 pm   Subject: re: www or not ?
There are a large number of Australian based sites that are ONLY accessible with www. Confused
For example:
harveynorman.com.au (large furniture/electrical chain)
anz.com.au (one of the bigger Aussie b ...
 Topic: Somebody tell me where to get this stuff
Holbrookau

Replies: 7
Views: 12100

PostForum: Seeking applications ...   Posted: Sat Mar 05, 2005 12:26 am   Subject: Somebody tell me where to get this stuff
I'm not familiar with these products so I Googled to see how they relate to PHP-Nuke. They appear to be commercial programming resource scripts - might explain the adware...
 Topic: Referers not being Blocked...
Holbrookau

Replies: 9
Views: 11138

PostForum: NukeSentinel(tm)   Posted: Sat Mar 05, 2005 12:19 am   Subject: Referers not being Blocked...
I hate to tell you this Bob but I have the same referers (plus some others) as JohnGotti not being blocked and have Sentinel (2.13 on 7.4) set up as you describe. All the offending URLs lead to the sa ...
 Topic: I need fast help with theme who use blocks.htm
Holbrookau

Replies: 7
Views: 8744

PostForum: Themes   Posted: Mon Feb 21, 2005 10:22 pm   Subject: I need fast help with theme who use blocks.htm
That would be the bug in IE that adds a space after the ending form tag.
Add this to the FORM line in your themes/ThemeName/style/style.css file:display:inline so that it looks something like:FOR ...
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Mon Jan 17, 2005 7:57 am   Subject: re: How Do I Change The Timezone Settings for My Nuke Site?
Cool - never been a sticky before! Dance-Y

Some info regarding locale settings..
The default PHP-Nuke setting for Locale Time Format is en_US (English languge/United States location). If, for ex ...
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Mon Jan 17, 2005 2:31 am   Subject: re: How Do I Change The Timezone Settings for My Nuke Site?
I've just updated our IPBNuke version of this code to use the Locale Time Format setting in Administration->Preferances, and thought I should do the same for the phpBB code posted here.
In mainfil ...
 Topic: What is a Personal Menu in php-Nuke?
Holbrookau

Replies: 10
Views: 6065

PostForum: General/Other Stuff   Posted: Wed Nov 10, 2004 4:12 pm   Subject: What is a Personal Menu in php-Nuke?
Activate the Users Custom Box in PHP-Nuke Administration -> Blocks and you will see it
 Topic: $TIME and $DATETIME
Holbrookau

Replies: 3
Views: 7604

PostForum: How To's   Posted: Fri Oct 22, 2004 4:38 am   Subject: $TIME and $DATETIME
$time is the variable passed to the formatTimestamp function in mainfile.php for proccessing - $datetime is the result sent back.
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Wed Oct 20, 2004 9:19 am   Subject: How Do I Change The Timezone Settings for My Nuke Site?
Will the above script mod fix that problem tooUnless the block code is rewritten to use the formatTimstamp function, then no it won't.
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Wed Oct 20, 2004 7:18 am   Subject: re: How Do I Change The Timezone Settings for My Nuke Site?
where do I set the System Timezone?I assumed here: "When I go to Admin CP, Forums, then Configuration under the General Admin area, there is an option in there that is titled "System Timezone"." If th ...
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Wed Oct 20, 2004 12:20 am   Subject: How Do I Change The Timezone Settings for My Nuke Site?
Its an adaption of what we use with IPB - I rewrote it to work for phpBB..
The System Timezone should be set so that the board is in GMT time. Then, each member can enter their true Timezone in their ...
 Topic: How Do I Change The Timezone Settings for My Nuke Site?
Holbrookau

Replies: 23
Views: 28068

PostForum: General/Other Stuff   Posted: Tue Oct 19, 2004 9:01 pm   Subject: re: How Do I Change The Timezone Settings for My Nuke Site?
The following is an adaption of what we use at IPBNuke.net (InvisionPowerBoard rather then phpBB). It is by no means a finished solution but could be a basis to work with.
When a user is logged in, t ...
 Topic: Coppermine in phpnuke 7.5?
Holbrookau

Replies: 1
Views: 7352

PostForum: phpnuke 7.5   Posted: Mon Oct 11, 2004 6:13 am   Subject: Coppermine in phpnuke 7.5?
There is no Coppermine module in any PHP-Nuke 7.5 download. I would say you already had the module present from a previous install.
 Topic: Moved to new server, access denied for SU in cp
Holbrookau

Replies: 13
Views: 19754

PostForum: phpnuke 7.3   Posted: Sun Oct 03, 2004 3:13 pm   Subject: Moved to new server, access denied for SU in cp
gt_swagger, I replied to your initial post at IPBNuke with the thought it may have something to do with the new server running MySQL4..
 Topic: 7.3s and nuke_users
Holbrookau

Replies: 22
Views: 46427

PostForum: phpnuke 7.3   Posted: Wed Sep 22, 2004 12:51 am   Subject: 7.3s and nuke_users
Nope, all I get is the site with the error SQL server message above it.What is the exact error message?
Something to try: Make a new Database User with the same permissions as the existing User, edit ...
 

 Jump to:   

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