Ravens PHP Scripts: Forums
 

 

Search found 243 matches
Author Message
 Topic: Themes (?) issue with Banners
Darrell3831

Replies: 30
Views: 57384

PostForum: RN Themes Issues   Posted: Tue Aug 07, 2007 8:02 pm   Subject: Themes (?) issue with Banners
Okay,
Thanks!
 Topic: Themes (?) issue with Banners
Darrell3831

Replies: 30
Views: 57384

PostForum: RN Themes Issues   Posted: Tue Aug 07, 2007 3:45 pm   Subject: re: Themes (?) issue with Banners
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

PostForum: RN Documentation Issues/Suggestions   Posted: Mon Aug 06, 2007 4:27 pm   Subject: Where is the documentation?
Okay,

I'll havfe to tinker with it.
thanks
 Topic: Where is the documentation?
Darrell3831

Replies: 10
Views: 13697

PostForum: RN Documentation Issues/Suggestions   Posted: Mon Aug 06, 2007 12:30 pm   Subject: Where is the documentation?
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

PostForum: RN v2.10.01 - All Issues   Posted: Sun Aug 05, 2007 2:06 pm   Subject: Missing Advertising Image
Thanks,

All fixed now!

Smile
 Topic: Missing Advertising Image
Darrell3831

Replies: 3
Views: 7636

PostForum: RN v2.10.01 - All Issues   Posted: Sun Aug 05, 2007 10:57 am   Subject: Missing Advertising Image
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

PostForum: RN Documentation Issues/Suggestions   Posted: Sun Aug 05, 2007 8:52 am   Subject: Where is the documentation?
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

PostForum: RN Installer/Setup Issues   Posted: Wed Aug 01, 2007 8:46 pm   Subject: You have an error in your SQL syntax near '; ' at line 1
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

PostForum: RN Installer/Setup Issues   Posted: Fri Jul 27, 2007 7:22 pm   Subject: You have an error in your SQL syntax near '; ' at line 1
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

PostForum: PHP   Posted: Sun Feb 11, 2007 1:25 pm   Subject: Passing an argument?
thanks!
 Topic: Passing an argument?
Darrell3831

Replies: 7
Views: 9142

PostForum: PHP   Posted: Sat Feb 10, 2007 11:02 am   Subject: re: Passing an argument?
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

PostForum: PHP   Posted: Sat Feb 10, 2007 7:02 am   Subject: re: Passing an argument?
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

PostForum: PHP   Posted: Fri Feb 09, 2007 6:30 pm   Subject: re: Passing an argument?
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

PostForum: PHP   Posted: Fri Feb 09, 2007 4:51 pm   Subject: Passing an argument?
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&amp;did=$di ...
 Topic: inserting strings into a database
Darrell3831

Replies: 8
Views: 12053

PostForum: PHP   Posted: Tue Jan 02, 2007 4:35 pm   Subject: re: inserting strings into a database
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

PostForum: PHP   Posted: Mon Jan 01, 2007 7:55 pm   Subject: Re: inserting strings into a database
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

PostForum: PHP   Posted: Mon Jan 01, 2007 6:06 pm   Subject: inserting strings into a database
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

PostForum: PHP   Posted: Fri Dec 29, 2006 9:38 pm   Subject: Rotate hourly
Thanks Cody.
 Topic: Rotate hourly
Darrell3831

Replies: 11
Views: 14172

PostForum: PHP   Posted: Fri Dec 29, 2006 9:02 am   Subject: re: Rotate hourly
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

PostForum: PHP   Posted: Thu Dec 28, 2006 8:06 am   Subject: Rotate hourly
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.

Smile

Darrell
 Topic: Paging thru a database
Darrell3831

Replies: 3
Views: 7485

PostForum: PHP   Posted: Tue Dec 26, 2006 7:44 pm   Subject: Paging thru a database
Thanks for both suggestions. I'll check into them.
 Topic: Paging thru a database
Darrell3831

Replies: 3
Views: 7485

PostForum: PHP   Posted: Tue Dec 26, 2006 3:52 pm   Subject: Paging thru a database
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

PostForum: PHP   Posted: Tue Dec 26, 2006 3:48 pm   Subject: re: Rotate hourly
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

PostForum: PHP   Posted: Wed Dec 20, 2006 3:55 am   Subject: Rotate hourly
Thanks,

I'll take a look at it and see what he did.
 Topic: Rotate hourly
Darrell3831

Replies: 11
Views: 14172

PostForum: PHP   Posted: Tue Dec 19, 2006 12:14 pm   Subject: Rotate hourly
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 ...
 

 Jump to:   

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