Ravens PHP Scripts: Forums
 

 

Search found 36 matches
Author Message
 Topic: KISGB 5.1 Parse error
hanscom

Replies: 0
Views: 8013

PostForum: KISGB General Support   Posted: Tue Jul 08, 2014 6:33 am   Subject: KISGB 5.1 Parse error
Hello,
I am using KISGB 5.1 (stand alone) on a php-5.2 system without problems.
However, my webhost intends to stop the support of this php version.
Now I am testing KISGB on a localhost system wit ...
 Topic: Make static HTML page a Home page
hanscom

Replies: 7
Views: 14344

PostForum: phpnuke 7.6   Posted: Fri Apr 10, 2009 3:53 am   Subject: Make static HTML page a Home page
I have decided to stick to method 2.
However, while my 'Home' module has been put in Home, the News message was
also displayed. To avoid this, I had to deactivate News and the message(s) in 'Messag ...
 Topic: Make static HTML page a Home page
hanscom

Replies: 7
Views: 14344

PostForum: phpnuke 7.6   Posted: Thu Apr 09, 2009 5:12 am   Subject: Make static HTML page a Home page
One more question.
I received a tip to place:
header("Location: modules.php?name=html&page=home.html");
exit;
after:
require_once("mainfile.php");
in index.php of php-nuke.
I tested it and ...
 Topic: Make static HTML page a Home page
hanscom

Replies: 7
Views: 14344

PostForum: phpnuke 7.6   Posted: Wed Apr 08, 2009 2:47 pm   Subject: Make static HTML page a Home page
I tested all 3 methods and the 2nd one is my favorite.
Thanks for the tips and clear explanation.
Regards, Hans
 Topic: Make static HTML page a Home page
hanscom

Replies: 7
Views: 14344

PostForum: phpnuke 7.6   Posted: Wed Apr 08, 2009 3:24 am   Subject: Make static HTML page a Home page
Hi,
I have several html files in modules/html/.
How can I modify index.php or an other file to use home.html in modules/html/
to become my home page (start page)?
Thanks in advance, Regards.
Hans
 Topic: log file cannot be locked with flock()
hanscom

Replies: 7
Views: 11323

PostForum: General/Other Stuff   Posted: Fri May 16, 2008 6:02 am   Subject: log file cannot be locked with flock()
It is not yet clear to me how to check ownership.
I use WS_FTP
 Topic: log file cannot be locked with flock()
hanscom

Replies: 7
Views: 11323

PostForum: General/Other Stuff   Posted: Thu May 15, 2008 10:14 am   Subject: log file cannot be locked with flock()
How to check ownership of a file?
Do you refer to files on my website?
I will consider the 2-nd tip.
 Topic: log file cannot be locked with flock()
hanscom

Replies: 7
Views: 11323

PostForum: General/Other Stuff   Posted: Thu May 15, 2008 1:45 am   Subject: log file cannot be locked with flock()
Last week I informed my host about the problems. I only got a standard message from them that they received my complaint.
Permissions of dirs and files are the same as in KISGB. Also tryed 777 and 6 ...
 Topic: log file cannot be locked with flock()
hanscom

Replies: 7
Views: 11323

PostForum: General/Other Stuff   Posted: Tue May 13, 2008 6:21 am   Subject: log file cannot be locked with flock()
Hi,
I have a log file on my site which has to be updated by the script:
<?php
$fp = fopen($logfile, "ab");
if(flock($fp, LOCK_EX)){
fwrite($fp, $s);
flock($fp, LOCK_UN);
}
fclose($f ...
 Topic: Question about spam.
hanscom

Replies: 1
Views: 6080

PostForum: KISGB General Support   Posted: Mon Dec 24, 2007 8:52 am   Subject: Question about spam.
Although $max_name_length = 20 spammers use the namebox with long lines of rubbish.
They enter Kisgb directly with www.mywebsite.com/modules.php?name=kisgb&file=index&action=add&...
I wo ...
 Topic: KISGB-nuke with different phpnuke admin.php name
hanscom

Replies: 5
Views: 10151

PostForum: KISGB General Support   Posted: Thu Nov 01, 2007 3:42 pm   Subject: KISGB-nuke with different phpnuke admin.php name
Thanks for your suggestions.
I will try them.
 Topic: KISGB-nuke with different phpnuke admin.php name
hanscom

Replies: 5
Views: 10151

PostForum: KISGB General Support   Posted: Thu Nov 01, 2007 7:17 am   Subject: KISGB-nuke with different phpnuke admin.php name
I suppose that I have to install Sentinel for using HTTPAUTH/CGIAUTH
I am using php-nuke 7.6
Is NukeSentinel(tm) 2.5.13 66-81 plus upgrade recommended?
 Topic: KISGB-nuke with different phpnuke admin.php name
hanscom

Replies: 5
Views: 10151

PostForum: KISGB General Support   Posted: Thu Nov 01, 2007 4:11 am   Subject: KISGB-nuke with different phpnuke admin.php name
I Have installed kisgb-nuke 5.11 with the kisgb-nukeadmin scripts:
case\case.kisgb.php , links\links.kisgb.php , modules\kisgb.php and images\admin\gb.gif
It works well as long as phpnuke's admi ...
 Topic: Only part of picture displayed
hanscom

Replies: 4
Views: 9523

PostForum: phpnuke 7.9   Posted: Wed Oct 31, 2007 3:50 pm   Subject: Only part of picture displayed
Eureka!

In httpd.conf I removed the # at the beginning of: EnableSendfile off
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Sun Oct 28, 2007 4:46 am   Subject: Localhost with KISGB-nuke problem
KISGB-nuke 5.1.1
Date of files: april 11 2005
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Sun Oct 28, 2007 3:32 am   Subject: Localhost with KISGB-nuke problem
The version of what application do you want to know?
Problem was solved after modification described in last post.
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Sat Oct 27, 2007 2:08 pm   Subject: Localhost with KISGB-nuke problem
Lines 56 & 57 changed in addtogb.php of KISGB-nuke 5.11 :
$HTTP_POST_VARS[private] = $HTTP_POST_VARS[private_msg];
if ($HTTP_POST_VARS[private]!="on") unset($HTTP_POST_VARS[private]);
into:
$H ...
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Sat Oct 27, 2007 2:42 am   Subject: Localhost with KISGB-nuke problem
Thanks for the tip about error reporting.

Yes, I am running PHP5
I changed the script in line 56 (private with quotes)
After that, I also had to change line 57 to add quotes.
Problem solved !
...
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Fri Oct 26, 2007 1:29 pm   Subject: Localhost with KISGB-nuke problem
Thanks for your time.
Error message says:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in E:\AppServ\www\modules\kisgb\addtogb.php on line 56
Line 56 is:
$HTTP_POST_VARS[priva ...
 Topic: Localhost with KISGB-nuke problem
hanscom

Replies: 13
Views: 16792

PostForum: KISGB General Support   Posted: Fri Oct 26, 2007 7:22 am   Subject: Localhost with KISGB-nuke problem
Hi,
php-nuke 7.6 runs as localhost on my pc with success. I have installed kisgb-nuke and it is in the admin panel.
Changes made in kisgb admin panel are successfull. All attributes of folders an ...
 Topic: Only part of picture displayed
hanscom

Replies: 4
Views: 9523

PostForum: phpnuke 7.9   Posted: Wed Oct 17, 2007 6:11 am   Subject: Only part of picture displayed
A while ago I ran across XAMPP but I didn't try it.
If I cannot find a solution I will try it.
 Topic: Only part of picture displayed
hanscom

Replies: 4
Views: 9523

PostForum: phpnuke 7.9   Posted: Wed Oct 17, 2007 3:50 am   Subject: Only part of picture displayed
Hi.
I have installed AppServ 2.5.9 with phpnuke 7.9 as localhost on my pc.
If I place a picture larger than 66 KB in the root of localhost and type
in the address bar: http://localhost/test.jpg
th ...
 Topic: How to disable the link in a block of the current page?
hanscom

Replies: 10
Views: 15810

PostForum: Blocks   Posted: Wed Apr 11, 2007 2:33 am   Subject: How to disable the link in a block of the current page?
Sorry, I don't understand.
Can you give an example to update a table?
TIA
 Topic: How to disable the link in a block of the current page?
hanscom

Replies: 10
Views: 15810

PostForum: Blocks   Posted: Tue Apr 10, 2007 3:44 am   Subject: How to disable the link in a block of the current page?
Another idea.
I want to change the content of a block by updating the mysql table, but nothing
happens and I get no errors. Is there somethig wrong with the script?
The script:

<?php
$con = ...
 Topic: How to disable the link in a block of the current page?
hanscom

Replies: 10
Views: 15810

PostForum: Blocks   Posted: Sat Apr 07, 2007 9:07 am   Subject: How to disable the link in a block of the current page?
Ok, my website is www.la-causerie.com and in the modules folder I have a
subfolder Html with several html pages. Some blocks link to those pages.
The main page when entering the site is in Dutch te ...
 

 Jump to:   

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