Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 243 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Themes (?) issue with Banners | |
Darrell3831 Replies: 30 Views: 57384 ![]() |
![]() |
Okay,
Thanks! |
|
Topic: Themes (?) issue with Banners | |
Darrell3831 Replies: 30 Views: 57384 ![]() |
![]() |
I'm interested in this thread as well.
To clarify, using the fisubice theme is the what were supposed to do? in theme.php we change: echo ads(0); to: echo ads(1); ... |
|
Topic: Where is the documentation? | |
Darrell3831 Replies: 10 Views: 13697 ![]() |
![]() |
Okay,
I'll havfe to tinker with it. thanks |
|
Topic: Where is the documentation? | |
Darrell3831 Replies: 10 Views: 13697 ![]() |
![]() |
Thanks for the replies.
That's a shame about not having docs on it. At first glance I have no idea what it's for, or what it does. |
|
Topic: Missing Advertising Image | |
Darrell3831 Replies: 3 Views: 7636 ![]() |
![]() |
Thanks,
All fixed now! ![]() |
|
Topic: Missing Advertising Image | |
Darrell3831 Replies: 3 Views: 7636 ![]() |
![]() |
There is an image missing in this distribution.
/images/view.gif If you click on advertising in the modules section, then log a valid client in it presents you with a table that has two function ... |
|
Topic: Where is the documentation? | |
Darrell3831 Replies: 10 Views: 13697 ![]() |
![]() |
Within the RavenNuke_v2.10.01 download, where is the documentation for Group Administration 1.7.1 and the Users/Group Point system?
I can't seem to find it anywhere. Thanks, |
|
Topic: You have an error in your SQL syntax near '; ' at line 1 | |
Darrell3831 Replies: 3 Views: 10782 ![]() |
![]() |
That was it Montego.
It was odd to me that there were no msysql errors in that error log, but after upgrading a few versions the installation worked for me. Thanks |
|
Topic: You have an error in your SQL syntax near '; ' at line 1 | |
Darrell3831 Replies: 3 Views: 10782 ![]() |
![]() |
I'm having trouble with the installer script for rnv76 2.10.02.
New Install. After I start the index.php file it reports that everything is fine: config.php file found! Successfully connecte ... |
|
Topic: Passing an argument? | |
Darrell3831 Replies: 7 Views: 9142 ![]() |
![]() |
thanks! | |
Topic: Passing an argument? | |
Darrell3831 Replies: 7 Views: 9142 ![]() |
![]() |
Thank you!!
Using this: if (isset($_GET['op'])) { $op = intval($_GET['op']); } else { $op = 1; } if (isset($_GET[ ... |
|
Topic: Passing an argument? | |
Darrell3831 Replies: 7 Views: 9142 ![]() |
![]() |
This is the smallest of the 5 functions. (I know there is no security in it just yet)
function branch_menu($did) { global $db, $op; echo ("<h2>Choose a Branch< ... |
|
Topic: Passing an argument? | |
Darrell3831 Replies: 7 Views: 9142 ![]() |
![]() |
I don't know what I'm doing. lol
They are hard coded... It says op=2.... But that isent the variable itself. Must they also be set independantly? $op=2; ? at the top of each individual fu ... |
|
Topic: Passing an argument? | |
Darrell3831 Replies: 7 Views: 9142 ![]() |
![]() |
Hi,
I'm trying to pass a value from one function in a file (index.php) right back to the same file like this: echo ("<tr><td><a href=\"index.php?op=2&did=$di ... |
|
Topic: inserting strings into a database | |
Darrell3831 Replies: 8 Views: 12053 ![]() |
![]() |
So is this good enough?
. . . $quote = check_html($quote,"nohtml"); $quote = esc_quotes($quote); $author = check_html($author, "nohtml"); $author = ... |
|
Topic: inserting strings into a database | |
Darrell3831 Replies: 8 Views: 12053 ![]() |
![]() |
Ugh,
I got some more reading to do. Thanks for pointing me in the right direction. |
|
Topic: inserting strings into a database | |
Darrell3831 Replies: 8 Views: 12053 ![]() |
![]() |
When you have a variable string that might contain special charactes like ' or " or / or - how do you parse it before hand so that it will not generate a mysql error?
For instance pretent someone u ... |
|
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
Thanks Cody. | |
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
I got it.
Nothing fancy, but it's working. In the block I read the config file. If time now is greater than last rotated then I rotate the quote again. Then in the block I display the quote. ... |
|
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
Thanks Darklord,
I've saved it and I'm going to tinker with it more tonight. I appreciate the time you spent and comments in the code. ![]() Darrell |
|
Topic: Paging thru a database | |
Darrell3831 Replies: 3 Views: 7485 ![]() |
![]() |
Thanks for both suggestions. I'll check into them. | |
Topic: Paging thru a database | |
Darrell3831 Replies: 3 Views: 7485 ![]() |
![]() |
Hi,
I've been searching online for a few days looking for a PHP example of paging through a database. Displaying X amount of rows of data with the option to page forward or backward at the botto ... |
|
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
I am looking to rotate the item, a quote, site wide for every user at the same time.
Not individually for each user seperately. I still havent got this working the way I want, but I'm getting ... |
|
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
Thanks,
I'll take a look at it and see what he did. |
|
Topic: Rotate hourly | |
Darrell3831 Replies: 11 Views: 14172 ![]() |
![]() |
Hi,
I wrote a small php module and block combination for phpNuke that rotates a quote like the old ephirimids block used to do. I'd like to only have the quote update at a administrator defined ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours