Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 44 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: How To Remove 'Score' (Solved) | |
nuken Replies: 8 Views: 7974 ![]() |
![]() |
or after
$morelink = str_replace('( | ', '(', $morelink); //RN0000646 add: $morelink = str_replace('(', '', $morelink); $morelink = str_replace(')', '', $morelink); |
|
Topic: Problems getting module to work with register_globals Off. | |
dkrager Replies: 11 Views: 16507 ![]() |
![]() |
Recently I disabled register_globals in my php configuration to accommodate a script that absolutely needed those settings. Of course now I have another script (easyup nuke) that has stopped functioni ... | |
Topic: Nuke & VB | |
eldorado Replies: 1 Views: 5732 ![]() |
![]() |
Hi, it's not possible:[url=http://www.google.com/custom?hl=en&safe=active&client=pub-5713859216326273&cof=FORID%3A1%3BGL%3A1%3BLBGC%3Af4f6fb%3BBGC%3A%23f4f6fb%3BLC%3A%230000ff%3BVLC%3A%236 ... | |
Topic: Ive just updated and have noticed a few issues questions | |
justbrowsing Replies: 14 Views: 12785 ![]() |
![]() |
Yes it was a bit rid, Im glad Im not the only one who thought as much.
Unicornio have you bothered to use the search feature for  ? It gets parsed out, it does not show. [url=http://www. ... |
|
Topic: a few sentinel issues | |
omega13a Replies: 19 Views: 34481 ![]() |
![]() |
You can't do that. As the files in RN distro have the CSRF functions added to them. A simply way to take care of that is just make two empty functions for the ones that will be undefined.
I disco ... |
|
Topic: RavenNuke(tm) v2.40.00 Change Log | |
Raven Replies: 0 Views: 10103 ![]() |
![]() |
RavenNuke(tm) v2.40.00 - Change Log
2009-09-15 v2.40.00 Major Release for RavenNuke(tm) =================================================== - 0001552: [-Specific to PHP Version] Linking to off- ... |
|
Topic: Small DB optimization | |
Raven Replies: 9 Views: 14872 ![]() |
![]() |
I just "verified" emilacosta's findings.
id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE nuke_nsnst_ip2country range PRIMARY PRIMARY 4 ... |
|
Topic: how can i duplicate the morelink? News Modul (v2.30.01 RN) | |
neralex Replies: 3 Views: 5004 ![]() |
![]() |
hey guys!
i want put the hyperlink behind the $morelink under the topic-pic or another pic-url. with a click on the pic to the news article. the same function, as with morelink. The function should ... |
|
Topic: Posting Gallery2 images inside Forums not working | |
misterpat Replies: 20 Views: 41461 ![]() |
![]() |
Any follow ups on this?
I found one persons code that sorta works, but puts a thumbnail of the picture in with a bad link back to the gallery2 page with the image. All my gallery2 images are 800 ... |
|
Topic: Call to undefined function sql_query() (custom blocks) | |
Palbin Replies: 26 Views: 99779 ![]() |
![]() |
Well generally speaking there only a few genral things you need do.
First is change the $dbi global (You block my have more globals) global $prefix, $dbi; global $prefix, $db; Then ... |
|
Topic: RavenNuke(tm) v2.30.00 Change Log | |
Raven Replies: 7 Views: 15926 ![]() |
![]() |
RavenNuke(tm) Change Log
2008-10-20 v2.30.00 Bug Fixes/Enhancements/Security Fixes/NukeSentinel(tm) 0001232: [-Specific to OS] language not changing (RNTEAM) - resolved. 0001086: [-Specific ... |
|
Topic: server configuration speed up ravennuke? | |
prekill Replies: 18 Views: 20150 ![]() |
![]() |
Guardian2003 I have looked in the Apache forum but theres only 17 topics there none with real data about server config, please advise. ![]() edit: I now see I can edit Mod Security rules, this is what ... |
|
Topic: Long queries time | |
Raven Replies: 11 Views: 16253 ![]() |
![]() |
It's used to track IP countries in a couple of scripts.
Try profiling it under phpMyAdmin to see where it's hanging. My last try showed this: Status Time (initialization) 0.000023 ... |
|
Topic: Is it possible to convert this to RN2.20.01? Please.. :) | |
blith Replies: 9 Views: 10943 ![]() |
![]() |
Thank you for looking. I would really like to see if this can work with RN2.20.01. I would like a secure upload module for my site. Thank you for looking. Some of it is in Italian....
/********** ... |
|
Topic: End tag 'MAP' does not match the start tag 'IMG'. Error proc | |
nemesis14 Replies: 18 Views: 41621 ![]() |
![]() |
I have posted the below to help him figure out what versions, etc. I also suggested that he reset Internet Explorer to its installed state... which will also help to ensure its not some random thing ... | |
Topic: How to Default Comment Threading from Newest to Oldest | |
nuken Replies: 8 Views: 11102 ![]() |
![]() |
I figured it out...
Just in case anyone else needs it, here are the changes needed to have the default news articles comments go from newest to oldest: In modules/news/comments.php under functio ... |
|
Topic: Change Log For v2.20.00 | |
Raven Replies: 1 Views: 10210 ![]() |
![]() |
Here is the final released Change Log for v2.20.00!
2008-02-11 v2.20.00 Major Release 0000772: [-Specific to PHP Version] array_merge failure in PHP 5.x.x. 0000782: [Addons - Dynamic Titles] Impl ... |
|
Topic: Quick_CSV_import class | |
Donovan Replies: 3 Views: 10175 ![]() |
![]() |
I've been playing with this. Trying to make it simpler.
I have a cvs file: 1,000077193 ,"ABOUSOUD, OMAR ",9,90,35,9,90 1,000390918 ,"ABRAHAM, HEIDI ",9,90,35,9,90 1,000385334 ,"ADAM ... |
|
Topic: Re-Order Stories In Any Desired Placement | |
PHrEEkie Replies: 9 Views: 12365 ![]() |
![]() |
Well, here we go... elegant solution or not, this works ! ![]() You will be modifying /modules/News/index.php Search for the section: function theindex($new_topic=0) In my RN default ... |
|
Topic: Downloads(rate it from your web site) | |
Guardian2003 Replies: 13 Views: 15308 ![]() |
![]() |
The fix proposed by jjh221 is correct but it should ONLY be applied to the function 'outsidedownloadsetup' which starts around line 1953
The existing code uses the constant NUKE_BASE_FOLDER which o ... |
|
Topic: Treasury 2006 UK version and PHPNuke 7.9 IPN woes | |
stravides Replies: 5 Views: 10426 ![]() |
![]() |
Sorry, never have used this particular version of the block/module. You might want to check over at http://www.code-authors.com as I believe Guardian2003 has a version there to download that he has w ... | |
Topic: User Info Issue | |
Ebaneezor Replies: 14 Views: 11582 ![]() |
![]() |
found this, if it helps others
http://www.google.com/custom?hl=en&lr=&ie=ISO-8859-1&oe=ISO-8859-1&safe=active&client=pub-5713859216326273&cof=FORID%3A1%3BGL%3A1%3BBGC%3Af4 ... |
|
Topic: Survey/Poll Fix! | |
ciph3r Replies: 22 Views: 34648 ![]() |
![]() |
funny, try removing the $content variable from the globals.
WTF is funny? I removed the variable, and it got rid of the problem.....but seriously. Are you here to help, or be a smart elic? W ... |
|
Topic: RavenNuke76 v2.0.0 Package Released! | |
Raven Replies: 0 Views: 17518 ![]() |
![]() |
Here is the change log for this release.
2006-01-06 v2.00.00 Major Revision Release #20000-0000 REL - Additional modules and functionality added #20000-0001 FIX - Grammar in ... |
|
Topic: "ob_start(): output handler 'ob_gzhandler' "proble | |
VinDSL Replies: 6 Views: 6390 ![]() |
![]() |
Specifically, I think that would be:
Search these forums for 'ob_gzhandler'Look at the FAQs related to nuke installation ![]() ![]() |
|
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