Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Kamui

Pages: [1]
1
Discussion & Troubleshooting / News Script doesnt work
« on: April 24, 2003, 09:27:07 PM »
for some strange reason my news-script won't work.
im only getting this error message where the news shuld appear when i go to index.php?template=news

Code: [Select]
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/www/web1378/html/corenews2/news2.php on line 7

Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/local/lib/php/shownews.php) is not within the allowed path(s): (/home/www/web1378/) in /home/www/web1378/html/corenews2/news2.php on line 8

Warning: main(shownews.php) [function.main]: failed to create stream: Operation not permitted in /home/www/web1378/html/corenews2/news2.php on line 8

Warning: main() [function.main]: Failed opening 'shownews.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/web1378/html/corenews2/news2.php on line 8


i got it all done like it's described in the faq forum but nothing.

this is the news2.php to include
Code: [Select]
<html>
<head>

<body>

<?php
    chdir
&#40;"corenews2"&#41;;
    
include&#40;"shownews.php"&#41;;
?>


</body>
</html>


and this is the command i used in the news.html template

Code: [Select]
<?php 
include&#40;$_SERVER['DOCUMENT_ROOT'&#93;."/corenews2/news2.php"&#41;;  
?>


i dunno what i did wrong. hope you can tell me. thx[/code]

2
Discussion & Troubleshooting / neue seiten?
« on: April 24, 2003, 02:31:57 PM »
hallo. eine kurze frage. Wie kann ich neue Seiten erstellen, damit ich dann auskunft über die entstehung der gallery, etc geben kan.

Danke

3
Discussion & Troubleshooting / DateImage
« on: March 11, 2003, 06:40:09 PM »
hi. i dont wanna have the exacte time when the image was added. i only wanna have the date without time when i use {image_date}. How to do that? thx

4
Discussion & Troubleshooting / Details
« on: March 11, 2003, 03:59:06 PM »
hi. one more question XD
u know...
the details template shows the name, hits, size, etc... of the image but i wannit to show the format of the file. how can i do that?

Name: image3
Format: JPEG  <<<<
Size: 72 KB

like that it should look like, hope you can help

5
Discussion & Troubleshooting / Hits Counter
« on: March 11, 2003, 02:53:22 PM »
hi. after editing the templates my hit counter doesn't work anymore. how do i get hima work?

6
Discussion & Troubleshooting / new images
« on: March 10, 2003, 09:10:47 PM »
hi folks. i just got one little problem.
i would like to exchange the word "new", you see if u add new catgories or images, against an image, i.e new.gif, lying in the templates/images folder. what to do?
thx :P

Pages: [1]