Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 36 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: KISGB 5.1 Parse error | |
| hanscom Replies: 0 Views: 8013 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| Thanks for your suggestions.
I will try them. |
|
| Topic: KISGB-nuke with different phpnuke admin.php name | |
| hanscom Replies: 5 Views: 10151 |
|
| 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 |
|
| 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 |
|
| Eureka!
In httpd.conf I removed the # at the beginning of: EnableSendfile off |
|
| Topic: Localhost with KISGB-nuke problem | |
| hanscom Replies: 13 Views: 16792 |
|
| KISGB-nuke 5.1.1
Date of files: april 11 2005 |
|
| Topic: Localhost with KISGB-nuke problem | |
| hanscom Replies: 13 Views: 16792 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
