Ravens PHP Scripts: Forums
 

 

Search found 34 matches
Author Message
 Topic: Someone interested in an admin module that creates modules?
wHiTeHaT

Replies: 36
Views: 34174

PostForum: Other - Discussion   Posted: Tue Jun 11, 2013 4:44 pm   Subject: re: Someone interested in an admin module that creates modul
a overlook of the current admin module maker's code:


<?php
if ( !defined('ADMIN_FILE') )
{
die ("Access Denied");
}
global $prefix, $db, $admi ...
 Topic: changing upload size limit for submit downloads module
gator81

Replies: 4
Views: 10289

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Sep 18, 2012 12:48 am   Subject: changing upload size limit for submit downloads module
I have been working with the submit download module to get it to work more for what I am doing and after alot of trial and error i have been able to upload small files to the folder I want, but when i ...
 Topic: Happy Birthday Palbin
Susann

Replies: 9
Views: 14456

PostForum: Other - Discussion   Posted: Thu Apr 19, 2012 6:03 am   Subject: re: Happy Birthday Palbin
http://captcha.be/assets/templates/pics/bday.gif

I wish you a great BDay too !
 Topic: Swank Xibit (media gallery)
killing-hours

Replies: 61
Views: 86225

PostForum: Modules   Posted: Fri Mar 02, 2012 11:32 am   Subject: Swank Xibit (media gallery)
Ran a more process intense test... here are the results. Various image sizes / types including animated gif's.


Settings:

Resize image to 800x600 if size exceeds those dems
Thumbsize - 150x15 ...
 Topic: Swank Xibit (media gallery)
killing-hours

Replies: 61
Views: 86225

PostForum: Modules   Posted: Tue Feb 28, 2012 2:45 pm   Subject: Swank Xibit (media gallery)
I ran a simple test to see the total execution time to process an image & video on my server.

Settings:

Resize image to 800x600 if size exceeds those dems
Thumbsize - 150x150

Server:
...
 Topic: Pre modded NSN GR Download
hicuxunicorniobestbuildpc

Replies: 13
Views: 17285

PostForum: NSN Gr Downloads - a.k.a NukeDepository   Posted: Wed Nov 10, 2010 3:50 am   Subject: re: Pre modded NSN GR Download
Guardian ROTFL

Montego Very Happy nice!

Guys! I found out some issues after replacing download module with nsn download module.

Table nuke_downloads_newdownload' doesn't exist 0.0005 ms 2749184 ...
 Topic: Annoying Special Character Flaw
spasticdonkey

Replies: 11
Views: 13241

PostForum: FCKeditor/WYSIWYG Issues   Posted: Thu Jul 22, 2010 10:59 am   Subject: re: Annoying Special Character Flaw
Well I've been scratching my head on this one...

this issue seems two fold... the FCKeditor can't handle (coverts it)
HTML Entity (decimal) & #189;

and the filtering that happens in Conten ...
 Topic: Optimize this Code!
nuke_q7

Replies: 25
Views: 75820

PostForum: BBtoNuke Mods   Posted: Sun Jun 13, 2010 3:40 pm   Subject: Optimize this Code!
Showing rows 0 - 29 (28,257 total, Query took 0.0005 sec)

thats the size of nuke_bbthanks
 Topic: RavenNuke(tm) v2.40.01 Change Log
Palbin

Replies: 1
Views: 5748

PostForum: v2.4 RN Announcements   Posted: Tue Mar 30, 2010 4:12 pm   Subject: re: RavenNuke(tm) v2.40.01 Change Log
The following is the final change log for RavenNuke(tm) v2.40.01

