Ravens PHP Scripts: Forums
 

 

Search found 128 matches
Author Message
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 267821

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 4:31 am   Subject: php7 support
I am getting error since I upgrade to the new php 7.1.

Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ...
 Topic: Video_Stream
kenspa

Replies: 4
Views: 9986

PostForum: Converting/Creating Modules   Posted: Wed Nov 04, 2015 6:23 am   Subject: Video_Stream
Hi
I am using video stream mod v 4.5 on raven nuke 2.51, All is ok except for the rating system, it won't trigger "You have alreadyvoted.."
Here goes the rate.php:

if(!defined(' ...
 Topic: Need help with what to look for in modifying a theme.
neralex

Replies: 15
Views: 58767

PostForum: Converting/Creating Themes   Posted: Tue Mar 04, 2014 2:35 pm   Subject: Need help with what to look for in modifying a theme.
I have re-modified the theme.php and updated my gist on github.

Download the changed gist, unpack the tar.gz archive and you will find the theme.php in a unpacked folder.

download: https://gist. ...
 Topic: Need help with what to look for in modifying a theme.
fistfight

Replies: 15
Views: 58767

PostForum: Converting/Creating Themes   Posted: Fri Feb 28, 2014 2:36 pm   Subject: Need help with what to look for in modifying a theme.
So for years we've had a site running a modified version of the Mech theme at ufclansite.net. the hosting provider updated to php 5.4 and now a lot of the site is no longer working. We were using PNC ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 24394

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 11:31 am   Subject: re: Custom Menu Using SpryAssets

<?php

// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
//$index = 0;
//if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 215235

PostForum: Security - PHP Nuke   Posted: Sun May 05, 2013 12:12 am   Subject: re: Nuke Honeypot
This one works great against spambots. I haven't seen new users in waiting content repeatly.

Thanks for the report.

Today, I actually just released an update, where I added in a new feature.

...
 Topic: Error Reporting Issues
abutty

Replies: 1
Views: 15344

PostForum: PHP   Posted: Tue Mar 05, 2013 4:51 am   Subject: Error Reporting Issues
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: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 10428

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 9:06 am   Subject: re: Convert Drupal module to RN 2.5

<?php

$content = '
<form id="ccsfg" name="ccsfg" method="post" action="/xxx/CCSFG_0.0.6/signup/index.php">

<h4>Join our Mailing List< ...
 Topic: Convert Drupal module to RN 2.5
jumus

Replies: 12
Views: 10428

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 8:52 am   Subject: Convert Drupal module to RN 2.5
Thank you nuken,
I have downladed it and created a form.
I need it now to a block of the size 150 by 150 if possible


<form id="ccsfg" name="ccsfg" method="post" action="/xxx/CCSFG_0.0.6/sign ...
 Topic: Seeking compatible Sommaire Parametrable for RavenNuke 2.50
nuken

Replies: 7
Views: 10599

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Dec 14, 2012 7:00 am   Subject: re: Seeking compatible Sommaire Parametrable for RavenNuke 2
open up admin/language/lang-english.php and any other language used on the site and add the following just before the ?> at the bottom:


/* Added by Sommaire Paramétrable (Customize Menu&# ...
 Topic: multiple- themes and nukeseo dot com
kguske

Replies: 15
Views: 14276

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Aug 30, 2012 8:57 am   Subject: re: multiple- themes and nukeseo dot com
You can see from viewing the source:
<td bgcolor="#FF0000">
<img src="themes/Imagic2/imatges/comuns/espai.gif" alt="." width="1" border="0" ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 13, 2012 12:58 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Step 6A

DONE!

Before:
echo '<p class="thick"><span style="color:#0000FF;">'. $text1 . '</span><br /><span style="color:#FF0000;">'. $text2 . '</span><br / ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 13, 2012 3:30 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
I believe i have forgot remove two freespaces in 1st and 2nd text variable and Guardian is right. If is it possible, then do not use an html markup in the language files.

open modules/Your_Account ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 11:21 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Step 4

I went back into this file:
/modules/Your_Account/language/lang-english.php

Line 480 Reads:
define('_WAITAPPROVAL','The site Administrator will review your application and send you an ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 6:05 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
I still don't know exactly where to place this code. Be a little more specific.

I tried two places and got this message:

The website cannot display the page
HTTP 500


here can you set now ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 3:23 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
No problem, I'm a end user, too Smile

this is an example to show, where you must close the html tags and where you can put your own text in the code.
I have no ideal where to put this code:

you mu ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 12:46 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Step 3

I completed this from your previous post:

at the beginning of this file you found this:
if ($ya_config['requireadmin'] == 1) {
title(_USERAPPLOGIN);
$nex ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 10:03 am   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Why are you doing this so complicated?

at the beginning of this file you found this:
if ($ya_config['requireadmin'] == 1) {
title(_USERAPPLOGIN);
$next = _WAITAPPR ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 9:49 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Step 1

I went back to this file:
/modules/Your_Account/language/lang-english.php

Line 480 Reads:
define('_WAITAPPROVAL','<font color="#0000FF">If ---------- ---------- ---------- never - ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 1:54 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Remember this:

I found: "The site Administrator will review your application and send you an activation link if you are approved." text in the lang-english.php file.

I can now add an extra line ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 4:01 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
you must close the tags, if you want use a new color.

for example:
echo '<span style="color:#0000FF;">'; // open a span
echo ' your 1st text';
echo '</span>'; // close ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 10, 2012 11:46 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
neralex, this will be the first time I tried:

use a span with styles for add colors:

if ($ya_config['requireadmin'] == 1) {
echo '<p class="thick"><sp ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 10, 2012 2:42 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
Instead of this:


open modules/Your_Account/public/new_user.php

search:
echo '<p class="thick">* = ' . _REQUIRED . '</p>';
after add:
if ($ya_config['requiread ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 09, 2012 6:33 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
modules/Your_Account/public/new_user.php

Lines:
39 echo '<fieldset><legend><span class="thick">' . _REGNEWUSER . '</span></legend>';
40 echo '<p class=& ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 35780

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 09, 2012 4:42 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
use a span with styles for add colors:
if ($ya_config['requireadmin'] == 1) {
echo '<p class="thick"><span style="color:#0000FF;">YOURTEXT ...
 

 Jump to:   

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