Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 63 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: You have an error in your SQL syntax near 'TYPE=MyISAM' | |
hicuxunicorniobestbuildpc Replies: 2 Views: 6294 ![]() |
![]() |
October 9, 2014, 5:54 am File: /db/mysqli.php - Line: 201
Code: 1064 - Message: You have an error in your SQL syntax; check the manual that corresponds to your DataBase server ver ... |
|
Topic: Optimize db causes error in rnlog | |
Doulos Replies: 2 Views: 6455 ![]() |
![]() |
Uploaded all new files from RavenNuke_v2.51.7z and get this error when I tried to optimize my RN database:Code: 1064 - Message: You have an error in your SQL syntax; check the manual that corresponds ... | |
Topic: Error Reporting Issues | |
abutty Replies: 1 Views: 16392 ![]() |
![]() |
Hi all thanks for solving my previous issues,
Now I am confused with the error reporting in the XAMPP. I have tried to use an image slider extension in Joomla. And I got the following errors: ... |
|
Topic: RN Ordered List Icon Pack Download/Demo | |
spasticdonkey Replies: 4 Views: 6594 ![]() |
![]() |
It was done for IE7 compatibility, which at the time the code was being worked on still had about a 10% market share. Fortunately its down to about 4% now. If you try floating list items in IE7 you wi ... | |
Topic: Coppermine for Nuke 1.3.1c | |
NeapolitanWorld Replies: 45 Views: 78189 ![]() |
![]() |
I tried the method using a php.ini file in my root. No luck yet. This is how it looks. Does anything stick out ![]() thanks for the direction on what to do. [PHP] ;;;;;;;;;;;;;;;;;;; ... |
|
Topic: Annoying Special Character Flaw | |
spasticdonkey Replies: 11 Views: 13450 ![]() |
![]() |
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: BBCode Help! | |
transit Replies: 1 Views: 6117 ![]() |
![]() |
', '', '', '', '', '');
$param = strip_tags ($param, '<b><i><u>'); if (function_exists ('str_ireplace')) $param = str_ireplace ($s, $r, $param); else $param = str_replace ($s ... |
|
Topic: reputation mod | |
pan Replies: 27 Views: 42579 ![]() |
![]() |
i mean, the folder includes is in a different place to what this mod talks about?
do i have to edit any of it? ############################################################## ## MOD Title: ... |
|
Topic: Started Work on NukeC 3.7.4 | |
Dawg Replies: 23 Views: 27671 ![]() |
![]() |
Nuken,
The "Sale Amount" bug is when the end user puts in an amount....say 5000. it would always come out 30.00 You always had to put 5000.00 in order for $5000.00 to come out. more or less it c ... |
|
Topic: Incorrect theme name reading in every phpnuke | |
djmaze Replies: 13 Views: 23230 ![]() |
![]() |
2.3. Unreserved Characters
Data characters that are allowed in a URI but do not have a reserved purpose are called unreserved. These include upper and lower case letters, decimal digits ... |
|
Topic: Need help fixing some 'bugs' in RSS feed | |
rogue3 Replies: 11 Views: 11969 ![]() |
![]() |
I'm currently using a custom backend.php file for my RSS feed. A few problems I'm having:
-if I use a character like & instead of & then it kills the feed. -if I use a ' or " then it p ... |
|
Topic: stream_socket_recvfrom problem | |
kjm Replies: 6 Views: 10443 ![]() |
![]() |
In encrypted mode the remotes aren't sending characters as such but raw hexadecimal. The C4 for example arrives as 1100 0100. | |
Topic: stream_socket_recvfrom problem | |
kjm Replies: 6 Views: 10443 ![]() |
![]() |
I've been using stream_socket-recvfrom to receive short plain text ascii packets from some internet enabled remote devices. So the letter I for example arrives as a 49 which is the ascii code for same ... | |
Topic: Nice Try!! | |
hamster Replies: 56 Views: 84124 ![]() |
![]() |
Topic: CT_RN theme html compliance issue | |
FireATST Replies: 6 Views: 9559 ![]() |
![]() |
If I switch to the CT_RN theme for a default theme on one of my sites, I get a html compliance error on the messages that I have created especially for that site. The error is to do with the title of ... | |
Topic: block-User_Menu.php does not work with v2.30 | |
fkelly Replies: 11 Views: 10096 ![]() |
![]() |
You can look up the function number_format in the PHP manual and hack away at that. It is used to format the numbers and it looks to me like you could subsitute a . for the , as the thousands separat ... | |
Topic: raven + mysqli | |
Loki Replies: 6 Views: 11036 ![]() |
![]() |
For that part that file should be like this:
<?php /*************************************************************************** * mysql.php * ... |
|
Topic: Backup Data Dump Getting Broken | |
bugsy Replies: 19 Views: 20119 ![]() |
![]() |
Hi,
I am trying to shift my database to new server as its having load problems in present server - in the process of which I am trying to dump the database to my computer first using the Export opt ... |
|
Topic: End tag 'MAP' does not match the start tag 'IMG'. Error proc | |
nemesis14 Replies: 18 Views: 41660 ![]() |
![]() |
UGh....
Ok... finally got it straight... i have decided to use the default theme, and the default forum theme... and users with IE6 still get the error. This, and the fact for some reason i cant i ... |
|
Topic: (resolved) Trying to convert a bit field into a time offset. | |
mrmortimer Replies: 2 Views: 8341 ![]() |
![]() |
I've posted this same question to several PHP related sites almost a week ago, with absolutely no response. You folks seem to be my "last resort", so to speak. ![]() I've built a "web app" in PHP to ... |
|
Topic: validation of decimal numbers | |
gotcha Replies: 5 Views: 11621 ![]() |
![]() |
intval will turn it into a whole number, removing the decimal point. I think the function you want to look at is number_format(). | |
Topic: validation of decimal numbers | |
Donovan Replies: 5 Views: 11621 ![]() |
![]() |
Is there any preferred way to validate decimal values before writing them to the db?
Currently I have.. $irat_wt = $_POST['irat_wt']; $grat_wt = $_POST['grat_wt']; $appex_wt = $_POST['appex_w ... |
|
Topic: MySQL Database Server Overload Site Blocked | |
bugsy Replies: 31 Views: 93484 ![]() |
![]() |
They have released the database and I ran a mysqldiff and got this result SET FOREIGN_KEY_CHECKS = 0;
# # DDL START # ALTER TABLE nuke_autonews MODIFY anid int(11) NOT NULL DEFAULT ... |
|
Topic: Problem with backend.php? | |
p17blo Replies: 7 Views: 9331 ![]() |
![]() |
OK, well I have a fix for the problem.
Open backend.php Find: $title = entity_to_decimal_value(str_replace('_',' ',$title)); //added 9/1/2004 Add After $title = p ... |
|
Topic: XML parsing error in backend.php | |
Gremmie Replies: 25 Views: 29086 ![]() |
![]() |
Greg, no, we gotta take stuff like ü and turn it into & # 252; etc. These are non-ASCII characters.
html_entities_decode() would turn ü into ü and I'm not sure if that would ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours