Any AJAX experts, PLEASE help! AJAX-IM 1.0 - php

this website has been brilliant at helping me with probs in the past and i'm hoping it can help me again...basically I have just setup ajax im (http://ajaxim.com/ (version 1.0 form the old website because i want the most basic version possible)) using both WAMP (on my home computer), and on the works server.
I have installed the database tables and changed the variables in the files to access the database. When i start it up (index.html) it shows the login form and when you register, it says "unable to regsiter try again later" and does not update the database.
I am guessing I am doing something wrong or there is some kind of file i need to run prior to this.
If anyone can help it would be appreciated immensely.
Many thanks for any help :)
Please note: I have also asked this on the ajax-im forum but people on this site are extremely helpful and i'm hoping someone has had the same problem and found a solution.

It's OK ive just managed to get the latest version working. I've read up and the first is apparently not very good and almost impossible to get working anyway.

Related

Codeigniter Facebook login 404 error

So, I downloaded Codeigniter 2.1 and this library - https://puneetk.com/facebook-php-sdk-for-codeigniter/comment-page-1
I did all the things this tutorial was asking me for.
I wanted to check my website (it's a FB login script) and this error popped up - http://i.imgur.com/UmlW6UC.png
But that isn't the problem.
Problem is, that when I try to enter http://www.example.com/welcome/login this shows up - http://i.imgur.com/FtMLX5C.png
Why is that? I feel like I'm the only one with this problem. I've tried about 3-4 tutorials bet problem's the same. I tried latest Codeigniter's version too.
Any help?

How to create an index-file for Xampp

I apologize in advance if this issue has been posted before. My problem is that my programmer had to bail on my project due to personal reasons and left me alone with a 95% finished site. I have some basic experience with ASP classic but PHP is fairly new to me.
FireFTP scr_shot: https://www.dropbox.com/s/9lws1u0sl8k93rg/fireftp_scr_shot.jpg
To shorten it up; (with Xampp installed) I have downloaded my site to the hard-drive and is now trying to get it work on 'localhost'. Immediately I sense the absence of an index-file.
Do I need to make one myself for the use in localhost? In that case, what am I looking for?
Thank you in advance.
First if you want to make an index-file of your current website, you have to put all your pages in a folder in
xampp/htdocs/
e.g
C:\Xampp\htdocs\mywebsite
then after you make a directory just visit the url like this:
localhost/mywebsite
, remember to put an index file inside the mywebsite folder.
It turned out that there was a MYSQL-database behind the site which I had no idea about or any knowledge of how to get around.
I had the database taken off and written the code into the site-files.
Afterwards everything worked as laid out above comments.

OpenEMR 4.1.1 and Lab Results

This might be a pretty straight forward question to someone who knows openEMR. I am trying to connect openEMR 4.1.1 to send tests and receive Lab Results from our contracted laboratory. Under Administration -> Globals -> Connectors there is an option 'Lab Exchange Results' but it doesn't do anything.
Problems:
In code I can see there is a module to read HL7 directly into openEMR but don't know what configurations I need to provide to make it work.
What I have tried
Of Course, I have googled and surfed through dozens of articles but nothing directing clearly what I need to do or I am not able to get it.
Information I can provide
Apart from problem statement, I am attaching a configuration area screenshot and if someone can help me setting that up OR even tell me how I can make openEMR interface with my laboratory using HL7, I'll really appreciate that.
Thanks,
-Rahi
Just in case if somebody is looking for the answer...I have found it in the form of Procedures module in openemr 4.1.2.

Choosing content of cache in codeigniter

I am making a web application with updates and content listing with PHP ad codes included in it.
How can I disable caching only for PHP ad codes?
After Searching a lot for this problem i found this
Simple Cache
This really worked like a charm, if anyone who got the same problem may use it :)

MySQL hook up to a website?

I am trying to develop a WebSite for my Church. I don't have much experience in IT, but I have a home page with html and css right now. I would like to have a database that I could hook it up to.. Are there any basic tutorials on how to do this? I am running linux mint. and My website is PHP.
How could i hook up a MySQL Database to the website. THanks for your help!
Check this out. It's very appropriate for beginners: http://www.w3schools.com/php/php_mysql_intro.asp
Good luck :)
use PHP's MySQL functions to access your database. Scroll down to the comments and you'll see a number of examples of common uses.
How could i hook up a MySQL Database to the website. THanks for your help!
Your website hosting provider may already provide you with MySQL databases.. check your admin control panel to see what you have.
-- If you can't figure this out, contact your hosting provider.
When you've made it past that point, just find and follow one of the basic database creation tutorials out there.

Categories