Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 40 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Disable DEBUG MODE Private Message / phpBB2 | |
| rovshan Replies: 1 Views: 16699 |
|
| Hello,
How to disable DEBUG MODE in Private Message / phpBB2 modules? In Private_Message/index.php message_die(GENERAL_ERROR, "Could not obtain post and post text", "", __LIN ... |
|
| Topic: php7 support | |
| rovshan Replies: 276 Views: 589385 |
|
| in modules/Topics/admin/admin.php
Fix for php7.4 compatibility. Modify regular expression below : if ( (preg_match('/^([\p{L}\p{N}-_]*)(.png|. ... |
|
| Topic: php7 support | |
| rovshan Replies: 276 Views: 589385 |
|
| in master distribution php7 ready in saveactivate.php file
if ($new_uid !== false && $new_uid != 0) { ; $db->sql_query('DELETE FROM ' . $user_prefix . '_users_temp W ... |
|
| Topic: SignIn and SignUp with email address | |
| rovshan Replies: 3 Views: 8312 |
|
| I created beta version for Sign Up / Register new account only with email address. In this version Unique Nickname / Username / Login is created by script and assigned automatically. If someone is int ... | |
| Topic: private function backtrace_log | |
| rovshan Replies: 5 Views: 13215 |
|
| Thank you for your offer to help. I very appreciate.
I need this feature to catch errors in my own code. I did many modifications and tweaks + I have my own modules and sometimes it makes me crazy ... |
|
| Topic: private function backtrace_log | |
| rovshan Replies: 5 Views: 13215 |
|
| Thank you very much neralex !
It seems your modifications catchs failed-query (red line) ! its ok. But file path in LINE option rests the same for all queries: LINE 488 - File: /var/www/somehost/ ... |
|
| Topic: private function backtrace_log | |
| rovshan Replies: 5 Views: 13215 |
|
| hi,
My question concern this function in footer.php to show MySql requests concerning downloaded page: if ($loglevel == 3 || $loglevel == 4) { if (is_admin($admin) ... |
|
| Topic: Fix NS Clearing of expired blocks | |
| rovshan Replies: 3 Views: 7917 |
|
| Here is how I fixed it :
1. Added $result = $db->sql_query("INSERT INTO `".$prefix."_nsnst_config` VALUES ('blocked_clear', '0')"); 2. Modified code in // Clearing of expi ... |
|
| Topic: Fix NS Clearing of expired blocks | |
| rovshan Replies: 3 Views: 7917 |
|
| Here is what I found in:
1. RavenNuke-2.5.1 (not php7) distribution => nukesentinel.php => // Clearing of expired blocks // CAUTION: This function can slow your sites load time $clearedt ... |
|
| Topic: SignIn and SignUp with email address | |
| rovshan Replies: 3 Views: 8312 |
|
| Thank you for suggestion neralex. |
|
| Topic: SignIn and SignUp with email address | |
| rovshan Replies: 3 Views: 8312 |
|
| I have returning registered users which don't remember their Login. They try to LogIn with email address by putting email address in Login case. Minimum what I would like to let them to login with ema ... | |
| Topic: shortlink in nukeNav with Forum and Private Message modules | |
| rovshan Replies: 7 Views: 28723 |
|
| Hi, nuken
Thank you for suggestions. All tegonukes $tnsl's already is true. I already cleaned cache before. The problem related to ob_start(); ob_get_contents(); functions in sortlinks.php. ... |
|
| Topic: shortlink in nukeNav with Forum and Private Message modules | |
| rovshan Replies: 7 Views: 28723 |
|
Help Please ![]() |
|
| Topic: shortlink in nukeNav with Forum and Private Message modules | |
| rovshan Replies: 7 Views: 28723 |
|
| thanks for help
what do you mean - custom taps ? I did not edit any files concerning forum module and shotlinks As well as I removed all left and right blocks from Forum module. With other mo ... |
|
| Topic: shortlink in nukeNav with Forum and Private Message modules | |
| rovshan Replies: 7 Views: 28723 |
|
| Hi,
Just lost 2 days and could not fix the problem. Shortlinks works fine with all modules. But with 2 modules Forum and Private Message the links in nukeNav.php does not tapped !! Only in nukeNa ... |
|
| Topic: nuke quiz v 3.2.0a sql break | |
| rovshan Replies: 8 Views: 33220 |
|
| I installed nuke quiz versión: 3.2.0a on RN 2.5.1 and it ran perfectly and everything works fine, .
Could you please share this module with me. I could not find this version. Thank you. |
|
| Topic: Need to create new module for real estate listing | |
| rovshan Replies: 0 Views: 8053 |
|
| Hello,
I ma looking for to hire experienced coder to create (or recreate from existing scripts proposed by coder) module for real estate listing ( announces published by user / agencies, strong sea ... |
|
| Topic: Facebook connect for Ravennuke? | |
| rovshan Replies: 16 Views: 37320 |
|
| [url=http://hybridauth.sourceforge.net]http://hybridauth.sourceforge.net
I think hybridauth best solution to integrate in RN. Here is I did something but did not finish yet, if someone intereste ... |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
| just for info :
[url=http://stackoverflow.com/questions/6630237/folder-permissions-for-php-file-uploads-private-public-shared-views]http://stackoverflow.com/questions/6630237/folder-permissions-for ... |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
| I checked neralex solution, but as i understand this solution helps to create new toolbar.
The image/file/ uploads are managed via Elfinder via this function in mainfile.php if (is_admin($admin) ... |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
Thank you for support neralex
I will try to integrate your solution in ckeditor 4 and let you know. |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
| I just uploaded Ckeditor 4.5.5 it seems work.
To install: 1. rename your old folder includes/ckeditor to old_ckeditor 2. upload files to empty folder includes/ckeditor 3. copy files ckeditor.php ... |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
| I found this topic, but did not find solution:
http://www.ravenphpscripts.com/ftopict-18546-ckeditor.html |
|
| Topic: ckeditor 3 + elfinder update / users image upload | |
| rovshan Replies: 7 Views: 19216 |
|
| Hello ,
I started this topic because did not find usefull information and think this issue is interesting for community. I would like to modify Submit News module on my blog => offer to regist ... |
|
| Topic: Shortlink mod/ multilingual links + new links structure | |
| rovshan Replies: 4 Views: 10023 |
|
| Dear All,
I try to rebuild the links structure via .htaccess file. I would like to get this link structure for News module : -domain.com/n11/article.html => where 11 - id number instead of - ... |
|
| 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

