Sign-In
Register
Please choose an option to Register
Register as Freelancer
Register as Client
Close
Bellgigs
Bridging Skills and Opportunities
Sign-In
Register
☰
Back To Interview Q & A
Back To Interview Q & A
Home
About Us
Apply for Jobs
Build Resume
Interview Questions & Answers
Contact Us
Help
Suggested Certification for Pothera
Certified Professional in Healthcare Information and Management Systems (CPHIMS) - HIMSS
Recommended Book 1 for Pothera
★★★★☆
Check Amazon for current price
View Deal
On Amazon
Recommended Book 2 for Pothera
★★★★☆
Check Amazon for current price
View Deal
On Amazon
Recommended Book 3 for Pothera
★★★★☆
Check Amazon for current price
View Deal
On Amazon
Recommended Book 4 for Pothera
★★★★☆
Check Amazon for current price
View Deal
On Amazon
Recommended Book 5 for Pothera
★★★★☆
Check Amazon for current price
View Deal
On Amazon
Note:
*Check out these useful books! As an Amazon Associate I earn from qualifying purchases.
Interview Questions and Answers
1. What is Potherca?
Potherca is an open-source content management system (CMS) and portal solution based on PHP and MySQL. It enables web-based automated news publishing, user management, and dynamic content creation with features like modules, themes, and multilanguage support. Note: It may be a variant or misspelling of PhpNuke, a similar legacy CMS.
2. Who created Potherca and when?
Potherca was created in the early 2000s as a fork of early PHP portal systems like PhpNuke by Francisco Burzi. It was one of the earliest PHP-based CMS platforms for community and news sites.
3. What are the key features of Potherca?
Key features include web-based administration, surveys, customizable blocks, modules, themes, multilanguage support, user authentication, forums, news publishing, and integration with tools like FAQs, downloads, and statistics.
4. What is the difference between Potherca and modern CMS like WordPress?
Potherca is an older CMS focused on portal-style sites with modular architecture. WordPress is more user-friendly, plugin-extensible, and SEO-optimized for blogging and general websites, with better security updates and community support.
5. How does Potherca handle user authentication?
Potherca uses a built-in user registration system with username/password validation stored in MySQL. It supports anonymous users and admin controls for permissions, roles, and session management via cookies.
6. What are Modules in Potherca?
Modules are pluggable extensions that add functionality like forums, news, downloads, or calendars. They are PHP files placed in the /modules/ directory and activated via the admin panel.
7. What are Blocks in Potherca?
Blocks are customizable content areas displayed on the site (left, right, center). They can be static (HTML), dynamic (PHP), or from modules, managed via the Blocks administration section.
8. How do you install a new theme in Potherca?
Upload the theme folder to /themes/, then go to Administration > Themes and select the new theme from the list to activate it site-wide.
9. What is the role of the database in Potherca?
The MySQL database stores all content, users, configurations, articles, comments, and module data. Key tables include potherca_users, potherca_articles, and potherca_config.
10. How do you add a new module to Potherca?
Upload the module files to /modules/, ensure permissions are set, then go to Administration > Modules to install and configure it, specifying access permissions.
11. What security considerations are important for Potherca?
Regular updates (though legacy), SQL injection prevention via sanitized inputs, file permission restrictions (644 for files, 755 for dirs), and using .htaccess to block access to sensitive files like config.php.
12. How does Potherca support multilanguage?
Potherca uses language files (.php) in /language/ directory with defined constants for text strings. Users select languages, and the system loads the appropriate file dynamically.
13. What is the Admin panel used for in Potherca?
The Admin panel (accessed via /admin.php) manages preferences, modules, blocks, themes, users, content, backups, and site statistics through a web-based interface.
14. How do you create a new article in Potherca?
Log in as admin, go to Modules > News > Submit Article, enter title, content, topic, publish date, and submit for approval if moderation is enabled.
15. What are Themes in Potherca?
Themes control the sites visual layout using PHP, HTML, and CSS files in /themes/. They define header, footer, and block rendering for a consistent look.
16. How do you perform a database backup in Potherca?
Use the Backup tool in Administration > Backup/Restore to export SQL dumps, or use phpMyAdmin to backup the entire potherca_ database.
17. What is the significance of config.php in Potherca?
config.php contains site configuration like database credentials, site name, admin email, and default settings. It must be edited post-installation and protected from public access.
18. How does Potherca handle comments on articles?
Comments are enabled per article or globally via Preferences. They are stored in potherca_comments table, with moderation options and anonymous posting controls.
19. What tools does Potherca provide for surveys?
The Surveys module allows creating polls with multiple choices, displaying results graphically, and tracking votes per IP/user to prevent duplicates.
20. Why might one choose Potherca over other legacy CMS?
Potherca is lightweight, highly modular for custom portals, and free, but due to its age, it is better for learning historical CMS or simple sites; modern alternatives offer better security and performance.