Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 30 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Problem with array and extract() command | |
Nelson Replies: 4 Views: 8093 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Yes, I did mean the latter. Thanks for pointing that out to me, Raven... I appreciate it. ![]() |
|
Topic: How to select and update only the last row in a table | |
Nelson Replies: 8 Views: 12483 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
If it requires phpnuke to run, then it must be GNU/GPL.
That's it ![]() Thanks, Raven.. I thought as much, but I thought it would be best to check with the MAN to be sure. ![]() |
|
Topic: Module Development Legalities | |
Nelson Replies: 9 Views: 13227 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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.. ![]() Thanks, Raven, that d ... |
|
Topic: Call to undefined function: nav() | |
Nelson Replies: 7 Views: 11890 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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. ![]() I have a chess-related site, specifically, turn-based c ... |
|
Topic: It's Coming .... | |
Nelson Replies: 61 Views: 110510 ![]() |
![]() |
I would like to help out as well. This time, tho, I would like to test it on my Windows box. ![]() --Nelson |
|
Topic: Saw your block, where can I get one? | |
Nelson Replies: 20 Views: 29409 ![]() |
![]() |
It's a feature ![]() |
|
Topic: Saw your block, where can I get one? | |
Nelson Replies: 20 Views: 29409 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Here are a few lame additions that deal with the points system, no bashing allowed ![]() http://www.nukeresources.com/downloads-file-802-details-Top_Points_block.h ... |
|
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