Jump to content

faianca

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

faianca's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Im glad you solved your problem, about the sql i just left it as dummy data, but yes maybe in the next release it can be blank. Best Regards
  2. Please check if you have AllowOverride All directive in your conf file. For linux: 2) sudo vi /etc/apache2/sites-enabled/000-default 3) Change AllowOverride None to AllowOverride All 4) Restart Apache: sudo /etc/init.d/apache2 force-reload
  3. Im pretty sure that its not working properly, if you check the .htaccess from the application root. <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule ^(paypal) - [L] RewriteRule ^(forums) - [L] RewriteRule (.*) public/$1 [L] </IfModule> You can see that you have the RewriteRule set, so you cannot include ur public directory on the base_path.
  4. None of this are issues. You dont have mod_rewrite enabled.
  5. Yes its true, im not a quite good designer tho, but i should remember those words on a future release.
  6. I dont know what u mean by database and site engine, but the website has his own database.class with all th options you need: example, $db->query , $db->insert(), $db->delete() etc. Best regards
  7. Hi there guys, Sorry for the delay but i have been very busy at work so i couldnt deliver this faster. New Features: - MVC design pattern - Admin panel - Vote System ( SOAP ) - Donate System - Template System - Blizzlike theme - Blizzlike Cataclysm theme - Default Ucp Mangos theme DEMO DEFAULT TEMPLATE 3.0: http://ucp-framework.com/demo/ DEMO BLIZZLIKE TEMPLATE 3.0: http://insionwow.com/ DOWNLOAD 3.0 http://code.google.com/p/ucpmangos/ How to Install: http://ucp-framework.com/?page_id=74 Forum: http://ucp-framework.com/forum NOTES: 1 - Looking for Translators and Developers for this project, translation its very easy done in lang folder. 2 - If you enjoy this release please make comments,report issues on my project. and ofcourse Donates will make further releases coming faster. 3 - Thanks to jesper and to his vote system, i followed his logic, which made everything much easier, big props to him. Lots of Love Jorge Faianca
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use