Git Product home page Git Product logo

nodcms's People

Contributors

actions-user avatar anvari182 avatar dependabot[bot] avatar ermia-synyo avatar h0zen avatar khodakhah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodcms's Issues

Admin page not load

Fatal error: Cannot redeclare mk_use_uploadbox() (previously declared in /Applications/XAMPP/xamppfiles/htdocs/nodcms/nodcms/helpers/NodCMS_form_helper.php:3) in /Applications/XAMPP/xamppfiles/htdocs/nodcms/nodcms/helpers/nodcms_form_helper.php on line 39

Looking for help

Don't work fancybox in portfolio

Hello, I load more than 20 extensions to portfolio, but don't worked fancybox and in page displays only 10 extensions and loading in footer, how to fix it?

investigation version 3.0 not work!

Hello devs,
Indeed the nodCMS version 3.0 does not start and after a first investigation it remains in the root of the project a file index.php of the version 2.0 which has nothing to see in version 3.0 (to be removed) in two the .htaccess is not too much in conformity and also belongs to the version 2.0:
.htaccess code of the root

redirect to public page

RewriteEngine On RewriteCond %{REQUEST_URI} !^public$ RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] RewriteRule "^(.*)$" "/myPath/public/" [R=301,L]

disable directory browsing

For security reasons, Option all cannot be overridden.

Options +SymLinksIfOwnerMatch -Indexes

prevent folder listing

IndexIgnore *

End of .htaccess code

don't forget to empty the browser cache in order to read the new routes, the work is not finished, I continue the investigations...
especially do not forget to launch compose install in the root of the project.
See you later

continuation of my investigations date 2021/08/12
little reminder,

  1. delete the file root/index.php

  2. replace the content of the file root/.htaccess

  3. modify the line 36 of the file root/public/index.php
    define("CONFIG_BASE_URL", URL_PROTOCOL.$_SERVER['HTTP_HOST'] . str_replace(basename($_SERVER['SCRIPT_NAME'])),"",$_SERVER['SCRIPT_NAME'] );

  4. correct line 1 of the file root/nodcms-installer/views/database.php

addJsFile("assets/nodcms/js/installer-database.min"); ?>
  1. modify line 55 root/nodcms-core/Filters/InstalledVerification.php
    return redirect()->to(base_url('General'));

I'm stuck on the default language selection
cordialement
Translated with www.DeepL.com/Translator (free version)

without metronic

the entire metronic folder is missing in the project to give the system a correct operation

Blank white page installer on Localhost XAMPP 7.0.2 Windows 10

I'm trying to install this nodcms on my localhost with xampp 7.0.2, windows 10, when open http://localhost/nodcms/, it redirect to http://localhost/nodcms/install/ folder, but show nothing , just blank white page.
i tried to echo "INST_BASEDIR.INST_RUNFOLDER.INST_RUNINSTALL", then it shows E:\XAMPP\htdocs\nodcms\install\installer/installer.php
I think it cause my install page became blank white page.
but,
i tried change the code:
define('INST_RUNFOLDER', 'installer/');
become:
define('INST_RUNFOLDER', 'installer\');
, But it still show blank white page, any idea? thanks

update Nodcms version 2.1c by BYOOS

Good morning,
Thanks for the good work on nodcms version 2.0, I propose some improvements on the logout option and the password strategy with the PHP7.x BCRYPT library.
I have moved the Codeigniter 3.1.11 Framework to the /root/vendor/framework directory and I will add the French translation.
the repositories on github
https://github.com/DEV-byoos/nodcms_v2-1c

Thanks again for the good work.
Gabriel

Home page design

I need to configure a new home page, what the cms offers is all the pages, what can i do

How remapped URL content ?

How remapped new URL content created ?

Example:

mysite.com/extension/37 to mysite.com/mycustomURL.

Best Regards.

Admin page didn't load

Hi Team,

I manually installed nodcms on my local system and frontend is ok.
But the admin page is not loaded.
The error log shows
"Severity: Compile Error --> Cannot redeclare mk_use_uploadbox() (previously declared in /Applications/MAMP/htdocs/nodcms/nodcms/helpers/NodCMS_form_helper.php:3) /Applications/MAMP/htdocs/nodcms/nodcms/helpers/nodcms_form_helper.php 39"

Appreciate your support for this

There is a critical vulnerability in NodCMS

I found a serious vulnerability in NodCMS.
if anyone could login in backend ,he can insert XSS code to execute,it would cause Information disclosure,Account stolen ,etc.
when login in backend,click settings ,then modify content in Address textarea into JavaScript code :
xss语句
and submit it.
like this
xss存储
Then ,this string would be stored in database.
When someone browse this website in frontend,this string of code will be execute .
example like this:
xss验证
This is a Stored XSS vulnerability, be kindly notified please.

admin area does not scroll down

in the admin panel i couldnt scroll down to see the chart !
image
this issue get worst in the other sections too
image
its supposed to like in the demo mode like this pic
image

how can i fix this ?
tnx in advanced

Error on install database

Got the message "There has been attempt to setup the database on nodcms but failed!", can't solve on retry instalation.

Demo login

Just tried logging into the demo with demo/demo. Error showed "Send form with ajax failed".

Trying to get in touch regarding a security issue

Hey there!

I'd like to report a security issue but cannot find contact instructions on your repository.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

Blank page on frontend

Hi khodakhah,

After installed Nodcms, frontend not showing but backend still showing and I can sign in it. I don't know why frontend not showing.

May you help me?

Thank you very much!

Passowrd

The admin password 123456 does not work.

Administration Page

Impossible to get access after installation.
username: admin
password: 123456
don't work for me.
No errors show in apache errors log and not in the browser

Error on backend_lang.php files

I was getting an erro trying to access the admin backend, traced it back to the backend_lang.php files, had to do an Enter after <?php because it was giving unexpected end of file

Also had errors installing the database, had to do it manually and then alter the installer to not check db.

install problem

I try to install nodcms on my site but mysql hostname get this error " The Host Name field must contain just English letters and underline only."

Remove Auto Rename Uploaded File

Hey, your CMS is great, i enjoyed develop my project with this cms. I ready fix some modification for my purpose. Now, i have problem with auto rename file when upload file. How to remove this feature? I just want use real file name.

Oh, keep develop this CMS, i hope this CMS have cool features like wordpress. I like wordpress, easy to use but no with security and speed.

Thanks

frontend doesnot found!!!!

I installed it but while directing to frontend it shows:
The requested URL /nodcms-master/en was not found on this server.
But backend seems good.

Register not working

Register module not workable. Im register my site, but after register jumping to blank screen. The error.log nothing write error messages. The sql query is work, email sending not work, no jumping to the register complete page.

Error on executing sql during installation

I just try to install nodcms, but when it try to install sql , it alway say "There have been attempts to setup the database on tokm4153_nodcms and tokm4153_ci but all failed!"

Any solution?

Complete error:
"There have been attempts to setup the database on tokm4153_nodcms and tokm4153_ci but all failed!"
The database tokm4153_nodcms is empty and ready for installation.
The SQL installation script:
ET FOREIGN_KEY_CHECKS=0; CREATE TABLE IF NOT EXISTSci_sessions( idvarchar(40) NOT NULL, ip_addressvarchar(45) NOT NULL, timestampint(10) unsigned NOT NULL DEFAULT '0', datablob NOT NULL, KEYci_sessions_timestamp(timestamp) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- Dumping structure for table nodcms_demo.comments DROP TABLE IF EXISTScomments; CREATE TABLE IF NOT EXISTScomments( bla
bla
bla
bla
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
`

This is project dead?

We have moved to PHP 7 for security reasons.

This does not work anymore, any chance you guys will update?

Blank page after install

I just made an installation on root directory and on a subfolder, but for both of them i have blank page.
Have any ideea.?
Thanks

Language

Hello!
How i can add language pack?
I added language from admin panel and replace ../nodcms/language/russian/nodcms_lang.php with translation, but I still get 500 (Internal Server Error).
I didn't find any documentation and don't know other way.

Slider needed

i love this cms because of its content for each page. but i need sliders how do i add it

correctif language on Frontend nodcms v3.0

[email protected] / [email protected]

correctif language
1)IN root/nodcms-core/controllers/Frontend.php

    // Set loaded language
    $this->language = \Config\Services::language()->get();
    if(!$this->language)
		$this->language = Models::languages()->getOne(1);
		
    // Set language from database
    Services::language()->set($this->language);

2)IN root/nodcms-core/libraries/Languages.php
public function get(): array
{
return $this->DBlanguage==null ? array() : $this->DBlanguage;
}

Thanks for the work done by the NodCMS 3.0 team led by Khodakhah
THAT's WORK !!! / C'est du travail ! !!

migration_nodcms_php5-6_to_php7-3

Hello,
We have migrated the NodCMS application to PHP7.3 and BCRYPT security, can we send the compilation to an email?

kind regards
Gabriel

the post data

@khodakhah hey.I read your source and I like it very much.
And I found that some places you use $_POST to get data.Why all use $this->input->post().

And can I use for my blog free and change some source myself not to tell to you?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.