Ravens PHP Scripts: Forums
 

 

Search found 30 matches
Author Message
 Topic: Problem with array and extract() command
Nelson

Replies: 4
Views: 8093

PostForum: PHP   Posted: Mon Feb 13, 2006 1:51 am   Subject: re: Problem with array and extract() command
No, didnt work...

I got a blank screen with the single word, 'string'

Also, I got this as my url:

Edited by Montego: I removed the complete URL string as it had a session id in it and I was c ...
 Topic: Problem with array and extract() command
Nelson

Replies: 4
Views: 8093

PostForum: PHP   Posted: Mon Feb 13, 2006 1:41 am   Subject: Re: re: Problem with array and extract() command
I may be missing something in your logic, but where is $nukeUser getting assigned? It would seem that if there isn't a record to retrieve then no array is assigned and extract() will fail.

Try add ...
 Topic: Problem with array and extract() command
Nelson

Replies: 4
Views: 8093

PostForum: PHP   Posted: Sun Feb 12, 2006 5:32 pm   Subject: Problem with array and extract() command
Hi All,

I have a problem with some code that I hope someone can help me with:

I have been getting the following error:

[12-Feb-2006 18:05:26] PHP Warning: extract( ...
 Topic: How to select and update only the last row in a table
Nelson

Replies: 8
Views: 12483

PostForum: MySQL   Posted: Sun Dec 04, 2005 2:17 am   Subject: How to select and update only the last row in a table
Yes, I did mean the latter. Thanks for pointing that out to me, Raven... I appreciate it. Cheers
 Topic: How to select and update only the last row in a table
Nelson

Replies: 8
Views: 12483

PostForum: MySQL   Posted: Sat Dec 03, 2005 5:15 pm   Subject: Re: How to select and update only the last row in a table
Try


UPDATE history SET timeOfMove = Now() ORDER BY gameID DESC LIMIT 0,1;


I haven't tested this, but it should work. I assume the last row is the one with the highest gameID. It shou ...
 Topic: How to select and update only the last row in a table
Nelson

Replies: 8
Views: 12483

PostForum: MySQL   Posted: Fri Dec 02, 2005 6:42 pm   Subject: How to select and update only the last row in a table
Hi All,

I hope you can help me with a mysql query I need.

Given the table below:

CREATE TABLE `history` (
`timeOfMove` datetime NOT NULL default '0000-00-00 00:00:00',
`game ...
 Topic: Module Development Legalities
Nelson

Replies: 9
Views: 13227

PostForum: Other - Discussion   Posted: Thu Jun 30, 2005 3:24 pm   Subject: Module Development Legalities
If it requires phpnuke to run, then it must be GNU/GPL.

That's it Wink

Thanks, Raven.. I thought as much, but I thought it would be best to check with the MAN to be sure. Smile
 Topic: Module Development Legalities
Nelson

Replies: 9
Views: 13227

PostForum: Other - Discussion   Posted: Thu Jun 30, 2005 11:18 am   Subject: Module Development Legalities
Hi All,

I am developing a nuke module from a standalone chess server application.

The front end is done, and I am currently working on the admin stuff for it.

I have the front end up and runn ...
 Topic: Administer linux server from Windows?
Nelson

Replies: 1
Views: 6203

PostForum: PHP   Posted: Sat May 28, 2005 10:08 am   Subject: Administer linux server from Windows?
Hi All,

I am on a virtual dedicated server, which is linux-based.

What I want to do is to be able to connect to the server from my Windows machine at home, and be able edit the php.ini file.
...
 Topic: Php/mysql Work Needed
Nelson

Replies: 1
Views: 6343

PostForum: For Hire   Posted: Tue May 24, 2005 4:16 pm   Subject: Php/mysql Work Needed
Hi All,

I am looking for someone to write a feature for my chess server.

This is a php/mysql-based application. What I need is a feature which will allow my users to "stop the clock" on their g ...
 Topic: Custom Theme Buggies
Nelson

Replies: 5
Views: 11306

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Mon Jul 19, 2004 3:37 pm   Subject: Custom Theme Buggies
Re:Journal2 font
styles have been added to the Journal directory.
This is the structure:
./modules/Journal/styles/theme_name/style.css

READ THIS!
To enable the use of Font changes you must make ...
 Topic: Call to undefined function: nav()
Nelson

Replies: 7
Views: 11890

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Mon Jul 19, 2004 12:26 am   Subject: Call to undefined function: nav()
I think I know what caused it. I have posted a fix as a sticky ( http://www.ravenphpscripts.com/postp15906.html#15906 ) and it will be in RC1. What I can't explain is why everyone isn't receiving it ...
 Topic: Custom Theme Buggies
Nelson

Replies: 5
Views: 11306

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Mon Jul 19, 2004 12:20 am   Subject: Custom Theme Buggies
Hi All,

A couple of new bugs discovered:

Journal Version 2: Seems to work at first glance. However, after creating a journal entry, I found that the fonts were WAY too big, thus distorting the ...
 Topic: Call to undefined function: nav()
Nelson

Replies: 7
Views: 11890

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Fri Jul 16, 2004 7:36 pm   Subject: re: Call to undefined function: nav()
Hi Raven,

The problem occurred 2 more times after I cleared cookies/cache.

I finally decided to look at my user record in the database. For some reason unknown to me, I found that my user id ...
 Topic: Call to undefined function: nav()
Nelson

Replies: 7
Views: 11890

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Fri Jul 16, 2004 2:40 pm   Subject: Call to undefined function: nav()
Try deleting your cookies and clearing your cache.

I actually thought of cookies before I posted, but dismissed it, since it appeared that a function was missing.. Embarassed

Thanks, Raven, that d ...
 Topic: Call to undefined function: nav()
Nelson

Replies: 7
Views: 11890

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Fri Jul 16, 2004 10:11 am   Subject: Call to undefined function: nav()
Successfully installed.

I logged in as admin, and no problem. However, when I tried to log in as my "normal" user, I got this message:

Fatal error: Call to undefined function: nav() in /home/ne ...
 Topic: Crash and burn
Nelson

Replies: 16
Views: 19519

PostForum: BUGS/FIXES - Raven's v7.3 Customized Distro   Posted: Fri Jul 16, 2004 1:39 am   Subject: Crash and burn
Before manually loading the sql, did you rename the `$prefix to `nuke in the sql? The installer should have worked after you created the database. Did you try it?

Didnt work for me either. After ...
 Topic: The Chess Knights
Nelson

Replies: 1
Views: 7407

PostForum: Other - Sites To Visit   Posted: Wed Jul 14, 2004 9:39 pm   Subject: The Chess Knights
Although I have been hosted by Raven (highly recommended, btw!) for about a year now, I have never posted in this Sites to Visit forum. Very Happy

I have a chess-related site, specifically, turn-based c ...
 Topic: It's Coming ....
Nelson

Replies: 61
Views: 110510

PostForum: Raven's Customized Distribution Packs   Posted: Fri Apr 02, 2004 2:17 am   Subject: re: It's Coming ....
I would like to help out as well. This time, tho, I would like to test it on my Windows box. Very Happy

--Nelson
 Topic: Saw your block, where can I get one?
Nelson

Replies: 20
Views: 29409

PostForum: Raven's Collapsing Forums Block   Posted: Fri Jan 23, 2004 9:42 pm   Subject: Saw your block, where can I get one?
It's a feature Laughing - I'll check it out when I can. Are you getting a js error at all? With all the activity that happens between nuke blocks and modules, there's bound to be a collision eventually ...
 Topic: Saw your block, where can I get one?
Nelson

Replies: 20
Views: 29409

PostForum: Raven's Collapsing Forums Block   Posted: Fri Jan 23, 2004 9:12 pm   Subject: re: Saw your block, where can I get one?
Something very peculiar happened when I installed and activated the new forum block. The new block worked just fine, but the shout block
stopped scrolling. When I deactivated the new forum block, t ...
 Topic: Nuke 7.0 points listing ???
Nelson

Replies: 21
Views: 42603

PostForum: phpnuke 7.0   Posted: Thu Jan 22, 2004 9:43 pm   Subject: Nuke 7.0 points listing ???
Done, same download location as before.

thank you, Chatserv, I for one appreciate it!

I did make one small change however, my "normal user" id was 2, so I changed the code to reflect an id of 2 ...
 Topic: found problem with modules in admin
Nelson

Replies: 5
Views: 9075

PostForum: Raven's v7.0 Customized Distro   Posted: Sun Jan 18, 2004 12:58 pm   Subject: Re: re: found problem with modules in admin
that piece of code you gave me worked just fine, now i can see all the
modules, thanks gaylen
bob

I had this same prob as well, but thought it was probably something I did.. the above fix worked ...
 Topic: Nuke 7.0 points listing ???
Nelson

Replies: 21
Views: 42603

PostForum: phpnuke 7.0   Posted: Sun Jan 18, 2004 12:54 pm   Subject: Nuke 7.0 points listing ???
Sounds good, i'll work on it and have it ready next time i'm online.

Sounds great! ... right now, I am number one in the block on my site, but that is natural, since I practically live there! heh ...
 Topic: Nuke 7.0 points listing ???
Nelson

Replies: 21
Views: 42603

PostForum: phpnuke 7.0   Posted: Sat Jan 17, 2004 9:56 pm   Subject: Nuke 7.0 points listing ???
Here are a few lame additions that deal with the points system, no bashing allowed Razz I made them on my boring spare time:

http://www.nukeresources.com/downloads-file-802-details-Top_Points_block.h ...
 

 Jump to:   

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