Search found 345 matches

by Helx
Sat Jun 29, 2013 1:15 am
Forum: Tutorials
Topic: PHP private message tuturial
Replies: 4
Views: 7293

Re: PHP private message tuturial

If you believe that you've correctly followed the tutorial, then it may be an issue with actually connecting to the MySQL database. Please have a look-through and check some of the things here: http://betterphp.co.uk/board/viewtopic.php?f=7&t=2223 If any errors are displayed, please post them in...
by Helx
Sat Jun 29, 2013 1:10 am
Forum: PHP
Topic: DOMDocument Problem
Replies: 2
Views: 938

Re: DOMDocument Problem

I don't understand what you're problem is..
Could you please elaborate? :)
by Helx
Sat Jun 29, 2013 1:08 am
Forum: CSS / Styling
Topic: Inline Form
Replies: 3
Views: 7210

Re: Inline Form

wrichards8 wrote:I have worked it out now


I would've helped you, but I just didn't know how to do it :oops:
Could you please share how you got it working?
by Helx
Sat Jun 29, 2013 1:06 am
Forum: PHP
Topic: file_get_contents super slow ...use curl?
Replies: 1
Views: 864

Re: file_get_contents super slow ...use curl?

Yes, it is always a good idea to use cURL because there are so many options and things you can do with it (I was quite amazed when I found out you can get the DL/UL speeds in a transfer). I don't believe that much would change speed-wise. It'd be either your server hasn't got a very good network spe...
by Helx
Fri Jun 21, 2013 4:25 am
Forum: PHP
Topic: Php adding remember me function
Replies: 4
Views: 1503

Re: Php adding remember me function

Why are you saving the password in a cookie?
You shouldn't need to store the password once they're authenticated.
by Helx
Thu Jun 20, 2013 5:21 am
Forum: JavaScript
Topic: button problem
Replies: 6
Views: 2592

Re: button problem

ExtremeGaming wrote:Don't forget that you will need to use JQuery for that example.


Oops, forgot to mention that :oops:
Thanks for the reminder!
by Helx
Wed Jun 19, 2013 6:23 pm
Forum: Tutorials
Topic: SSL Tip
Replies: 1
Views: 1273

Re: SSL Tip

Thanks for the great tip! :)
by Helx
Wed Jun 19, 2013 5:33 am
Forum: JavaScript
Topic: button problem
Replies: 6
Views: 2592

Re: button problem

Let me get this straight: You want 4 buttons on a blank(isn?) page which, when pressed load different files? This is not too difficult, but we'll keep it basic. We'll use jQuery . You need to start off by (obviously) making your buttons. Give each <button> an "onClick" tag like so: [syntax...
by Helx
Sat Jun 15, 2013 5:18 am
Forum: JavaScript
Topic: button problem
Replies: 6
Views: 2592

Re: button problem

Would you be able to elaborate further?
I'm un-sure of your problem.

Are you talking about JavaScript or the 'tabselect'?
by Helx
Fri Jun 14, 2013 7:34 pm
Forum: General Chat
Topic: Minecraft!
Replies: 29
Views: 10817

Re: Minecraft!

I guess I could do it, dependant on time and date of course. :)
by Helx
Tue Jun 11, 2013 6:28 am
Forum: PHP
Topic: SQL sanitation
Replies: 9
Views: 1647

Re: SQL sanitation

by Helx
Tue Jun 11, 2013 6:15 am
Forum: Other
Topic: SSL
Replies: 6
Views: 2288

Re: SSL

You can forget the PHP snippet, you can do it through pure htaccess. Make (or open) your .htaccess file. Make sure it's in the root. Place the following lines of text into it: [syntax=text]RewriteEngine On # Redirect pages that ARE on https that shouldn't RewriteCond %{HTTPS} on RewriteCond %{REQUES...
by Helx
Mon Jun 10, 2013 6:42 am
Forum: General Chat
Topic: Minecraft!
Replies: 29
Views: 10817

Re: Minecraft!

Aether?
by Helx
Mon Jun 10, 2013 6:09 am
Forum: PHP
Topic: Best way to store user-submitted HTML in SQL?
Replies: 4
Views: 1271

Best way to store user-submitted HTML in SQL?

Hi, real quick question.

I'm setting up somewhat of a forum for a website, and I need to allow the storage of HTML tags for formatting (not using BBcode).
What's the best way to secure it? Would mysql_real_escape_string do enough?

(I know it's deprecated, but it's fine for now)
by Helx
Mon Jun 10, 2013 4:12 am
Forum: General Chat
Topic: Temor 1000 post party!
Replies: 1
Views: 4026

Temor 1000 post party!

Woo!
Gratz on 1000 posts :D

Image
by Helx
Sun Jun 09, 2013 7:59 am
Forum: General Chat
Topic: I would just like to thank you all
Replies: 4
Views: 4325

Re: I would just like to thank you all

:D

(Moved to general chat subforum)
by Helx
Sat Jun 08, 2013 12:54 pm
Forum: Suggestions
Topic: Can someone make this for me?
Replies: 1
Views: 1622

Re: Can someone make this for me?

We can't exactly "make" things for you sorry. However, we can point you in the right direction. XenForo allows you to add your own custom pages and insert your own custom content. The username would be inserted through some kind of shortcode, and the payment processing through an eCommerce...
by Helx
Sat Jun 08, 2013 1:05 am
Forum: Other
Topic: SSL
Replies: 6
Views: 2288

Re: SSL

It's hard to say. It really depends on the processing power of your server as that is what makes it slow, encrypting and decrypting the entire page and its contents. Here is the pingdom results page of my site, helx.pl. (The purple part of the bar is the SSL handshake) SSL https://helx-us.r.worldssl...
by Helx
Fri Jun 07, 2013 5:13 am
Forum: Other
Topic: SSL
Replies: 6
Views: 2288

Re: SSL

There's 4 different types of SSL certs that you should consider. The following assumes you're on Google Chrome or FireFox: ⋅ Standard SSL ⋅ EV SSL ⋅ Wildcard standard SSL ⋅ Wildcard EV SSL The difference between standard and EV is basically the icon that displ...
by Helx
Fri Jun 07, 2013 4:26 am
Forum: Suggestions
Topic: Two Factor Authentication
Replies: 4
Views: 8972

Re: Two Factor Authentication

FrederickGeek8 wrote:You can get a free phone number that you can use with PHP at Tropo. Its a great service but I think there is a cap (maybe 300 messages per 5 minutes)


Bookmarked the site, may come in useful :)