Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 153 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: MySQL Error on new install | |
scorpious Replies: 6 Views: 6151 ![]() |
![]() |
Hi neralex
Thanks for the reply I created a new database with utf8_general_ci and everything installed without any errors Many thanks Scorp |
|
Topic: MySQL Error on new install | |
scorpious Replies: 6 Views: 6151 ![]() |
![]() |
Hi neralex
collation-type is utf8mb4_general_ci I have added DEFAULT CHARSET=utf8, so now it reads ENGINE=MyISAM DEFAULT CHARSET=utf8; and all tables loads cheers scorp |
|
Topic: MySQL Error on new install | |
scorpious Replies: 6 Views: 6151 ![]() |
![]() |
Hi All
I have tried to install the RavenNuke-master-php7 I get the the following errors when installing the database using the installSQL.php The exact error message that your MySQL server re ... |
|
Topic: dblog errors | |
scorpious Replies: 2 Views: 5051 ![]() |
![]() |
Hi
I have upload a website this morning to my hosting account and found a load of errors within the dblog file. January 27, 2013, 9:44 am File: /home/www/netcatch.co.uk/db/mysqli.php - L ... |
|
Topic: $db-> conversion | |
scorpious Replies: 2 Views: 5277 ![]() |
![]() |
Hi All
I have a test site with fresh install of Rn2.5, I am upgradeing from Rn2.4 Everything seams ok my custom modules and blocks I have changed the coding to work with the new $db->sql_quer ... |
|
Topic: Rnlogs Errors | |
scorpious Replies: 16 Views: 13631 ![]() |
![]() |
Hi Palbin
RN Version rn2.40.01 Scorp |
|
Topic: Rnlogs Errors | |
scorpious Replies: 16 Views: 13631 ![]() |
![]() |
Hi Palbin
Mysql version is 5.0 Its a purchased hosting plan We have put a support ticket in, see what they have to say. This site is not mine, its belongs to a good friend of mine who runs ... |
|
Topic: Rnlogs Errors | |
scorpious Replies: 16 Views: 13631 ![]() |
![]() |
Hi Killing-hours
Cheers for the reply Before posting here, I tent to search Google and last night I spent over 3 hours searching, however, I did not find any decent explainations. First searc ... |
|
Topic: Rnlogs Errors | |
scorpious Replies: 16 Views: 13631 ![]() |
![]() |
Hi All
Within the rnlogs we have the following errors: January 4, 2012, 9:12 am 2006 : MySQL server has gone away ( alot of these. ) SQL was: CREATE TABLE nuke_wiw_m (who VARCHAR(20), mn VARC ... |
|
Topic: preg_replace | |
scorpious Replies: 6 Views: 7908 ![]() |
![]() |
Hi unicornio
I have just added the comma within the code: "/[^a-zA-Z0-9,_-\s]/", "" And now I can use the comma and underscore The code you shown: / : ... |
|
Topic: preg_replace | |
scorpious Replies: 6 Views: 7908 ![]() |
![]() |
Hi unicornio
I dont use \\ and the code did not work, however, if I use this code: "/[^a-zA-Z0-9_-\s]/", "" The underscore works, Its just the commas I need to al ... |
|
Topic: preg_replace | |
scorpious Replies: 6 Views: 7908 ![]() |
![]() |
Hi All
I have an input box for members name, it works ok I have the following code $mnane = preg_replace("/[^a-zA-Z0-9\s]/", "", $mnane); It work ok, t ... |
|
Topic: how to include FCKeditor in a New Module | |
scorpious Replies: 4 Views: 9676 ![]() |
![]() |
Hi All
Guardian2003 You have answered all my questions regarding the wysiwyg_textarea Thank you. fkelly While I was waiting for a reply, I had a look at the Submit News Module file and ... |
|
Topic: how to include FCKeditor in a New Module | |
scorpious Replies: 4 Views: 9676 ![]() |
![]() |
Hi All
I have a Module that I have done that uses a text area, it works fine, then I thought, instead of using the text area can I include the FCKeditor, I have looked through the forums on to incl ... |
|
Topic: How to add a Where clause to this query | |
scorpious Replies: 9 Views: 10377 ![]() |
![]() |
Hi All
Fkelly when i try the following: $select = 'SELECT user_id, uname, user_item, user_userbid, from '.$prefix.'_bid WHERE user_userbid = \' '.$biddersname. '\' '; and then echo "$sele ... |
|
Topic: How to add a Where clause to this query | |
scorpious Replies: 9 Views: 10377 ![]() |
![]() |
Hi All
Cheers for the fast reply. fkelly: I tried this before WHERE user_userbid = \' '.$biddersname. '\' '; but got a blank screen, as I have seen this code used before. killing-hours: ... |
|
Topic: How to add a Where clause to this query | |
scorpious Replies: 9 Views: 10377 ![]() |
![]() |
hi all
I have a query like below, this will list all the users: $select = 'select user_id, uname, user_item, user_userbid, from '.$prefix.'_bid '; I use this code to show the results. $result ... |
|
Topic: How to include a javascript file | |
scorpious Replies: 4 Views: 5388 ![]() |
![]() |
Hi killing-hours
Cheers for that, If I get stuck I give you a shout. Cheers scorp |
|
Topic: How to include a javascript file | |
scorpious Replies: 4 Views: 5388 ![]() |
![]() |
Hi neralex,
Cheers for the reply, the first script I had would not work when called from a js file, it will work if I include <script>....</scritp>within the file, I have found anothe ... |
|
Topic: How to include a javascript file | |
scorpious Replies: 4 Views: 5388 ![]() |
![]() |
Hi All
This is the first time for me to use a javascript, so, I am not sure which is the best way to include it. I have a countdown script, countdown.js Which is the best way to include it wi ... |
|
Topic: Pagination with Links | |
scorpious Replies: 4 Views: 8223 ![]() |
![]() |
Hi Palbin
Thanks again, it all works fine, I was using the following: $uid = . $_GET['user_id']; Now I know not to use the .(dot) space Cheers Scorp |
|
Topic: Pagination with Links | |
scorpious Replies: 4 Views: 8223 ![]() |
![]() |
Hi Palbin
Thank you for the reply, it now shows the ID How can I get the Id number into the query: $resultpersons=$db->sql_query("SELECT name, rank, kills, deaths, FROM ".$pr ... |
|
Topic: Pagination with Links | |
scorpious Replies: 4 Views: 8223 ![]() |
![]() |
Hi All
I have created a module abit like the members List. The Pagination part works, it lists everything, how many pages there are with links to Next page and Back a page. Everything is working ... |
|
Topic: New User Registration Problem | |
scorpious Replies: 14 Views: 14561 ![]() |
![]() |
![]() Cheers all, its all back and working perfect. Many thanks for the Help and Advice ![]() Scorp |
|
Topic: New User Registration Problem | |
scorpious Replies: 14 Views: 14561 ![]() |
![]() |
Hi spasticdonkey
Yes that works perfect now, however, at the top of the theme the code I placed in the head-Appllyon.php is visable ? Cheers Scorp |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours