-
Posts
783 -
Joined
-
Last visited
Everything posted by ZulfadlyAshBurn
-
ps computermax2328m, do remember to place your codes in the code tags. It kinds of look "ugly" without it. Try out what mgallforever said
-
Showing progress bar after search query
ZulfadlyAshBurn replied to MrXortex's topic in PHP Coding Help
Yeah sure. why not? But the forum is not to help people do their codes. More on helping people with problems on their code. You could put your idea on the freelancing section and people could help you out with a little bit of payment. You can PM me if you need my help. My pricing are flexible -
HAHA. sure no problem. Please do mark this topic as solved at the bottom of the page. Thanks a lot
-
If you are working with PHP 5.3, the php.ini-recommeded has been changed to php.ini-development or php.ini-production. I would suggest you to use php.ini-development i to start with if you're just testing it out.
-
Uninstall PHP and reinstall by following this tutorial. http://www.sitepoint.com/how-to-install-php-on-windows/ It should work after following all this steps.
-
Showing progress bar after search query
ZulfadlyAshBurn replied to MrXortex's topic in PHP Coding Help
Just wondering, why would you want to use a progress bar? If it's to "alert" people that their results are loading, you might want to just use a loading gif. -
You have to enable PHP to be view in your system. It's rather complicated. I had it on my "mini: server. I would suggest as PeoMachine to get those softwares. I personally use LAMP at this moment. Works great!
-
There are many ways to prevent a user from submitting a topic twice. But from what I see that you're trying to do is that you want to prevent the user from accidentally submitting it twice. The easiest is to set an ID to each form/topic submitted. When checking with DB if the topic is available, deny request to submit. If the ID is no in the DB, the allow the submitting to process. PS to smoseley: A gentle reminder that every code have to be place in a code tag.
-
Ouh. HAHA, It's alright then Thanks for the info anyway
-
cool. any of them active on this forum?
-
Just wondering if any of you guys in PHPFREAKS by chance lives in singapore?
-
Warning: mkdir() [function.mkdir]: File exists in /home/a9900645/public_html/join_form.php on line 52 There's an error while making dir
-
First of all, where do you host your website?
-
There is no page title?! EDIT: Design looks and but also looks the old o.0 Only one page done? Design is nice though
-
Why would you need it in the first place? Do you know how it works and what it is for?
-
For you to upload and download files from your server. See more
-
hope this helps <body> <div> <script type="text/javascript"> function greet() { var asd = document.getElementById['area1']; area1.innerHTML = "Hello, Good morning"; } </script> <button onclick="greet()">Click to greet</button> <div id="area1"></div> </div> </body> </html>
-
http://www.asimpleforum.co.uk/admin i guess it was a glitch?
-
I'm not sure if you've looked at your fb inbox, but here are some glitch or bugs or features i've found. i just entered this address and got this info. Just helping to check any security breached o.0 http://www.asimpleforum.co.uk/admin Query: INSERT INTO asf_sessions (s_sid, s_uid, s_ip, s_user_agent, s_last_action, s_referrer) VALUES (:session_id, :user_id, :ip_address, :user_agent, :last_action, :referrer) Line: 1062 Message: Duplicate entry '1d05c416d509651e8bb8a9a3395b8eff' for key 1 I was also able to change the page title via the url. 1) click on a forum 2) click on a topic 3) i chose this url http://www.asimpleforum.co.uk/t/Admin+Centre+Finished%7C79 4) just changing this Admin+Centre+Finished would change the page title to what i've entered but still redirect to the actual post. http://www.asimpleforum.co.uk/t/Mighty+Me%7C79
-
are you echoing the script? try using jQuery.
-
what is in view4.php?
-
I used chrome developer console to see your script and realised that every 10 seconds you are loading this page http://dev.asimpleforum.co.uk/functions/request.php?method=get_shouts which keeps failing. I was curious and removed the "dev." and was able to get the shouts. its it a typo error or something? Shouldn't it be http://asimpleforum.co.uk/functions/request.php?method=get_shouts EDIT: Your login, register and faqs are also pointing to "dev." version of the site which is unavailable. it might be due to this <base href="http://dev.asimpleforum.co.uk/forum">
-
what is the php code? post them.