Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 918 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: admin | |
fondy Replies: 10 Views: 3857 ![]() |
![]() |
Here is the file:
February 12, 2023, 2:47 pm File: /home/lovebrid/public_html/test2/db/mysqli.php - Line: 477 SQL was: SHOW TABLES LIKE "nuke_config" querycount = 1 ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 328707 ![]() |
![]() |
How are u doing neralex? How was your examen?
I just got from work and I check the rnlog and I got these errors. March 29, 2018, 6:09 am File: /db/mysqli.php - Line: 201 Code: ... |
|
Topic: Ravennuke last 10 post on homepage | |
nuken Replies: 3 Views: 6794 ![]() |
![]() |
There are also some config settings in the blocks/block-ForumsCollapsing.php file that you can change to customize its appearance. They look like this:
$hideLinksFromGuests = FALSE; $hideTheseForu ... |
|
Topic: [Solved]Spammers using web links modify | |
TAd Replies: 3 Views: 8075 ![]() |
![]() |
In modules/Web_Links/l_config.php:
$allowlinksmodify: Allow existing links to be modified by users (other than admin) (1=Yes 0=No) So you can turn it off, but doing s ... |
|
Topic: testimonials Module not working | |
nuken Replies: 5 Views: 13708 ![]() |
![]() |
If you want to use the older one, here is the modules index.php with the edits needed to get it working.
<?php /************************************************************************/ /* P ... |
|
Topic: testimonials Module not working | |
dakat Replies: 5 Views: 13708 ![]() |
![]() |
I have a module testimonials It works On other nuke version not RN-2.5
can anyone take a look ? thanks /************************************************************************/ /* PHP-NUKE ... |
|
Topic: Photo GuestBook module for PhpNuke and Raven | |
misterstereus Replies: 0 Views: 7947 ![]() |
![]() |
You can see here http://www.goldnuke.com/Foto_Guestbook.html | |
Topic: Can file \html\admin.php and folder \html\admin be renamed? | |
mike63740 Replies: 7 Views: 13696 ![]() |
![]() |
RavenNuke seems to run normal with the folder \html\admin password protected. I have no problems signing in as a user, admin or just browsing the site as a guest.
I may have missed the point that ... |
|
Topic: show if admin is online/offline (SOLVED) | |
neralex Replies: 17 Views: 15987 ![]() |
![]() |
I have copied a query from the userinfo block-file, was made by spasticdonkey and have builded a little php class with a simple return value.
Create two images in the 'images' folder of your RN: ... |
|
Topic: Converting and cleaning User_Info block with single quotes. | |
hicuxunicorniobestbuildpc Replies: 9 Views: 20907 ![]() |
![]() |
I've been checking the whole block today and I decided to convert the whole block to single quotes. I would like to hear from you if we could make any other change. This one has a mod included.
< ... |
|
Topic: Video_stream comment | |
doffer83 Replies: 4 Views: 9311 ![]() |
![]() |
hicuxunicorniobestbuildpc, thanks for ur response
Please can you try to submit http://faresalkhoury.nl/modules.php?name=Video_Stream&page=watch&id=27&d=1 I made it possible eve ... |
|
Topic: Weblinks | |
neralex Replies: 6 Views: 7720 ![]() |
![]() |
Nope, my fix is not the solution because its duplicate all and that def. not needed. And now is it not more possible that a guest can submit link or send change-request. In this case is the module bro ... | |
Topic: Weblinks | |
neralex Replies: 6 Views: 7720 ![]() |
![]() |
Ok after some checks with the original module i can say that is not bug. Its all fine but you can missunderstand the settings of the variable $allowlinksmodify. It seems its from a early time of phpnu ... | |
Topic: Honeypot V2.1 AntiBot Module | |
neralex Replies: 80 Views: 225911 ![]() |
![]() |
Hey corpse,
The idea behind your script is very cool but i watched it once today and i have to admit with all due respect, that your code breaks not only the validation, it even broke my entire cs ... |
|
Topic: modify fisubice theme | |
wizardquest Replies: 12 Views: 8659 ![]() |
![]() |
nuken
thank you for the quick reply, The blocks area we got figured out, the spacing vertically has been set to 0. The problem is the center (News) modules are spaced about 2 - 4px apart and ... |
|
Topic: Collapsing Forums Blocks Validation Errors | |
derek765 Replies: 5 Views: 12538 ![]() |
![]() |
Well here is the only part of the block file I have edited, which what I did was removed the ability to click on the users post number.
and from the looks of the validation errors, seems like most ar ... |
|
Topic: Your account script info | |
derek765 Replies: 2 Views: 6743 ![]() |
![]() |
I usually go through IP logs daily, to see where all referrers and guests are going, and came by this and unsure what they where trying to do here:
/modules.php?name=Your_Account&&__csrf_ma ... |
|
Topic: Site Info Block | |
spasticdonkey Replies: 10 Views: 7500 ![]() |
![]() |
There is a slight bug on or around line 421. Good catch.
FIND if ($g > 0 AND $OnlineGuestsModal) { REPLACE WITH if ($g > 0 AND $OnlineGuestsModal AND $viewlevel>=$show_guest_guest) ... |
|
Topic: Site Info Block | |
derek765 Replies: 10 Views: 7500 ![]() |
![]() |
Alright, I was messing around with the configuration and fixed the issue, I dont know how this was causing a issue with the Image and Text overlapping.
But if you guys wanted to check it out, here ... |
|
Topic: Stopping profile views from quests | |
derek765 Replies: 5 Views: 5630 ![]() |
![]() |
This is now what I get when I view someones profile via Your Account as guest, this looks great and is just how I wanted it.
http://i50.tinypic.com/2ptb5mf.jpg But when I view someones profile v ... |
|
Topic: Stopping profile views from quests | |
derek765 Replies: 5 Views: 5630 ![]() |
![]() |
Awesome that works, now I noticed that the code redirects the user back to the index.
Now what could I use to just keep the guest on the same page and give them a notification that they need to be ... |
|
Topic: Site Info Block | |
derek765 Replies: 10 Views: 7500 ![]() |
![]() |
With more testing, I found out its only when guests are viewing it. | |
Topic: Site Info Block | |
derek765 Replies: 10 Views: 7500 ![]() |
![]() |
No, tested it with all updated browsers.
As a guest, not registered user or admin. The Image and 1 Visitor overlap, but once logged into either admin or your account, its fine. Dont understand it ... |
|
Topic: Site Info Block | |
derek765 Replies: 10 Views: 7500 ![]() |
![]() |
I am using FF 17, I just tested it with Chrome as well, and I see it, its only if your a guest, not logged in as a registered user. | |
Topic: Site Info Block | |
derek765 Replies: 10 Views: 7500 ![]() |
![]() |
I am using the default Site Info block which came with the new Raven 2.5 package.
I was doing some testing for errors or things I could fix, from viewing my site as a guest, so I logged out of admi ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 35, 36, 37 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours