Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 24 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Very interesting problem - blank page - I need help u guys | |
probador Replies: 7 Views: 13480 ![]() |
![]() |
Ok, so following your recommendations I changed my hosting server. The web has been online for 1 week and no crashes /errors...
I uploaded the same files and databases as in my old server. I gue ... |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
well here's how I did this:
Added to postAdminStory: $new_date = strftime("%d-%m-%Y"); And added new_date as a text field on nuke_stories Then adding $new_date when inse ... |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
Actually I am reading the manual and trying to succesfully use the strftime function.
Thanks anyway for your support, I'll let you know if I get sth out of this. |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
If I make a php file with this:
<?php setlocale(LC_TIME, "es_ES"); echo strftime("%d de %B, %Y"); ?> I get the time fomat I need. Now, how sh ... |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
Susann thanks, but:
changing that I still get in the table of the databese a format like this: 2006-09-05 17:22:34 any ideas?? |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
Ok fkelly ill try to follow your example, but I dont really know where to start ![]() Should I concentrate on looking for a way to save the time correctly on the database or a way to reformat th ... |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
Thanks for your quick answer montego:
Another solution I could use is make the user insert the date manually. For that, I'd need another field under nuke_stories, lets name it "manualdate". I'll l ... |
|
Topic: Date format in nukestories --- now() | |
probador Replies: 11 Views: 9350 ![]() |
![]() |
Here's my problem:
The datetime that is recorded in nuke_stories is the American format e.g.: 2006-03-04 whereas I need it to be day-month-year. I tried changing local time format to es_ES (for ... |
|
Topic: Very interesting problem - blank page - I need help u guys | |
probador Replies: 7 Views: 13480 ![]() |
![]() |
I am changing to another hosting right now.
My guess was that during the night, some google bot, hack attempt or sth similar tried to enter the site and nukesentinel executed an invalid operation f ... |
|
Topic: Database size after adding IP2COUNTRY Data | |
probador Replies: 4 Views: 9694 ![]() |
![]() |
IT looks like you can delete all the entries of IP2Country except for the IANA Reserved ones.
This has been addressed: http://www.ravenphpscripts.com/modules.php?name=Forums&file=viewtopic&a ... |
|
Topic: Very interesting problem - blank page - I need help u guys | |
probador Replies: 7 Views: 13480 ![]() |
![]() |
First of all, thanks for your reply.
I'll try to answer as much as possible: 1.- Google "blank pages" in ravenphpnuke: that's exactly what I've been doing for the last couple of days. There are ... |
|
Topic: Very interesting problem - blank page - I need help u guys | |
probador Replies: 7 Views: 13480 ![]() |
![]() |
Here is the thing:
I designed a web for the last 4 months based on raven v2 and later on, upgraded with nuke sentinel 2.5.02. When I uploaded it to the server, it worked fine for 1 day. Then, sudd ... |
|
Topic: I have a problem ''access this site with an invalid IP.'' | |
probador Replies: 136 Views: 183125 ![]() |
![]() |
OK, I'll answer myself;
I got the problem, at least in my case I didn't have to upload the whole ip2country, just the file "IANA Reserved". It worked!! and I saved a lot of Mb !!! |
|
Topic: I have a problem ''access this site with an invalid IP.'' | |
probador Replies: 136 Views: 183125 ![]() |
![]() |
hey guys:
unfortunately, I have the same problem but here's the thing: my server does not allow me to have sqls bigger than 8Mb. Everyth was fine without IP2C but right now I can't import all of th ... |
|
Topic: How to make a Text visible only if you are from a certain gr | |
probador Replies: 6 Views: 6727 ![]() |
![]() |
Yes thats what i thought but i dont seem to find the nsn Groups code that controls whether certain block or module is displayed | |
Topic: How to make a Text visible only if you are from a certain gr | |
probador Replies: 6 Views: 6727 ![]() |
![]() |
Yes I know that, but I want to make only this particular lines visible for a specific nsnt group (and not the whole module/block)
Any idea?? |
|
Topic: How to make a Text visible only if you are from a certain gr | |
probador Replies: 6 Views: 6727 ![]() |
![]() |
I think the Subject is self-explaining. I have this module and I want to make the ECHO function visible depending of your membership (nsnt groups).
So lets say I have 4 groups, but only one will se ... |
|
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
well you define a class on your CSS file of your theme with the type of letter etc...
e.g.: .BIG { font: 22px verdana, sans-serif; color: #3D3D3D; } Then you can call it with ... |
|
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
I haven't come up with the solution yet. For the moment I am using WYSIWYG with span tags.
Good luck. |
|
Topic: FCK editor not working on IE explorer | |
probador Replies: 18 Views: 41667 ![]() |
![]() |
Thanks !! ![]() ![]() ![]() ![]() ![]() |
|
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
Now I changed:
echo "<p align=\"justify\"><font class=\"content\">$contentpages[$arrayelement]</font></p>"; for: echo "$myt ... |
|
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
Still no clue what is going on....
This is the code for the content module: function showpage($pid, $page=0) { global $prefix, $db, $sitename, $admin, $module_name; includ ... |
|
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
Thanks for your interest. | |
Topic: Dropping style on content module? | |
probador Replies: 17 Views: 20890 ![]() |
![]() |
Hi
WYSIWYG is great ![]() |
|
Ravens PHP Scripts And Web Hosting Forum Index |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours