I had this problem over the weekend but with the update it has not re-appeared. Just upload onto your server but be careful not to overwrite your cdata news.txt etc . and config.php. I backup everything first just in case.
127 2013-02-13 14:26:51
Re: CSRF fail (18 replies, posted in Problem Solving / Help & Support)
Are you using the latest version?
v1.5.2 GitHub 0ea0d27153
- Fixed XSS / PHP_SELF
- Executable PHP code in templates
- No input filter on backup name
- Faulty CSRF check in editnews
- Infinite loop of errors when ban file missing && Case-sensitive regexp for link check
- Escaping " for unban link && Input filter for | in IP ban
- Login Ban fixed
- Input filter in News Wizard
- News Preview: remove links
- Add preview function
- CSRF problem in image upload fixed
- Fixed image detection in image upload
- E-mails hidden by default
- Add checking "allow_url_fopen" option
- Improved install/update process
128 2013-02-12 12:47:05
Re: Cutenews 1.5.2 (9 replies, posted in News)
I have put More English grammar corrections here:
https://cutephp.com/forum/index.php?s=&...st&p=156726
129 2013-02-12 12:31:34
Re: CuteNews 1.5.0 Review (12 replies, posted in Script Feedback and Suggestion)
Some more English corrections:
CuteNews/inc/images.php
53 $img_result .= "
[color= red;]$image_name -> Image already exist![/color]";
$img_result .= "
[color= red;]$image_name -> Image already exists![/color]";
CuteNews/inc/options.php
283 msg("Error", lang('Error!'), lang("You cannot delete the RSS template, it is not even supposed you to edit it"), '#GOBACK');
msg("Error", lang('Error!'), lang("You cannot delete the RSS template, you are not even supposed to edit it"), '#GOBACK');
298 msg("error", lang('Error!'), "Cannot delete file ./cdata/$do_template.tpl
maybe the is no permission from the server", '#GOBACK');
msg("error", lang('Error!'), "Cannot delete file ./cdata/$do_template.tpl
maybe there is no permission from the server", '#GOBACK');
CuteNews/search.php
140 else echo "<div class='cutenews_not_match'>".lang('There are no news matching your search criteria')."</div>";
else echo "<div class='cutenews_not_match'>".lang('There are no news articles matching your search criteria')."</div>";
CuteNews/skins/base_skin/help/sections/archives.tpl
3 (where only the active news are hold)
(where only the active news are held)
130 2013-02-12 12:07:50
Re: User Self Registration? (1 replies, posted in Problem Solving / Help & Support)
Options>System Configurations>General>Allow self-Registration>Yes
Self-Registration Level>Choose your status>
Then link to www.yoursite.com/cutenews/register.php
131 2013-02-11 16:31:18
Topic: Highslide with ckeditor in Cutenews 1.5 (1 replies, posted in Script Feedback and Suggestion)
How to add Highslide into Cutenews 1.5 with CKeditor.
1. Download the highslide plugin from http://code.google.com/p/lajox
2. Upload highslide folder to cutenews/core/ckeditor/plugins/
3. Configure in cutenews/skins/base_skin/addnews/index_cke.tpl
Add to
toolbar: [
a value 'highslide'
e.g.
['Image','highslide',Table','HorizontalRule','Smiley'],
4. In cutenews/skins/base_skin/addnews/index_cke.tpl
Add the extra plugin 'highslide' after:
entities_greek: false,
extraPlugins: 'highslide',
5. Do the same two modifications as in 3 & 4 above in cutenews/skins/base_skin/editnews/editnews/index_cke.tpl
6. Modify cutenews/core/ckeditor/plugins/highslide/js/main.js
Just the line:
hs.graphicsDir = '/cutenews/core/ckeditor/plugins/highslide/js/graphics/';
Note 1: If you upgrade cutenews using the built-in upgrade function you will need to put back the changes in both templates index_cke.tpl
Note2: Ignore the readme in the downloaded highslide folder. You do not need to alter the ckeditor/config.js file. Cutenews does not use this.
Note 3; You can add/delete Highslide functions in:
cutenews/core/ckeditor/plugins/highslide/js/main.js e.g.
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
or
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'dark borderless';
hs.fadeInOut = true;
hs.dimmingOpacity = .75;
132 2013-02-10 12:31:22
Re: How do I intergrate Cutenews with Disqus? (28 replies, posted in Problem Solving / Help & Support)
I can't find this code in the 1.5 version. How to integrate cutenews with disqus original how to thread. This post has been edited by joifan2k: Aug 20 2012, 08:24 ...
Look in core.php for
$output = str_replace(array("[link]", "[/link]"), array('[url=]', "[/url]"), $output);
But I cannot guarantee that the hack will work in this new version.
133 2013-02-09 15:57:14
Re: WYSIWYG Editor Issue (No Line Break, No Format Options) (1 replies, posted in Problem Solving / Help & Support)
Check ckeditor in your cutenews/core/ directory, try reloading it.
134 2013-02-08 17:56:18
Re: Problem showing the date on a post. (7 replies, posted in Problem Solving / Help & Support)
Use a test page with the default template. If the date shows then it is not a cutenews problem but a problem with your template, webpage or css.
135 2013-02-08 10:06:48
Re: List titles of news (3 replies, posted in Problem Solving / Help & Support)
Use the Headlines template.
Change it to suit.
136 2013-02-08 10:01:48
Re: Problem showing the date on a post. (7 replies, posted in Problem Solving / Help & Support)
Have you set a date format in System Configuration>News>Time format for news?
137 2013-02-07 09:30:21
Re: Problem showing the date on a post. (7 replies, posted in Problem Solving / Help & Support)
Does the Title and short story show ?
Try using a Hex value for your colours
#ffffff
138 2013-02-05 13:03:43
Re: How to post news only for some users (3 replies, posted in Problem Solving / Help & Support)
You should be able to create a directory and password protect it using the control panel of your webserver.
Then put a newspage in that directory with the category for Journalists only.
Put a link to that page on your main website. When anyone clicks on the link to read that news page they will need to enter the password.
Google for .htpassword or .htaccess directories for more information.
http://bignosebird.com/apache/a10.shtml
139 2013-02-05 11:24:52
Re: How to put the captcha - v.1.5.2 (4 replies, posted in Problem Solving / Help & Support)
Options>system configurations>Smiles
Delete the list of smilies.
140 2013-02-05 11:22:40
Re: How to post news only for some users (3 replies, posted in Problem Solving / Help & Support)
Post the news into password protected directories and give your Journalists the password.
141 2013-01-30 10:54:44
Re: Cutenews 1.5.2 (9 replies, posted in News)
Well done. I see you have corrected the grammar/spelling in the new version.
![]()
142 2013-01-22 21:36:46
Re: CuteNews 1.5 Plugins (17 replies, posted in Problem Solving / Help & Support)
Support_Team last logged in 17 January but didn't give any support.
![]()
143 2013-01-22 21:10:18
Re: PDF File Uploads? (4 replies, posted in Problem Solving / Help & Support)
It would be easy for the cutenews authors to add in the facility for using CKFinder with CKEditor editor.
It would only need the option to be implemented in the control panel with a suitable template file in the base_skins add and edit news.
CKEditor with CKFinder allows the uploading of PDF files but CKFinder needs a licence if you want the facility of different directories, so this is probably why the cutenews authors have not included it.
It is possible to change the existing templates to incorporate CKFinder and you can then upload images and PDFs.
I can post how to do this if you are interested.
144 2013-01-21 16:20:20
Re: cannot login after purchasing licence and upgrading (8 replies, posted in Problem Solving / Help & Support)
Damoor, is it right that you are not the official support?
I am just another user. ![]()
145 2013-01-21 14:36:37
Re: cannot login after purchasing licence and upgrading (8 replies, posted in Problem Solving / Help & Support)
The file upload should be working if you have set the Full URL to cutenews Directory correctly.
The uploads folder is now cutenews/uploads. It was data/upimages. The upgrade script does not appear to fix this.
146 2013-01-19 20:12:03
Re: UTF-8 cutenews CKFinder or multiple image folders help (9 replies, posted in Problem Solving / Help & Support)
I have now got them all back to a completely unedited version.
Then why not use the new version cutenews 1.5.0 which has CKeditor and captcha built in. Then implement the CKfinder changes to that version.
147 2013-01-19 20:07:59
Re: File cdata/db.users.php is deprecated (1 replies, posted in Problem Solving / Help & Support)
Cutenews version In 1.5.0b used a temporary file for the database users called
db.users.php
This is no longer needed hence the deprecated message asking you to delete the file.
You can delete it from your server.
Your users are stored in
users.db.php
Which you must not delete.
If you logged in and deleted a user you would have removed the user from
/cdata/users.db.php.
148 2013-01-17 14:01:15
Re: Showing the comments by default (1 replies, posted in Problem Solving / Help & Support)
Options>System Configuration>News>Show Comments When Showing Full Story>Yes
149 2013-01-16 10:03:47
Re: I was able to replace them with preg_match commands (1 replies, posted in Problem Solving / Help & Support)
You have changed the command to preg_match but you have not added the end delimeter.
You always need a delimiter with preg_match and preg_replace
Like this
if(!preg_match("^$self^",$HTTP_REFERER) and $HTTP_REFERER != ""){
and this
$title = preg_replace("/<[^>]*>/","",$title);
Note the delimiter ^ at the beginning and the end of $self.
It does not matter what character you use for the delimeters but they must both be the same.
You can use / or ^ or >.
150 2013-01-06 12:54:43
Re: 500 Internal Server Error (2 replies, posted in Problem Solving / Help & Support)
Extract the files from the zip and then upload the extracted cutenews directory.
Set the correct permissions on the folders.
Run the installer by logging in to cutenews/index.php
Posts found: 126 to 150 of 305
CutePHP Forums → Posts by Damoor
