Jul 26, 2008

Cutenews Viewing Help

Free Web Hosting, No Ads > General > Hosted Members Area

free web hosting

Cutenews Viewing Help

hbk2006
Hi i would like some help on how to get cute news to view on your site.

I followed all instructions and got nothing so would some one please please help me out with this? im at a loss at what to do .

Notice from BuffaloHELP:
Editing title.

Reply

BuffaloHELP
Have you search the forum? It is important that instead of creating a new topic in impulse you search the forum and you should've found this http://www.trap17.com/forums/index.php?sho...ndpost&p=180273 The name of the program is CuteNews (no spaces in between).

Any way, if my memory serves me right you have to login to the LOGIN page where you enter your admin name (if something else) and password and you get to the control panel. There you'll see the option for synchronize or connect your news database to news feed. It depends on the style you want and you really need to read CuteNews FAQ's. I suggest you choose the news feed. The next page will give you the code to enter. All you have to do is copy that code to your webpage you want to insert/view/to show up. Remember it's PHP code so your webpage should be in .php extension.

Reply

hbk2006
Yes i did put the code it generated and i saved it as a php extention i then went open with firefox and then nothing it was a blank page .

the exact code was

HTML
<html>
<title> RfilesHome </title>

<head></head>
<body>

VEW CODE

</body>
</html>


file>saveas>Home.php

Openwith>firefox>blankpage.

i wrote an article incase ur wondering lol.

Notice from BuffaloHELP:
Last caution note. You cannot take credits for HTML tags or codes. Editing.

 

 

 


Reply

BuffaloHELP
First of all you're missing the command to excute the PHP code... that's why it's not showing up. Try this,
HTML
<html>
<body>
<?PHP
include("/home/public_html/directory/show_news.php");
?>
</body>

Where "directory" is if you installed it in the sub-directory. Anyway this code should be straight up front. If this does not work, just type the URL to show_news.php. If this does not show up by itself then there's something wrong with your CuteNews.

Reply

Saint_Michael
problem solved and being worked on.

--TOPIC CLOSED--

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : cutenews, viewing

  1. Image Viewing
    (3)
  2. Cutenews Alert!~ Your Site Might Be Hacked!
    (14)
    Ok so i was going through my email inbox, and i received a very scary email from my old host,
    starszz.com saying of this really dangerous thing going around with cutenews users.. ok let me
    summarize it hackers somehow found a way to hack your site by accesing your search.php file on your
    cutenews directory i googled into it, and there is a couple of Big sites that were hacked, and its
    adviced for you to delete the search.php file of your cutenews directory immediately, i dont know
    how this can be done, but imjust warning you i deleted my search.php file just in case....
  3. Cutenews!
    (7)
    http://cutephp.com/.. . I use it for my website (http://2kart.vzz.net), its pretty rockin' and
    its free. You get short and full story options, lots of users, all kinds of other things... check it
    out.....
  4. Encode Your Email Address
    Confuse the Spam Bots, but not your viewing clients (5)
    Spam bots often 'scrape' pages to glean information and collect email addresses. I don't
    like that. To combat the Bots from collecting my address off of my site, I wrote a script that
    includes 'obscures' the address in several ways. It adds 'AT' where the '@'
    sign is and then replaces the '.' with 'DOT' so it is humanly readable, but not by
    the Bots. Also, it encodes the 'mailto' and the address used in the 'mailto' so it
    shows okay on the web page and on:hover, but it is actually encode into hex value....
  5. Php And Flash Image Gallery
    Need some help in creating or editing an xml file while viewing some o (5)
    Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
    style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
    On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
    folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
    picture: CODE <pictures>     <image location="nameofpicture1.jpg"
    desc="" />     <image location="nameofpicture2.jpg" desc="" /&#....
  6. Viewing A Sql
    (2)
    im trying to open up a sql to modify a database but my computer im using is kinda slow and everytime
    i open it up in wordpad it freezes lol does anybody know a good program or text editor i can use to
    view sql files?......
  7. Problem
    when viewing this sight (1)
    This is the first time i encounter this problem, first i thought some of my posts were being deleted
    but then i realized that they were not. Here is the problem, I go to see my credits I see a value
    X. I post couple of posts (as a result getting more credits) and go see my credits, I see a value
    Y. After a while i return to see how many credits i have, I see the value X is back. I thought the
    posts were deleted but after i click again I see the value Y back (some times it takes couple of
    clicks and refreshes to get the real value). Then I click again and the val....
  8. Cutenews Ru
    (4)
    Howdy, I'm using Cutenews for 3 years for now and i always wanted it to use mysql. Now i
    descovered cutenews RU, it uses mysql but the layout is verry dumbč! Can somewone help me to
    create a basic lay-out? grtz! Styno ....
  9. Adding Second Page Of Cutenews To My Site
    How do I do this? (2)
    I'm using Cutenews on my website. I forgot to mention in my last post on this topic that
    Cutenews is news system that can be integrated into an existing website and can function like a
    blog. Well, I recently integrated cutenews into an existing site, and I'm wondering how I get
    the older news to show up on another page. For example, I'm using cutenews on my main index
    page. At the bottom of the page I'd like to put a link that says, "old news," and have that page
    open up into a new page of my older news/blogs that people can still post comments on. What....
  10. Editing Cutenews
    How do I change colors within template? (5)
    This one will probably be a no-brainer for most of you talented folks out there, but I'm still
    not there yet. I just installed Cutenews and want to do a simple color change to the text within
    the "default" template. All I want to do is change the color on the title and comment text. I
    wouldn't mind changing the font size either. I tried inserting html code but that didn't
    work, so either I'm inserting it the wrong place or I'm using the wrong code. What's the
    easiest way to do this? Thanks in advance for your help.....
  11. Javascript Postamble(); What Is It?
    when viewing a web source code it appears (5)
    I was paranoid! After all that cleaning my computer from spyware I realized the following codes
    were showing up constantly (everywhere I go) when I viewed a page source. Just before ends HTML
    <script language=' javascript ' src='
    http://127.0.0.1:****/js.cgi?pca&r=***** '> /script > And after HTML
    <script language=' javascript '>postamble(); /script > WHAT DA HECK IS IT??
    It looks like some java script was calling from within my computer and *'s were changing
    constantly with each time I refreshe....
  12. Time Viewing
    (14)
    Einstein once proved time travel impossible but never said anything about time viewing i bielive so
    i posted this to see if anyone has opinions i can feed off of about either a)do you think time
    viewing will ever be possible and if so your theory or b)do you not agree with Einstein and think
    time travel wil one day be possible and if so your theory....
  13. Cutenews... Good/bad?
    you know you hard about it... (4)
    you know out of all the best news system scripts I've ever know I'd say cutenews would
    have to be the best and I know most of you have problably heard it... and so I was wondering what
    do you guys think?....
  14. Need Help Wite Viewing Site In Ie
    Navigation fails to work in internet exploder (5)
    Well guys most of the time I like to at least try to figure stuff out my self however I have been
    fighting with this navigation problem for a long time and its really starting to bug me. The
    problem is that I got it working fine... or so I thought because I was using firefox however when I
    tested it in IE it failed to work at all. Maybe you guys could be some help. Place where I
    originally got the Navigation: http://www.alistapart.com/articles/horizdropdowns/ However Im using
    the Javascript found here: http://www.nickrigby.com/article/11/drop-d...ntal-style-pt-2 ....
  15. Forum Viewing Under Firefox Vs. Ie
    (5)
    Hello, I guess this would be a suggestion, I odnt really know. Well, on your forums when I click
    your Trap 17 logo, it send me no where. I think it just refreshed the page. I thoguth it was just a
    little script glitch. Then I tried it in Internet Explorer and the logo sent me back to the main
    forum index. Is it possible to make it like that in Firefox? This is weird how it doesnt work, it
    should. Thanks, husker P.S it might just be my computer. Are other Firefox users encountering
    this same error?....
  16. Centering Page Of Html At Various Display Widths
    Viewing Screen Shots No Matter Resolution (14)
    I am running into a HUGE problem creating a website. When viewing the site on 800x600 it views in
    the center of the page. When viewing the site on 1024x768 it views on the left side of the page. How
    do I make the page always appear in the middle? I have seen many sites set up that will adjust
    accordingly, but I cannot figure it out. If you want to view my source you can do so by going to the
    website: www.faithcity.org/test.html. Moving to the html Topic ....
  17. How Many Ppl Viewing These Boards R Girls?
    I'm a 15 yr old girl... wonder how many more there r! (21)
    Just browsing along i noticed the majority of ppl on here r guys... just thought id post a poll to
    find out how outnumbered i really am!!! Moved to general talk ....
  18. Trap17 Gfx Crew To Maintain Gfxtrap.com
    easy interface with CuteNews to update (0)
    GFXTrap.com is now equipted with easy interface using CuteNews to update the site with current
    news and SOTW winners. Who is responsible for maintaining up-to-date news and STOW winner
    announcement at the site? All current Trap17 GFX Crew members who are willing to participate How
    do crewmen update GFXTrap.com's main page? Access GFXTrap.com update site and enter your
    login and password There's no need to add new announcement. Edit the appropriate titles using
    correct information/image link Check the main page GFXTrap.com and make sure that it is ap....
  19. Help- My Animations Stopped
    viewing animations on the Internet (3)
    It started yesterday for somereason i cant view animation on the internet can anyone help? Made
    better topic and description ....
  20. Get Paid For People Viewing Your Images
    ImageCASH (41)
    There is a pretty new site, called ImageCASH, where you upload your images, and when someone goes
    to look at it, you'll get awarded a tiny bit of money. It works this way: You upload an image
    and share the link with everyone People watch your images in ther web browser, on a page wich also
    got advertisements You will get payed 30 percent (10 percent for reffered people) of the money
    advertisements of your images generate! Here's The Link http://www.imagecash.net ....
  21. Cutenews Installation Help
    looking for instructions (1)
    Hi i am having some trouble with hosting. I have cute news uploaded the the hosting but i do not
    know how to install it becuase im not quite sure of the directory my home directory is .
    rfiles.trap17.com ive uploaded it and thats all ssome help on what to do from here would be greatly
    appreciated. Topic title and description are VERY important. Editing. ....
  22. Auto Webpage Resolution Format
    Viewing Problem Help Needed Please (7)
    Hi, my website was created with Frontpage 2003. At screen resolution 1024 * 768. Now the problem
    that I am finding is people with a screen resol. 800 * 600 see the table and everything in the wrong
    place and its all messed up. Is there a way to make it so the site is compatiable with all screen
    resolutions. Thanx in advance for your help. Edited topic title. ....
  23. Setting Up Cutenews
    (13)
    Using Frame This tutorial here is for templates that has diffent text files for the frame.And the
    template is separate from it.Scroll down for the normal template. Ok I see a lot of people that
    have problems setting up a simple cutenews because on their tutorial they dont explain it well
    enough for beginners. I am going to explain it using trap17 with the cpanel script of cute news.
    Ok first logon to your cpanel and click "addon scripts" or go where the scripts are and look for
    "cutenews". Put in your information and what the script will be call but I would call i....
  24. Saint-michaels 20 Sigs Galore
    20 bran new sigs for your viewing (6)
    ....
  25. My Cutenews Won't Show
    (2)
    I did everything it says and it won't shows see for yourself it won't show
    mech-studios.trap17.com....
  26. Problem With Viewing Advertisements
    (3)
    My problem just started. An example is the banner ad here on this thread at the top. It says "Action
    Canceled" Internet Explorer was unable to link to the web page. I also get alot of the "Page can not
    be displayed". I have this problem on countless websites and it is also screwing with my weather bug
    so I can't even view my local radar or forecast. Is this a possible Java or Active X problem?
    When I click on the banner ad then properties I get a URL address that starts with
    res://C:\WINDOWS\System32\shdoclc.dll/navcancl. Can anyone HELP? I have tried....
  27. Viewing Images
    Thumbnails to full size (10)
    Hi, Need help designing a thumbnail page in frontpage. Need to have about six thumbnails aligned on
    the right hand side, and when you put the mouse over the thumbnail you can preview the image on the
    same page (as opposed to previewing it in a new window). Does anyone know a good way to do this?
    ....
  28. Do You Want A Cutenews / Music Player Tutorial?
    music player in website and cutenews tutorial. (5)
    hi, this topic seem to fit into this catogery. I do not know if i should make tutorial for cutenews
    blog and flash music player in website. they are not hard to install, but some people find it very
    difficult, that is no point to make a tutorial if no one need it, so before i start, i would like to
    know whether there is a need for it or not.....
  29. Help With Cutenews
    How Can I Put It On My Frontpage Site? (4)
    I installed CuteNews on my hosting account and I can't figure out how I can put the news on my
    site. Can someone help? Thanks alot!....
  30. Who's Viewing My Site?
    Targeted for AIM users (11)
    As some of you may know, I asked a question on how to get a portion of the URL in the address bar
    and save it, and thanks to several sources*, I have successfully learned how to do that. Today, I
    will share with you, step-by-step, my knowledge. The object of this tutorial is to mimic a
    feature on many subprofiles where you're able to see the AIM screennames of people who viewed
    your site. Note : The URL that I will be using extensively throughout this tutorial is
    http://yoursite.trap17.com . This is not a special URL reserved on trap17 but is merely a represe....

    1. Looking for cutenews, viewing

