Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 32 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Mozak News | |
Holbrookau Replies: 5 Views: 5579 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
http://www.ravenphpscripts.com/posts5275.html | |
Topic: xampp | |
Holbrookau Replies: 1 Views: 3519 ![]() |
![]() |
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 ![]() |
![]() |
echo $variable1."2";
or echo "".$variable1."2"; |
|
Topic: Placing Nuke Site into an IFrame... | |
Holbrookau Replies: 2 Views: 4148 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
There are a large number of Australian based sites that are ONLY accessible with www. ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Cool - never been a sticky before! ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
Activate the Users Custom Box in PHP-Nuke Administration -> Blocks and you will see it | |
Topic: $TIME and $DATETIME | |
Holbrookau Replies: 3 Views: 7604 ![]() |
![]() |
$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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ... |
|
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