Please refund the $9.99 I spent. On your website it clearly states FB live as an option. Now I see that it is not. I needed this option tomorrow and will have to find another streaming service before this time. I do not have the ability to wait until you get permission from facebook to do this. Please refund ASAP, otherwise, I will have to dispute through my financial institution and my reviews will not be kind. Also, I suggest making the lack of facebook capability obvious on your home page and taking off the wording that shows it is facebook capable to assist others in not making my mistake.
Thank you.
@chriskrol apply trough your iPhone via the Wallet app:
Update your iPhone to iOS 12.4. or later (Settings > General > Software Update)
Apply for Apple Card in the Wallet app
Apple Card is currently available to users invited to Apple Card Preview and the early access invitation is nontransferable. If you received the invitation via email “You're invited to get Apple Card starting today”, tap the “Apply Now” button under “Apply for Apple Card in the Wallet app.”
Hi!
Is there any news about this?
Recently bought the full-package.
I implemented SVC into my Wordpress & it just works fine.
But:
what I urgently need is the function of passing the usernames from Wordpress into the scripts!
Any hint would be highly appreciated!
Thankyou.
Hi,
I am still experiencing problems connecting to my database,
how can I get you guys to do it for me? I know there is a cost, just want to know what is the processes and when you can get this done for me,
http://www.edstation.co.uk/camera2/jabbercam/functions.php
Thanks
Eduardo
Please read this post: http://www.videosoftware.pro/forum/THREAD-Localization-Flash-Builder-4-5
*section 3 (Now, you need to create the localized framework resources…)
If all the above fails, here is what will help (cPanel CentOS) but make sure you understand file permissions:
1. change all files to have nobody as owner and group
(!replace [username] with your username - /home/this_is_your_username/public_html)
chown -vR nobody:nobody /home/[username]/public_html
2. give write permissions to /public_html folder
chmod 0777 /home/[username]/public_html
3. Reinstall (update) Joomla 3.0. If you have the latest Joomla installed, read about Admin Tools above, it will give the option to reinstall.
4. restore permissions for /public_html folder
chmod 0750 /home/[username]/public_html
5. restore user and group for /public_html folder
chown [username]:nobody /home/[username]/public_html
6. you may want restore any other file-rights (read above)