Ravens PHP Scripts: Forums
 

 

Search found 94 matches
Author Message
 Topic: Converting and cleaning User_Info block with single quotes.
hicuxunicorniobestbuildpc

Replies: 9
Views: 20504

PostForum: Converting/Creating Blocks   Posted: Sat Oct 12, 2013 5:03 am   Subject: Converting and cleaning User_Info block with single quotes.
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: It seems that I was wrong...
horrorcode

Replies: 30
Views: 41808

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Apr 27, 2013 9:01 am   Subject: It seems that I was wrong...
http://www.thetechgame.com/modules.php?name=Account&amp;op=userinfo&amp;bypass=1&amp;username=horrorcode

www.thetechgame.com/modules.php?name=Forums&file=viewtopic&t=1596

htt ...
 Topic: Lost Password function - using an email address
doffer83

Replies: 16
Views: 16844

PostForum: How To's   Posted: Mon Feb 11, 2013 5:00 pm   Subject: re: Lost Password function - using an email address
please can you look at my code and check it what's wrong



function mail_password($username, $code) {
global $sitename, $adminmail, $nukeurl, $user_prefix, $db, $module_name;
...
 Topic: Install google recaptcha
doffer83

Replies: 7
Views: 7097

PostForum: How To's   Posted: Thu Jan 31, 2013 6:42 am   Subject: Install google recaptcha
I am sick of the spam bots which daily register on my site.. so I decided to use the better version of google (recaptcha).

in my old nuke site we use APPROVE MEMBERSHIP Version 6.1 from this site ...
 Topic: Username Color For Shout Box / Site Info
derek765

Replies: 10
Views: 12345

PostForum: Blocks   Posted: Fri Jan 11, 2013 12:24 am   Subject: re: Username Color For Shout Box / Site Info
It all works great, besides the modules/Shout_Box/index.php which is different from all the other edits with Shout Box, so didn't get that successfully fixed.

and also, here is the fix to display t ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 4:51 pm   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
Nuke, I took a look on your stuff, I think yours is better than mine and I do think I will use it and it should be the final, it is validated too, please correct me with this one too.

Very Happy

This ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 4:34 pm   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
yes mine is done already and I would like you to check it in order to see if everything is ok. The validation was green.

This is the final and please correct me if you see anything you would like t ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
nuken

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 7:22 am   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
Here is an example that works. Adjust it to your needs.


<?php
/*************************************************************************/
/* Tableless CSS Sprite Powered Info Box Block by ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jun 29, 2012 6:58 pm   Subject: User Info translation drop menu for Ravennuke 2.5 SOLVED!
Ok Guys! I fixed most of the error I had with this block. I was working validating the whole translation block which was poor coding. I still have one error.

Line 180, Column 1562: end tag for ele ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Jun 28, 2012 2:17 am   Subject: re: Searching for a Tranlation block for RavenNuke 2.5
Guy! You were right. After taking the time in the morning, fresh brain again I learned something today, one dot makes a lot of different Very Happy I can't believe it.

This is my last last modification a ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 21731

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 27, 2012 6:51 am   Subject: re: Searching for a Tranlation block for RavenNuke 2.5
This is what I did so far but it doesn't work Sad

<?php
/*************************************************************************/
/* Tableless CSS Sprite Powered Info Box Block by ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 37299

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: 37299

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: 37299

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: Ajax?
fkelly

Replies: 49
Views: 49649

PostForum: JavaScript   Posted: Wed Nov 10, 2010 9:48 am   Subject: Ajax?
@palbin, killing-hours explained what I was getting at. The code I copied in was from the JQUERY in action book and it was indeed showing Javascript and how to determine if the browser supports XHR. ...
 Topic: Ajax?
killing-hours

Replies: 49
Views: 49649

PostForum: JavaScript   Posted: Sun Oct 31, 2010 12:32 pm   Subject: re: Ajax?
Right... the validation plugin is fairly simple to figure out once it's in place. I've already got that and successfully use jquery to add/remove requirements etc.

The "YA" module does use ajax va ...
 Topic: Ajax?
Palbin

Replies: 49
Views: 49649

PostForum: JavaScript   Posted: Sun Oct 31, 2010 12:31 pm   Subject: re: Ajax?
As I said above this is a little different since it uses the validation plug-in, but here goes. If you go the the registration page on the demo site http://www.ravennuke.com/account-new_user.html we ...
 Topic: fatal call to undefined function ya_
draxx

Replies: 4
Views: 6783

PostForum: v2.4 RN Issues   Posted: Tue Jun 22, 2010 12:24 pm   Subject: fatal call to undefined function ya_
Greg I am abandoning the upgrade and trying a fresh install on an upgraded database.


I did stare at it a second: In jquery.php it has this:

if ($name=='Your_Account' and $_GET['op'&# ...
 Topic: RavenNuke(tm) v2.40.01 Change Log
Palbin

Replies: 1
Views: 5750

PostForum: v2.4 RN Announcements   Posted: Tue Mar 30, 2010 4:12 pm   Subject: re: RavenNuke(tm) v2.40.01 Change Log
The following is the final change log for RavenNuke(tm) v2.40.01

RavenNuke(tm) v2.40.01 - 2.40.01 (Released 2010-03-29)
======================================================
- 0001701: [Upgrade ...
 Topic: RavenNuke(tm) v2.40.01 Change Log
Raven

Replies: 1
Views: 5750

PostForum: v2.4 RN Announcements   Posted: Thu Feb 11, 2010 11:05 am   Subject: RavenNuke(tm) v2.40.01 Change Log
The following are the changes coming in RavenNuke(tm) v2.40.01, slated for release this week.

RavenNuke(tm) v2.40.01 (Not Yet Released)
===================================================
- 00016 ...
 Topic: File does not exist: /includes/jquery/css/colorbox-ie.css
Palbin

Replies: 19
Views: 15371

PostForum: v2.4 RN Issues   Posted: Mon Dec 28, 2009 3:58 pm   Subject: File does not exist: /includes/jquery/css/colorbox-ie.css
Just an FYI the reference to the newuser.css has been removed. It will not affect anything if you just want to wait for our maintenance release which should be out soon.
 Topic: File does not exist: /includes/jquery/css/colorbox-ie.css
Doulos

Replies: 19
Views: 15371

PostForum: v2.4 RN Issues   Posted: Mon Dec 28, 2009 3:17 pm   Subject: File does not exist: /includes/jquery/css/colorbox-ie.css
Same missing file

/modules.php?name=ErrorDocuments&file=404&rs=includes/jquery/newuser.css
 Topic: File does not exist: /includes/jquery/css/colorbox-ie.css
Palbin

Replies: 19
Views: 15371

PostForum: v2.4 RN Issues   Posted: Fri Dec 18, 2009 11:28 pm   Subject: Re: re: File does not exist: /includes/jquery/css/colorbox-i
What do you make of this:

File does not exist:
/includes/jquery/newuser.css
Referer:
/modules.php?name=Your_Account&op=new_user

Sorry we missed this post. I am looking into it now.
 Topic: File does not exist: /includes/jquery/css/colorbox-ie.css
mantasledge

Replies: 19
Views: 15371

PostForum: v2.4 RN Issues   Posted: Mon Sep 21, 2009 9:02 pm   Subject: re: File does not exist: /includes/jquery/css/colorbox-ie.cs
What do you make of this:

File does not exist:
/includes/jquery/newuser.css
Referer:
/modules.php?name=Your_Account&op=new_user
 Topic: RN 2.4 and Coppermine
NeapolitanWorld

Replies: 23
Views: 23578

PostForum: v2.4 RN Issues   Posted: Tue Sep 15, 2009 5:57 pm   Subject: re: RN 2.4 and Coppermine
Maybe somewhere in the modules/coppermine/displayimage.php file? any guru's see anything that sticks out?

<?php

/************************************************************************/
/* ...
 

 Jump to:   

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