Searching Video's for cutenews, viewing
Similar
Image
Viewing
Cutenews
Alert!~
Your Site
Might Be
Hacked!
Cutenews!
;
Encode Your
Email
Address -
Confuse the
Spam Bots,
but not your
viewing
clients
Php And
Flash Image
Gallery -
Need some
help in
creating or
editing an
xml file
while
viewing some
o
Viewing A
Sql
Problem -
when viewing
this sight
Cutenews Ru
Adding
Second Page
Of Cutenews
To My Site -
How do I do
this?
Editing
Cutenews -
How do I
change
colors
within
template?
Javascript
Postamble();
What Is It?
- when
viewing a
web source
code it
appears
Time Viewing
Cutenews...
Good/bad? -
you know you
hard about
it...
Need Help
Wite Viewing
Site In Ie -
Navigation
fails to
work in
internet
exploder
Forum
Viewing
Under
Firefox Vs.
Ie
Centering
Page Of Html
At Various
Display
Widths -
Viewing
Screen Shots
No Matter
Resolution
How Many Ppl
Viewing
These Boards
R Girls? -
I'm a 15
yr old
girl...
wonder how
many more
there r!
Trap17 Gfx
Crew To
Maintain
Gfxtrap.com
- easy
interface
with
CuteNews to
update
Help- My
Animations
Stopped -
viewing
animations
on the
Internet
Get Paid For
People
Viewing Your
Images -
ImageCASH
Cutenews
Installation
Help -
looking for
instructions
Auto Webpage
Resolution
Format -
Viewing
Problem Help
Needed
Please
Setting Up
Cutenews
Saint-michae
ls 20 Sigs
Galore - 20
bran new
sigs for
your viewing
My Cutenews
Won't
Show
Problem With
Viewing
Advertisemen
ts
Viewing
Images -
Thumbnails
to full size
Do You Want
A Cutenews /
Music Player
Tutorial? -
music player
in website
and cutenews
tutorial.
Help With
Cutenews -
How Can I
Put It On My
Frontpage
Site?
Who's
Viewing My
Site? -
Targeted for
AIM users
advertisement



Cutenews Viewing Help



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE