A popular open source Q&A platform using PHP and MySQL. (Please do not use this tag to indicate that you have a question and want an answer).
Questions tagged [question2answer]
50 questions
-1
votes
1 answer
How are extremely large numbers handled?
How are extremely large numbers handled in video games? Cookie Clicker, for an example, the numbers can get as large as 1 duodecillion (39 zeroes - 1,000,000,000,000,000,000,000,000,000,000,000,000,000) and even bigger. How do games manage to…

ToxicFlame427
- 355
- 2
- 13
-1
votes
1 answer
How to prevent SQL injection in Question2Answer?
I want to prevent SQL injection in Question2Answer.
This is how I store data in MySQL via HTML form. I know it's a security risk.
Examples -
$price = $_POST['price'];
OR
$price = array_key_exists('price', $_POST) ? $_POST['price'] : "";
and SQL…

site123
- 41
- 6
-1
votes
2 answers
How to make it so that Adsense ads do not appear on selected pages
I am using question2answer.org CMS for my q&a website and it shows Adsense ads.
I received an email from Adsense said that I have to disallow ads from appearing on pages which contain questions and answers about some things.
I see that pages is more…

Aras Ahmed
- 1
- 3
-1
votes
1 answer
Site loads with unwanted characters for guest users when "W3 Total Cache" is defined in wp-config.php
When a user is logged in, site loads without any problem but if a guest user visit the site, it shows some characters same as…

Ramin Firooz
- 506
- 8
- 25
-1
votes
1 answer
Webserver security wordpress, django and question2answer
I have a website where I have three scripts, django, wordpress and question2answer installed in different subdirectories, uses different databases. All authentication is handled by django and django creates login cookies for wordpress and…

MYNE
- 343
- 1
- 4
- 15