Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 68 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Donations module update problems | |
neralex Replies: 10 Views: 11870 ![]() |
![]() |
The treasury tables are in their own database, not part of RN database.
Make it sense? Anyway... I realize that the original code is probably bad, but I am only trying to get the IPN to work on ... |
|
Topic: Converting a html file to a module | |
hicuxunicorniobestbuildpc Replies: 20 Views: 34174 ![]() |
![]() |
Come on! U didn't have the knowledge neither but it is funny neralex they way you act here in this forum.
Simple explanation for neralex HTML=content structure and semantics PHP=server-side scrip ... |
|
Topic: php count multi-dimensional array based on 2nd level value | |
spasticdonkey Replies: 7 Views: 12809 ![]() |
![]() |
Curious if someone would know offhand how to count a multi-dimensional array based on 2nd level value. For example, this array below:
$samplearray = array(); $samplearray I can do: $numMonkeys ... |
|
Topic: multiple- themes and nukeseo dot com | |
andyb2 Replies: 15 Views: 15137 ![]() |
![]() |
My bad; didn't explain myself very well (apologies) As an aside- for the news upload- it would be great if you could upload additional photos for an article (for example, a "mini gallery" that it show ... | |
Topic: Attachment Mod download 500 error...Solved | |
Palbin Replies: 11 Views: 7207 ![]() |
![]() |
Dawg, can you please enter a mantis issue for this. | |
Topic: Need help in adding two logo.gif files in header | |
nuken Replies: 12 Views: 16091 ![]() |
![]() |
Look in the themes/Blue_Blog/styles folder and you will find 3 css files. The background color is #cc9 and #cccc99. You can do a search of the css files and replace that with the color you want it to ... | |
Topic: Need help in adding two logo.gif files in header | |
ajrock Replies: 12 Views: 16091 ![]() |
![]() |
Wanted to see if you could assist me in changing the color in the Blue_Blog theme. It doesn't seem to work normally. Here is the code for the colors.
$bgcolor1 = "#cccc99"; $bgcolor2 = ... |
|
Topic: Need help in adding two logo.gif files in header | |
ajrock Replies: 12 Views: 16091 ![]() |
![]() |
I would like to ask one more question if I could. You helped tremendously. I would like to ask about changing the color in the BlueBlog theme. I have tried to change the colors in the theme.php for ... | |
Topic: Need help in adding two logo.gif files in header | |
ajrock Replies: 12 Views: 16091 ![]() |
![]() |
Here is the information that you requested. Again, I appreciate any time that you spend on it.
Image 1 -logo.gif 150 x 150 Image 2 - coollogo_com-91899139.gif 837 x 112 <?php /** ... |
|
Topic: Catch em at the door with mod rewrite | |
spasticdonkey Replies: 5 Views: 10785 ![]() |
![]() |
One handy one I have used is hotlink protection EXCEPT for certain sites
RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite.com/.*$ & ... |
|
Topic: How to use dynamic titles in PHP-Nuke Video v2.3 | |
montego Replies: 10 Views: 14811 ![]() |
![]() |
abdlali8, I would look at how includes/dynamic_titles.php is doing it and add your module code in there. However, I have to tell you, though, that we're moving to a completely different system for ge ... | |
Topic: Keeping FCK from adding EnterMode tag in empty fields | |
mburp Replies: 2 Views: 13558 ![]() |
![]() |
When I compose a new story the editor displays with an instance of the FCKConfig.EnterMode tag - in my case <br /> - in both the Story Text and Extended Text fields. Consequently, even if I only ... | |
Topic: Profiling with xampp, xdebug and webgrind | |
testy1 Replies: 5 Views: 15407 ![]() |
![]() |
Profiling with Xampp, Xdebug and Webgrind
Intro; This tutorial will help you setup your xampp package to make use of the xdebug debugger extension and the webgrind GUI frontend (for xdebug). Xa ... |
|
Topic: Javascript onChange Event Not Working | |
rorie Replies: 11 Views: 15658 ![]() |
![]() |
i am having trouble with getting some javascript to work with my module here is my code
<script type="text/JavaScript"> <!-- function MM_jumpMenu(targ,selObj,restore) ... |
|
Topic: downloads button in admin just refreshes admin | |
montego Replies: 18 Views: 21078 ![]() |
![]() |
Try replacing your modules/Downloads/admin/index.php file with the following code instead:
<?php /********************************************************/ /* NSN GR Downloads ... |
|
Topic: Nice new theme for RavenNuke from PortalThemes | |
mars Replies: 22 Views: 28709 ![]() |
![]() |
Looking good mars, I am looking forward to what else you have in the pipeline. ![]() The other one that is close to release is this one http://www.wifeaggroguild.com/index.php?theme=PortalCSS ... |
|
Topic: huge bot attack - site suspend | |
prekill Replies: 31 Views: 56062 ![]() |
![]() |
I dont want to open too many topics under the same subject.
This is the originl mainfile: (the one that is working 7.0) <?php putenv("TZ=Israel"); /***************************************** ... |
|
Topic: Swim Team Module | |
Raven Replies: 4 Views: 6757 ![]() |
![]() |
Remove all @ signs from the beginning of those statements. They suppress the error messages and make debugging impossible. | |
Topic: Importing date from one table to another | |
montego Replies: 1 Views: 5322 ![]() |
![]() |
jdorian, one would need more than just the table field names. Can you please post the structure of the two tables so folks can see the data types? | |
Topic: Blocking users that attempt to rate a Web Link | |
pizzafiend Replies: 2 Views: 6804 ![]() |
![]() |
One of my users was blocked today for attempting to rate a link. Not sure exactly what happened (he was probably trying to rate it again as Anonymous). Anyway, this is what I found:
Logged in as a ... |
|
Topic: Upgrade Help! MySQL Database Connectivity Test Results | |
montego Replies: 3 Views: 7859 ![]() |
![]() |
milenko, I am unclear as to what you were attempting to do when you received the original message. When I first read that I was thinking that you had migrated from a different *nuke version to RavenN ... | |
Topic: nukeWYSIWYG img tag being strip | |
prekill Replies: 14 Views: 22202 ![]() |
![]() |
The skin is office 2003, here is my index.php review module file and fckconfig.js:
<?php /************************************************************************/ /* PHP-NUKE: Web Portal ... |
|
Topic: New to Nuke/RavenNuke... | |
enchantedstrike Replies: 21 Views: 34006 ![]() |
![]() |
Ok... here's what i did...
Did the forum ugrade thing (downloaded BBtoNuke2.0.22). My forums were already at 2.0.21. Copied the files like the instructions said to. Ran the upgrade20-21.php f ... |
|
Topic: Feature Suggestion....Shared NS and IP to C Tables | |
Raven Replies: 27 Views: 53865 ![]() |
![]() |
As a noun * Epiphany (feeling), a realization or comprehension of the essence or meaning of something or someone. An inspired understanding arising from connecting with profound insight, awaren ... |
|
Topic: Some help please *forum* issues. | |
icewolf Replies: 25 Views: 147044 ![]() |
![]() |
Looks like the includes/constants.php is missing the definition for SESSIONS_KEYS_TABLE..
define('SESSION_KEYS_TABLE', $prefix.'_bbsessions_keys'); After adding that I get this error: phpBB : ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours