Joomla facebook Connect - joomla

Is there a non-commercial component for joomla to connect to facebook , (registration and login ) ?
I am trying to this for both sites : www.shusar.net and www.gositelebanon.com

try this one
http://extensions.joomla.org/extensions/social-web/authentication-cloud-based/16350
if this link doesn't works download it from here http://saaraan.com/index.php/joomla-facebook-graph-connect

Related

How to install a tawk chat in my existing laravel website already hosted in my cpanel

Please I have the same problem can integrate tawk chat on my existing laravel website in cpanel , I need your support can anyone explain to me the step by step I added the code in app.blade but still not working , I can't find main.blade in my views

Spatie Sitemap not generating URLs on localhost

I am creating a website in Laravel 5.8 and using Spatie sitemap package to create Sitemap dynamically, It doesn't crawl my website and only generates homepage URL.
Route::get('/sitemap',function(){
SitemapGenerator::create( 'http://localhost/' )->writeToFile('sitemap.xml');
})->name('sitemap-generator');
Note: But when I map website with a virtual host, It is working properly.
Route::get('/sitemap',function(){
SitemapGenerator::create( 'http://local.project.com/' )->writeToFile('sitemap.xml');
})->name('sitemap-generator');
Any help will be appreciated.
You have to use port with localhost. In my case port was 8000.
SitemapGenerator::create('http://localhost:8000')
->writeToFile(public_path('sitemap.xml'));
This worked for me.

is there an alternative way to access or view my databases on the backend of my joomla website?

I'm newbie here in Joomla ..
is there an alternative way(except Joomla Extension Directory and JooDatabase which is not free) to access the phpmyadmin or view my databases without logging in on cpanel provided by my web hosting company?
(sorry for the bad grammar)
check this URL,
http://www.templatemonster.com/help/joomla-3-x-how-to-check-database-details-in-the-admin-panel.html
Follow the above steps and let me know.

How to process checkout on secure subdomain like secure.doamin.com in magento

we have store in magento and it working fine we want to checkout of oder on sub domain secure.domain.com instead of same site so please tell me the steps how to achieve this functionality . Thanks in advance.
For a secure subdomain i.e. secure.domain.com , i assume you have created another website in magento admin.
What is required is that in admin
System > Configuration > Web>Session Cookie Management > Cookie Domain
add for that particular website domain as domain.com.
Check this link for more info,
http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/system_config/edit/web
Let me know if it works!

Unable to login to my joomla backend

anyone can help me please!
it is about joomla control panel backend, I don't know why I can't login, every time I try to access it is just send me back to the same login page..
The site frontend is working fine, and the backend is working fine on my localhost.
I've tried to login and it was fine.
There are two things you need to do for your Joomla site:
Error: Your host needs to disable magic_quotes_gpc to run this version of Joomla! => ask your hosting provider to disable magic_quotes_gpc
Update your Joomla from Joomla 3.1.6 to Joomla 3.2.1 as soon as possible.

Resources