Ravens PHP Scripts: Forums
 

 

Search found 336 matches
Author Message
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 18457

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 12, 2021 7:09 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I backed it up everything today this is what I got.

D:\Recovered\www.bestbuildpc.org\admin\modules\nukesentinel\ABAuthScan.php (1 hit)
Line 54: $result = $db->sql_query& ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 18457

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 13, 2021 8:40 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I got this from shoutbox block.

$sql = "select distinct image from ".$prefix."_shoutbox_emoticons";
$nameresult1 = $db->sql_query($sql);
$flag = 1;
$second ...
 Topic: Shout Box
hicuxunicorniobestbuildpc

Replies: 1
Views: 3790

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 20, 2020 1:26 pm   Subject: Shout Box
What error are u getting. My Shoutbox is working fine but it will be nice to see your error. Post it over here.
 Topic: Shout Box
papamike

Replies: 2
Views: 5792

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Aug 25, 2019 9:18 pm   Subject: Shoutbox
Here's a good [url=https://tutorialzine.com/2015/01/shoutbox-php-jquery]tutorial on making a shoutbox with demo and download. I'm working on it but there is no spam controls.
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 336712

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 10, 2019 8:12 am   Subject: php7 support
$sql = "SELECT * FROM `".$prefix."_shoutbox_shouts` ORDER BY `id` DESC LIMIT ".$offset1.",".$aCount['aCount'];
$nameresult = $db->sql_query($sql) ...
 Topic: Shoutbox 8.5.2 and [URL]
hicuxunicorniobestbuildpc

Replies: 4
Views: 7277

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 14, 2015 4:13 pm   Subject: Re: Shoutbox 8.5.2 and [URL]
kenspa! Just go to administration control and click on permissions. There u will find it.

admin.php?op=shout&Submit=ShoutBoxPermissions
 Topic: shoutbox in conflict with jquery
hicuxunicorniobestbuildpc

Replies: 5
Views: 8414

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 29, 2014 2:20 pm   Subject: shoutbox in conflict with jquery
Hi Guys!

I noticed my shoutbox stopped working because of jquery loading at the bottom. I checked the block and I took at deep look and I find out where the problem was.

This part of the block ...
 Topic: It seems that I was wrong...
horrorcode

Replies: 30
Views: 43599

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Apr 27, 2013 8:24 am   Subject: re: It seems that I was wrong...
I'm not sure where this discussion originated but in the early days of TTG I personally helped Sean get a few things on the site set up, and I'm pretty positive it was originally a Future nuke install ...
 Topic: Form Validating
derek765

Replies: 2
Views: 4981

PostForum: HTML   Posted: Sat Jan 26, 2013 12:54 am   Subject: Form Validating
Doing a validation check, this form is giving a error due to no action="" in the form, now I tried adding a action="#" but still didn't fix the error, whats the proper way of correcting this?

<t ...
 Topic: Username Color For Shout Box / Site Info
hicuxunicorniobestbuildpc

Replies: 10
Views: 12982

PostForum: Blocks   Posted: Fri Jan 11, 2013 7:55 am   Subject: re: Username Color For Shout Box / Site Info
Hi Derek

I noticed the block gives lots of validation errors. When u post something it creates more errors so I decided to fix this block

<?php
// ========================================== ...
 Topic: Username Color For Shout Box / Site Info
nuken

Replies: 10
Views: 12982

PostForum: Blocks   Posted: Thu Jan 10, 2013 5:33 pm   Subject: re: Username Color For Shout Box / Site Info
This should give you an idea of what to do. I have not tested it thoroughly. You should try it out on a test site first to make sure nothing is boogered up.

For the Shout Box, you will need to edi ...
 Topic: Shout Box Without Refresh
spasticdonkey

Replies: 4
Views: 6471

PostForum: Blocks   Posted: Tue Jan 08, 2013 10:24 am   Subject: re: Shout Box Without Refresh
nukecoder has a "live chat" that as far as I know still works
http://www.nukecoder.com/shop_item-13.html

As far as adding AJAX form submission to the shoutbox, it's certainly possible. I got into ...
 Topic: Shout Box Compatiblity Issues
derek765

Replies: 5
Views: 7033

PostForum: Converting/Creating Blocks   Posted: Thu Jan 03, 2013 9:27 pm   Subject: Shout Box Compatiblity Issues
Back to this topic, what is the proper fix for document.write in XHTML?
In this code, it has validation errors:
I've tried doing <\/script>, or putting the SBtxt in ' or ".
But doesn't fix it ...
 Topic: Shout Box Compatiblity Issues
derek765

Replies: 5
Views: 7033

PostForum: Converting/Creating Blocks   Posted: Thu Jan 03, 2013 10:20 am   Subject: Shout Box Compatiblity Issues
Have recently read about the use of /* <!
<script type="text/javascript">
/* <![CDATA[ */
var SBheight = '<?php echo "$ShoutMarqueeheight"; ?>';
var S ...
 Topic: Minor Vulnerability
derek765

Replies: 16
Views: 94161

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Dec 19, 2012 6:40 pm   Subject: re: Minor Vulnerability
Well, I like how the ErrorDocs is handled with a module in RavenNuke, and would like to keep it that way.

Allows users to see the error problem and still see site features.
I tried moving the Erro ...
 Topic: Shout Box Embeded In Forums
nuken

Replies: 11
Views: 11708

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 26, 2012 11:20 am   Subject: re: Shout Box Embeded In Forums
Try this in the header.php just before the ?>



//Shoutbox start

global $prefix, $ShoutSubmit, $ShoutComment, $db, $user, $cookie, $shoutuid, $top_content, $mid_content, $bottom_content, $S ...
 Topic: Shout Box Embeded In Forums
derek765

Replies: 11
Views: 11708

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 26, 2012 1:56 am   Subject: Shout Box Embeded In Forums
Hello,

I am currently trying to embed my current Shout Box v8.5.2 at the top of my forums, the Shout Box was created by SuperCat over at ourscripts, but unable to reach them, and seem to get more h ...
 Topic: Block and Theme problems after upgrade
j4rdin

Replies: 7
Views: 9054

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 03, 2012 5:23 am   Subject: re: Block and Theme problems after upgrade

Check out your Shout Box. It has caused an error on your page.

Message: Object expected
Line: 3
Char: 1
Code: 0
URI: http://www.brzjc.zenjudo.co.uk/shoutbox.js


start_ticking();

This ...
 Topic: Block and Theme problems after upgrade
mike63740

Replies: 7
Views: 9054

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 02, 2012 6:27 pm   Subject: re: Block and Theme problems after upgrade
I like your site. It looks well organized.

Check out your Shout Box. It has caused an error on your page.

Message: Object expected
Line: 3
Char: 1
Code: 0
URI: http://www.brzjc.zenjudo.co. ...
 Topic: Pro Forms 2000 v1.2 issue
thumpn8974

Replies: 29
Views: 20678

PostForum: v2.4 RN Issues   Posted: Sun Oct 09, 2011 10:38 am   Subject: re: Pro Forms 2000 v1.2 issue
Okay, I realized I didn't install something in the right place, so I did that, but now I get this when I go to the Pro_Forms page:

Notice: Constant _NAME already defined in /homepages/16/d********/ ...
 Topic: Web Browser issues plse help
spasticdonkey

Replies: 15
Views: 23553

PostForum: v2.4 RN Issues   Posted: Thu Apr 28, 2011 9:10 pm   Subject: re: Web Browser issues plse help
There are some compliance issues with the theme. You cannot use div inside of h2

<div id="columns"><div class="col1"> <h2>

<div id="span1"&g ...
 Topic: PayPal & RN 2.4.01
neo722712

Replies: 1
Views: 6276

PostForum: v2.4 RN Issues   Posted: Sat Feb 26, 2011 4:11 pm   Subject: PayPal & RN 2.4.01
SETTING UP PAYPAL on a RN 2.4.01
Using the XD-Obstuse Theme
I guess I am Dence ... Lets get this in Order.
I will up date this 1st post as we go along untill
we get it working.
Thanks for all yo ...
 Topic: Shoutbox
nuken

Replies: 7
Views: 9567

PostForum: v2.4 RN Issues   Posted: Wed Dec 22, 2010 1:13 pm   Subject: re: Shoutbox
The included install.txt file gives you directions on how to modify the other blocks and the shoutbox.js to get them to work together.


8) JAVASCRIPT:
-It is a known fact that, if two ...
 Topic: Shoutbox
yourmother

Replies: 7
Views: 9567

PostForum: v2.4 RN Issues   Posted: Wed Dec 22, 2010 8:17 am   Subject: Re: Shoutbox
It is probably a javascript conflict with the window.onload=. There is a work around in the Shoutbox install.txt section 8 about this.

edit: Also, have you tried switching to a standard RavenNuke ...
 Topic: Shoutbox
nuken

Replies: 7
Views: 9567

PostForum: v2.4 RN Issues   Posted: Wed Dec 22, 2010 7:55 am   Subject: Shoutbox
It is probably a javascript conflict with the window.onload=. There is a work around in the Shoutbox install.txt section 8 about this.

edit: Also, have you tried switching to a standard RavenNuke ...
 

 Jump to:   

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