Skinbase.org Skinbase.org

can´t install php News Manager 1.46 ?

By nazar
4,094 views 16 replies
warren avatar
warren
Member
OP
I have the same problem, please help us !!!
snowman avatar
snowman
Member
The question has most likely been answered in one of the multitude of threads in the PHPmanager forum <br />Poke around a bit and you&acute;ll surely find it
peter_vazed avatar
peter_vazed
Member
With your ftp prog: <br />Create a folder: newman <br />Upload all the files in this folder <br />chmod db.inc 666 with your ftp prog <br /> <br />More about chmod see your host info page. <br />If it is a WinNT server you have to give permission to the folder. <br /> <br />Now run install.php <br />Fill in the names you have got of your host. <br />If you have lycos there is no pasword needed. <br />Now: submit <br /> <br />Info: http://members.lycos.nl/vazed/webmagazine/ <br /> <br />:car <br />
nazar avatar
nazar
Member
Well, i&acute;ts installed. Thanks. (o) <br /> <br />Right now i want to modify every news title show on top our browser lik My Site - Webmag - News title here - Microsoft Internet Explorer. How it come?
nazar avatar
nazar
Member
?

Edited

peter_vazed avatar
peter_vazed
Member
Webmagazine is just ONE page. <br />Only the content part changes. <br />The title is in the head.php <br /> <br />You want a title in the browser window? <br />Well, then add title to the table news. <br />And of course add title to Add News. <br />Then you have to go in the code to make some changes, so the $title will show up. <br /> <br />This is not a simple thing to do. <br /> <br />:car <br /> <br />
nazar avatar
nazar
Member
well, <br /> <br />would you give me some sample here? please paste the code here. <br /> <br />Thanks
nazar avatar
nazar
Member
well, <br /> <br />would you give me some sample here? please paste the code here. it&acute;s useful for serch enggine popularity. <br /> <br />Thanks

Edited

peter_vazed avatar
peter_vazed
Member
A sample? <br />Past the code? <br /> <br />There is a lot of code. <br />Past the code here will destroy the real code, because this messageboard does not accept all the code in a message. <br /> <br />If you understand PHP and SQL very well, it will take four hours to do what you want. <br />If you&acute;r a newbie ín PHP and SQL it will take four weeks. <br /> <br />All the code is already in Newman and Webmagazine. <br />You have to find out how all the code is working together. <br />Then you can rewrite the code or add a new item or option. <br /> <br />If you have Apache PHP and SQL on your computer you can play around with the code. <br />If you have not, open a account at lycos to make it a test site. <br />So do not make changes in your original on-line site. <br /> <br />You have to make the changes in NEWMAN and SQL. <br />Then in WEBMAGAZINE to see the changes. <br /> <br />You need a PHP editor like ConText. <br />And if you make changes COUNT. <br />Count the { and }, they have to be paired, if not it will not work. <br />Php code is not html . <br />A wrong html code will still show up in a browser. <br /> <br />:car <br /> <br /> <br /> <br /> <br /> <br />
nazar avatar
nazar
Member
thanks, but still not found clear solution here. <br />}:?
nazar avatar
nazar
Member
thanks, but still not found clear solution here. <br />}:?
nazar avatar
nazar
Member
thanks, but still not found clear solution here. <br />}:?
onuzu avatar
onuzu
Member
I have a serious problem. I downloaded newman and uploaded to the server. When I call install.php and enter the database name and other information needed and click submit, the page just refreshes and the same page is shown with all the information I entered gone.
polaris avatar
polaris
Member
Do you have REGISTER_GLOBALS set to OFF? <br /> <br />Regards.
onuzu avatar
onuzu
Member
Hi Polaris thanks for repling, please how do I do that? I mean how do I have the REGISER_GLOBALS set OFF.
onuzu avatar
onuzu
Member
Hi Polaris thanks for repling, please how do I do that? I mean how do I have the REGISER_GLOBALS set OFF.
polaris avatar
polaris
Member
For this script it&acute;s better to have REGISTER_GLOBALS set to ON. <br />This is made throught the php.ini file so if you&acute;re not system administratior you can&acute;t do this. <br />You can try to put .htaccess file to your root directory and put this line in file: <br /> <br />php_flag register_globals on <br /> <br />Regards.
Sign in to post a reply.