RavenNuke(tm) v2.40.01 - 2.40.01 (Released 2010-03-29)
======================================================
- 0001701: [Upgrade ...
 Topic: RavenNuke(tm) v2.40.01 Change Log
Raven

Replies: 1
Views: 5748

PostForum: v2.4 RN Announcements   Posted: Thu Feb 11, 2010 11:05 am   Subject: RavenNuke(tm) v2.40.01 Change Log
The following are the changes coming in RavenNuke(tm) v2.40.01, slated for release this week.

RavenNuke(tm) v2.40.01 (Not Yet Released)
===================================================
- 00016 ...
 Topic: Small DB optimization
Raven

Replies: 9
Views: 14560

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sun May 17, 2009 9:59 am   Subject: re: Small DB optimization
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: php Mail
bluerace

Replies: 14
Views: 19431

PostForum: General/Other Stuff   Posted: Fri Apr 10, 2009 3:31 pm   Subject: php Mail
your bounced mail will have the source as follows:

Return-path: <ravenmar@margie.gendns4.com>
Envelope-to: bluerace@ravenphpscripts.com
Delivery-date: Fri, 10 Apr 2009 08:04 ...
 Topic: server configuration speed up ravennuke?
prekill

Replies: 18
Views: 19752

PostForum: Server Help   Posted: Sat Sep 27, 2008 4:06 am   Subject: server configuration speed up ravennuke?
Guardian2003 I have looked in the Apache forum but theres only 17 topics there none with real data about server config, please advise. Smile

edit: I now see I can edit Mod Security rules, this is what ...
 Topic: Importing csv
Donovan

Replies: 6
Views: 12901

PostForum: PHP   Posted: Tue Feb 26, 2008 11:18 am   Subject: Importing csv
I have a new issue as the server configuration has changed. I now need to import a csv to a database that is not on the host. The MySQL database resides on a different server.

This was working be ...
 Topic: Updating records
Donovan

Replies: 4
Views: 10070

PostForum: PHP   Posted: Thu Dec 13, 2007 1:28 pm   Subject: re: Updating records
Once I get these imported correctly I have the next thing to do which is to match them to my students table. Since the StudentID may be incorrect I will also need to match on the Student Name.

The ...
 Topic: Quick_CSV_import class
Donovan

Replies: 3
Views: 9960

PostForum: How To's   Posted: Wed Dec 12, 2007 9:24 am   Subject: re: Quick_CSV_import class
Well I kinda did this my own way, which of course is a way to learn. Smile

My issue now is in two parts.

I first create the import table, import the csv file, alter the table and add a field then ...
 Topic: Quick_CSV_import class
Donovan

Replies: 3
Views: 9960

PostForum: How To's   Posted: Tue Dec 11, 2007 1:22 pm   Subject: re: Quick_CSV_import class
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: Categories menu block and Sommaire
janeuk

Replies: 5
Views: 9310

PostForum: RN v2.10.01 - All Issues   Posted: Mon Nov 12, 2007 5:12 pm   Subject: re: Categories menu block and Sommaire
Thanks for your replies, I decided to hard code it in the blocks/modules.php, seems the simplest solution and my site remains XHTML Compliant. Just to help anyone else that isnt a coder like me (took ...
 Topic: Solution for changing colors of forum module in Karate theme
janeuk

Replies: 7
Views: 8888

PostForum: Modules   Posted: Wed Oct 31, 2007 6:41 pm   Subject: Solution for changing colors of forum module in Karate theme
Hi,
I am using the Karate theme and I spent ages trying to change the colors of the forum, and couldn't find the right info through searching but I managed to work it out, so thought I'd give the sol ...
 Topic: Help with subscriptions not showing in CNBYA
kevinkap

Replies: 2
Views: 6772

PostForum: RN v2.10.01 - All Issues   Posted: Sat Oct 27, 2007 7:53 pm   Subject: re: Help with subscriptions not showing
ok, I have figured it out. If anyone is using rn2.10.01 and cnbya4.4.2 you will need to make the following changes to the ya/public/userinfo.php file for it to show your subscriptions, points and gro ...
 Topic: Web_Links 7.9 Issue
montego

Replies: 5
Views: 9226

PostForum: Security - PHP Nuke   Posted: Wed Feb 07, 2007 5:37 pm   Subject: Web_Links 7.9 Issue
I'll be honest right up front that the following may or may not apply to 7.9. Since I do not use that version, I don't know. But, in 7.6 (RavenNuke 2.02.02 and below) there was another issue where a ...
 Topic: Modifying weblinks
montego

Replies: 8
Views: 10791

PostForum: Hack Attempt Script   Posted: Wed Dec 13, 2006 2:40 pm   Subject: re: Modifying weblinks
Sorry... entire household has been under-the-weather lately. Haven't been on the boards in too long. The easiest fix is to replace the Add function as such:

=== OPEN FILE ===

modules/Web_Links ...
 Topic: Virus Alert
Serafim

Replies: 2
Views: 5534

PostForum: Other - Chit Chat   Posted: Wed Sep 27, 2006 6:52 pm   Subject: Virus Alert
If Your computer displays this


http://disciplesofcain.com/other/!cid_part1.09010305.00050301@mchsi.gif

You may have a shitty Virus
 Topic: RESOLVED block error please help
jaded

Replies: 24
Views: 15575

PostForum: Blocks   Posted: Wed Jan 18, 2006 8:37 am   Subject: re: block error please help
Here is the code from the center page block. Perhaps I have overlooked something


<center><scr ipt language="JavaScript1.2">

//Presentational Slideshow Script- By Dynamic ...
 Topic: NSN Supporters 75-77 130 not showing in admin
montego

Replies: 17
Views: 10277

PostForum: Modules   Posted: Wed Jan 11, 2006 7:10 am   Subject: re: NSN Supporters 75-77 130 not showing in admin
Guardian2003, I believe you have hit the nail on the head! I wanted to rule out the easy stuff first with my request for his links.php. That looked good. I appreciate the help everyone has given! ...
 

 Jump to:   

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