• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Cutenews Help

  • 12,504
    Posts
    20
    Years
    • Seen Mar 13, 2022
    Ok ^^

    JK, why are you busy on MSN? I need help with cute news installation..~_~;
     
  • 12,504
    Posts
    20
    Years
    • Seen Mar 13, 2022
    Oh...

    How exactly should I put cute news on my website. the mentions CHMOD but i have no clue what that means, and they also want me to do something with 777...no clue about that either...help?
     
  • 12,504
    Posts
    20
    Years
    • Seen Mar 13, 2022
    Ummm...none?

    I just use the normal 'upload' thing.

    Should've started a new thread...sorry
     

    Morkula

    [b][color=#356F93]Get in the Game[/color][/b]
  • 7,297
    Posts
    20
    Years
    I was going to start a thread just like this... :)

    I'm using BlazeFTP, and I can't figure out what the heck to do with installing CuteNews.
     

    aRedMoon

    Wait for me outside the lines
  • 11,127
    Posts
    20
    Years
    Okay, upload the entire directory to yoursite.com/whatever/cutenews

    Then... wait while I go to install CuteNews elsewhere so I can do a step by step thing. XD
     

    PichuSecretBase

    Web Site Critique
  • 2,775
    Posts
    20
    Years
    Most File Managers don't support Chmodding so you would use FTP

    @RoboMecha- Try Rightclicking on a file that is uploaded and see if it says permissions or chmod and that will help you once Jkaizer tells you how to install (I'm clueless, I just know where the thing is =P)
     
  • 12,504
    Posts
    20
    Years
    • Seen Mar 13, 2022
    Umm how do you take a screenshot? I used to know the buttons, but I've forgotten...sorry

    EDIT: I do get permissions option on cutenews zip file
     

    aRedMoon

    Wait for me outside the lines
  • 11,127
    Posts
    20
    Years
    Tutorial Time!

    *intro music*

    Download CuteNews from the website to your harddrive. Then, unzip it with WinZip or WinRAR. (Go to download.com if you don't have either and download the trial version of WinRAR)

    Then, if you don't have an FTP client, download FlashFXP and install it. Simple enough, ne?

    Open up FlashXP (I'm assuming here that you know the FTP details. If you don't, ask your host. If your host doesn't have it, then get a new one) and enter in your FTP details, and connect to your site.

    Upload the "cutenews" directory (What you unzipped) to yoursite.com/cutenews

    And now it's time for a commercial break while JKaizer does just that.
     
    Last edited:

    aRedMoon

    Wait for me outside the lines
  • 11,127
    Posts
    20
    Years
    Okay, welcome back after the commercials.

    Cutenews should be uploaded now, eh? So now it's time to install it!

    I uploaded CuteNews to "https://www.pokevillage.net/fun/cutenews" so that's the URL I'll be using.

    Go to pokevillage.net/fun/cutenews (replace that with your own site) and a page should pop-up.
    Welcome to Cute News v1.3.6 installer

    This wizard will guide you through all installation steps and will help you configure the script

    Click the button "Proceed Installation"

    A new page should pop up with something looking similar to this.
    Checking File and Folder Permissions

    statistic for important files that must be CHMOD'ed and writable


    File / Folder Current CHMOD value Status
    /home/jesse/public_html/fun/cutenews/data/ 755 Writable
    /home/jesse/public_html/fun/cutenews/data/archives 755 Writable
    /home/jesse/public_html/fun/cutenews/data/backup 755 Writable
    /home/jesse/public_html/fun/cutenews/data/upimages 755 Writable
    /home/jesse/public_html/fun/cutenews/data/cat.num.php 644 Writable
    /home/jesse/public_html/fun/cutenews/data/category.db.php 644 Writable
    /home/jesse/public_html/fun/cutenews/data/comments.txt 644 Writable
    /home/jesse/public_html/fun/cutenews/data/config.php 644 Writable
    /home/jesse/public_html/fun/cutenews/data/Default.tpl 644 Writable
    /home/jesse/public_html/fun/cutenews/data/flood.db.php 644 Writable
    /home/jesse/public_html/fun/cutenews/data/Headlines.tpl 644 Writable
    /home/jesse/public_html/fun/cutenews/data/ipban.db.php 644 Writable
    /home/jesse/public_html/fun/cutenews/data/news.txt 644 Writable
    /home/jesse/public_html/fun/cutenews/data/users.db.php 644 Writable

    If any of them don't say "Writable", then you have a few problems. You need to CHMOD the files. This is easy in FlashFXP. Just click on the file so that it's highlighted and the hit CTRL+O.

    In the box Permissions, replace the current number with "777" and hit okay. Do that for any files that aren't writeable.


    When you've done that, hit "Proceed Installation"

    Full URL to Cute News directory: https://www.pokevillage.net/fun/cutenews
    ^ Where your cutenews directory is located.

    Then fill in the rest to whatever you want.


    After that, hit "Proceed INstallation" and this should pop up.
    CuteNews was successfully installed.

    ^_^

    Any questions, feel free to reply.
     

    aRedMoon

    Wait for me outside the lines
  • 11,127
    Posts
    20
    Years
    I linked to a good one, I suggest it highly.

    (And err, I can help you get past the 30 day limit)
     
  • 12,504
    Posts
    20
    Years
    • Seen Mar 13, 2022
    oooo...that would be helpful! ^^

    I will be back on later, but I seriously need to peel myself away from the comp..bad for my health!
     

    Morkula

    [b][color=#356F93]Get in the Game[/color][/b]
  • 7,297
    Posts
    20
    Years
    JK, *raises hand* I have a question. What if I already have a php script on my site (to keep it dynamic). How would I keep the news from showing up on every page?
     

    aRedMoon

    Wait for me outside the lines
  • 11,127
    Posts
    20
    Years
    Put it on the main page... such as index.php instaed of hte layout pages.

    Code:
    <?php include("layout1.php"); ?>
    <?php include("cutenews/news.txt"); // I think that's the file you link to - change it if I'm wrong ?>
    <?php include("layout2.php"); ?>
     
  • 185
    Posts
    20
    Years
    • UK
    • Seen Mar 17, 2024
    RoboMechaWobbuffet, put your enter sign in the middle of the page using <body topmargin="?">. I think it would make the page look better :)
     
    Back
    Top