|
|
|
Just activ news not newsadmin. And script your admin.module.php or admin.php |
|
|
got error:
Not Found
The requested URL /modules/news/sample-index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at temanku.net Port 80
you can try by your self on my network...btw thanks. |
|
|
|
// SET IT TO THE URL OF THE PHPFASTNEWS CODE FILE
define( 'FN_CODE_URL', '/modules/news/fastnews-code.php' );
Sett your [url]http://"web[/url] name" before /modules/news/fastnews-code.php
in fastnews-conf.php in news and newsadmin.
Maby you must change in news.php and newsadmin.php to. |
|
|
|
how to update some news or write something to this module..?
i cannot find newsadmin in my admin cp. |
|
|
|
have you past in
<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>
in your admin.modules.php?
Read Readme in files :) |
|
|
|
you mean like this? in admin.module.php
==========================
<style>
.ai_items {
width:100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;
<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>
}
================================ |
|
|
|
i set this under
<div class="ai_items">'
.url('admin/cache','<img src="'.uhome().'/modules/admin/cache.gif" />').
'<br />'.url('admin/cache','Cache Controller').'</div>
<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>
and over
<style>
.ai_items {
width:100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center; |
|
|
|
is that true like this?
[code]
<div class="ai_items">'
.url('admin/cache','<img src="'.uhome().'/modules/admin/cache.gif" />').
'<br />'.url('admin/cache','Cache Controller').'</div>
<div class="ai_items">'
.url('newsadmin','<img src="'.uhome().'/files/icons/admin/texts.gif" />').
'<br />'.url('newsadmin','News admin').'</div>
<style>
.ai_items {
width:100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;
}
[/code] |
|
|
|
Yes...
And so you have a icon in admin cp. it's same site but its login on the top. Log in without password.. |
|
|
|
yes. you right. but after login without password, got error
=============
Not Found
The requested URL /modules/news/fastnews-code.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at temanku.net Port 80 |
|
|
|
i write you must change script in news and newsadmin. Try it and this want to work.
I have not http: // " webhoste" in my script. My budy have the same script and the work withoute change.
Have you subdomain? |