Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
NeapolitanWorld
Involved
Involved



Joined: Nov 06, 2005
Posts: 339
Location: Los Angeles, USA

PostPosted: Fri Aug 21, 2009 10:02 am Reply with quote

gazj, I get a "http://nunuke.co.uk/404.php" 404 page trying to get your css files.

jc

_________________
My Raven Site Neapolitan Mastiff 
View user's profile Send private message
gazj
Worker
Worker



Joined: Apr 28, 2006
Posts: 152
Location: doncaster england

PostPosted: Fri Aug 21, 2009 1:36 pm Reply with quote

works fine for me

_________________
as i stare into the abyss and battle with my demons i yell timeout and have a coffee break. 
View user's profile Send private message Visit poster's website
NeapolitanWorld







PostPosted: Fri Aug 21, 2009 1:57 pm Reply with quote

Sad not me it keeps giving me the 404 page. Anyone else? it's probably just me as usual Mad Neutral
One minor problem with this chat. Anonymous can chat with users. Testing logged out I clicked to chat a user and I'll be darn it works just fine... so instead of username: it's just blank : and what ever is typed.
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Fri Aug 21, 2009 2:51 pm Reply with quote

works fine for me

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
gazj







PostPosted: Fri Aug 21, 2009 6:24 pm Reply with quote

thats because eldos install instructions dont allow for it being limited to only users just on the part in the header.php you added for the session start before it add
if(is_user($user)){

below the code for the chat add

}
 
eldorado
Involved
Involved



Joined: Sep 10, 2008
Posts: 424
Location: France,Translator

PostPosted: Sat Aug 22, 2009 5:21 am Reply with quote

thanks gazj , yes indeed . It's like that on mine site , i'll repack it with the changes so people don't get confused.

@Raven: is it possible to copy custom css files to themes/ravennuke.css? I read the heading and i'm confused whether or not we can use it.
Latest version :nukified credits goes to gazj , thanks m8 [ Only registered users can see links on this board! Get registered or login! ]

_________________
United-holy-dragons.net (My RN site)- Rejekz(cod4 clan) - gamerslounge 
View user's profile Send private message Visit poster's website MSN Messenger
gazj







PostPosted: Sat Aug 22, 2009 8:08 am Reply with quote

oh also wrap the css and js in an if(is_user that way guests click the links and nothing happens
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Aug 22, 2009 9:07 am Reply with quote

eldorado, the themes/ravennuke.css can be changed by us at any time, just so you are aware (just be careful on upgrades) and is intended to help us bridge that gap as we strip out presentation from the business logic in the scripts.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
Palbin







PostPosted: Sat Aug 22, 2009 9:16 am Reply with quote

eldorado, you can use it,but just an fyi adding css, js etc to the header will be much easier in 2.4
 
gazj







PostPosted: Sat Aug 22, 2009 8:34 pm Reply with quote

why will it is there some supert top secrect script kguse is making to insert <head> includes via sql Razz i bet there is oh spill the beans lol
 
gazj







PostPosted: Tue Sep 08, 2009 8:34 pm Reply with quote

just a heads up i finally figured out why my chat.php was being screwed after i edit it i use dreamweaver and for some reason it screws the json parts so if you have trouble with errors being issued in the chat.php edit the original chat.php in notepad

eldo add this to the chat.php you offer in the download this will stop users having to edit the file

include_once('config.php');
global $dbhost, $dbuname, $dbpass, $dbname;
define ('DBPATH',$dbhost);
define ('DBUSER',$dbuname);
define ('DBPASS',$dbpass);
define ('DBNAME',$dbname);
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Wed Sep 09, 2009 5:56 am Reply with quote

Please...not notepad. Use pspad or some other editor that won't mess up your files for some top secret reason. Smile

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
eldorado







PostPosted: Fri Sep 11, 2009 3:12 pm Reply with quote

i use notepad++ for some reason Smile
 
eldorado







PostPosted: Sun Dec 27, 2009 9:01 am Reply with quote

Gasj , are you dead m8? i've wiped my website and lost the precious jquerychat_nuke.zip file...If anyone can send it to me , will save me time rebuilding it xD

edit: Ok , i'm ready to release a version of it for r2.4.
However i'd like to understand how addJSToHead($inlineJS, 'inline'); works and how can I add custom javascript without touching the core
 
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Sun Dec 27, 2009 11:13 am Reply with quote

Here is an explanation in the Wiki
[ Only registered users can see links on this board! Get registered or login! ]

If you have questions, ask away.

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
kenno
Worker
Worker



Joined: Jul 26, 2009
Posts: 117
Location: Scunthorpe, UK

PostPosted: Sun Dec 27, 2009 3:07 pm Reply with quote

eldorado wrote:
Gasj , are you dead m8? i've wiped my website and lost the precious jquerychat_nuke.zip file...If anyone can send it to me , will save me time rebuilding it xD

edit: Ok , i'm ready to release a version of it for r2.4.
However i'd like to understand how addJSToHead($inlineJS, 'inline'); works and how can I add custom javascript without touching the core


I have private messaged him aswell.
I would be interested in having this chat function on my ravennuke sites, so if you have a working download and tutorial on this, can you put me in the que for it aswell Very Happy

Thanks
 
View user's profile Send private message
eldorado







PostPosted: Sun Dec 27, 2009 6:51 pm Reply with quote

yeah...as soon as i'm done integrating it into my site i'll send it over..
 
kenno







PostPosted: Mon Dec 28, 2009 3:44 am Reply with quote

Thank you so much, that would be great

Thanks
 
NeapolitanWorld







PostPosted: Tue Dec 29, 2009 12:49 am Reply with quote

Gasj did a great job on my site with this chat! unfortunately his site has been down and have no way to contact him but would be great if some one has a full package available and continue to work on improving this crafty add-on! I'll need it for sure when RN does an upgrade so please let me know as well eldorado. It truly works like a facebook feature and is very fast. Just a few minor glitches here and there but over all it's great! Anyone knows any info on Gasj?
 
Palbin







PostPosted: Tue Dec 29, 2009 4:09 pm Reply with quote

Did he ever actually release this to the public?
 
NeapolitanWorld







PostPosted: Tue Dec 29, 2009 5:16 pm Reply with quote

Hi Palbin,
No he never did, he installed it on his site and mine as well. There are some minor changes / edits that he does for his install but it all I think has to do with the root of the files and where they go and perhaps some customization. He did more on his site install then mine. I was going to ask him for the complete package but he has since stayed off line. He is a real cool guy, and talented. I hope he comes on-line soon.

jc
 
kguske







PostPosted: Tue Dec 29, 2009 9:15 pm Reply with quote

I'll see if he has another email address...
 
kguske







PostPosted: Tue Dec 29, 2009 9:27 pm Reply with quote

He does, and I sent an email...
 
gazj







PostPosted: Sat Jan 30, 2010 9:29 pm Reply with quote

guys i was having alot of problems the past few months and with various things i havent been online at all im only online now because im at a friends havin afew beers.
my site is down due to not being around and not getting money into paypal.
If anyone needs help with the chat to install or customise pm me and ill see what i can do
 
eldorado







PostPosted: Wed Feb 03, 2010 11:22 am Reply with quote

Hooray , gazj's back.
Can you make the source available again? I lost mine during the upgrade of OpenSuse
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


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