Search found 345 matches

by Helx
Tue Apr 16, 2013 7:20 am
Forum: PHP
Topic: Blog/comments integration with login
Replies: 7
Views: 1717

Re: Blog/comments integration with login

Explanation please? I tried replacing everything I could think of o-o Line 25 of comments.inc.php; When you call the function "add_comment" (when they submit their comment), instead of using a $_POST variable (or whatever) use a $_SESSION variable. You can't just make one up like a normal...
by Helx
Tue Apr 16, 2013 7:07 am
Forum: PHP
Topic: Checkbox Toggle
Replies: 2
Views: 728

Re: Checkbox Toggle

If it's the HTML bit you're unsure of, the following will check the box by default (use it alongside ExtremeGaming's suggestion): [syntax=xhtml]<input type="checkbox" name="travelMethod" value="bike" checked>I use a Bike[/syntax] And if you don't want the user to be abl...
by Helx
Tue Apr 16, 2013 7:01 am
Forum: Tutorials
Topic: PHP Tutorial: Private Message System [part 04] HELP!
Replies: 4
Views: 1856

Re: PHP Tutorial: Private Message System [part 04] HELP!

Have you tried going through the basic error checking? (here)
by Helx
Sun Apr 14, 2013 6:13 pm
Forum: JavaScript
Topic: Using Javascript to retrieve data from database
Replies: 1
Views: 1291

Re: Using Javascript to retrieve data from database

You would have to put it in a PHP file, JavaScript (thankfully) can't access this kind of thing.

Have a look at JQuery's load() function.
by Helx
Thu Apr 04, 2013 3:56 am
Forum: PHP
Topic: Trouble in PHP adventures =/
Replies: 6
Views: 1115

Re: Trouble in PHP adventures =/

they probably have a firewall or something that blocks that port. they should be able to open it for you. Well, being a web-host they probably have had troubles with people running MineCraft servers on their systems If they refuse to open the port, I'd suggest http://x10premium.com . They give so m...
by Helx
Wed Apr 03, 2013 4:40 am
Forum: PHP
Topic: Trouble in PHP adventures =/
Replies: 6
Views: 1115

Re: Trouble in PHP adventures =/

What kind of host are you using for the web?
They might be blocking you.
by Helx
Sun Mar 31, 2013 5:16 am
Forum: General Chat
Topic: Favorite IDE
Replies: 7
Views: 4985

Re: Favorite IDE

FrederickGeek8 wrote:Are you using Edit or the full IDE? Its looks pretty nice I might get it...

The IDE. It's definitely worth it :3
by Helx
Wed Mar 27, 2013 5:36 pm
Forum: General Chat
Topic: Favorite IDE
Replies: 7
Views: 4985

Re: Favorite IDE

Komodo for the win :3
by Helx
Wed Mar 27, 2013 11:42 am
Forum: Tutorials
Topic: User Account System: HTTP Error 500 (Internal Server Error)
Replies: 14
Views: 2148

Re: User Account System: HTTP Error 500 (Internal Server Err

If I can remember correctly, session_start() should be at the very top of the page, before any text is output.
by Helx
Wed Mar 27, 2013 11:37 am
Forum: Tutorials
Topic: BEFORE POSTING: basic error-checking
Replies: 0
Views: 2967

BEFORE POSTING: basic error-checking

Hi there, Before creating a thread in this section, please go through the step-by-step list below to see if you are able to figure out what your error is on your own. If you cannot figure out what is wrong with your code, then go ahead and create a new thread about your troubles. The following assum...
by Helx
Wed Mar 27, 2013 10:54 am
Forum: Other
Topic: Server Locations
Replies: 8
Views: 2969

Re: Server Locations

I've always used x10VPS (link) because it's connected to my standard shared hosting.
They are a good company, I've never had any noticeable downtime.

Plus there support team fixes things quite quickly :P
by Helx
Mon Mar 18, 2013 3:25 am
Forum: PHP
Topic: Doom2 server query
Replies: 4
Views: 821

Re: Doom2 server query

I think you should just double check configurations, both on PHP and your server.
by Helx
Sat Mar 16, 2013 9:06 pm
Forum: General Chat
Topic: Cryptocurrencies
Replies: 23
Views: 12159

Re: Cryptocurrencies

Ah, so you're going "half-out" :)
by Helx
Sat Mar 16, 2013 9:03 pm
Forum: PHP
Topic: Doom2 server query
Replies: 4
Views: 821

Re: Doom2 server query

I moved this thread to the PHP sub-forum.

About your problem, I think that you need to open up that port from your router.
If you want to check if it's open, use this: http://www.yougetsignal.com/tools/open-ports/

Edit: Oh, but you're accessing it locally? That's odd...
by Helx
Sat Mar 16, 2013 9:39 am
Forum: General Chat
Topic: Cryptocurrencies
Replies: 23
Views: 12159

Re: Cryptocurrencies

You're really going all-out on this aren't you :O
by Helx
Tue Mar 12, 2013 9:15 am
Forum: PHP
Topic: Getting Minecraft info from server using PHP.
Replies: 2
Views: 645

Re: Getting Minecraft info from server using PHP.

Have you though about this tutorial? m I don't know if it's still in-date, but it doesn't require any plugins so should be good for a while yet. (Btw, your link gives a server error) EDIT : Oops, my mistake. You wanted to retrieve the names of players and what-have-you. You're going to need to look ...
by Helx
Mon Mar 11, 2013 3:28 am
Forum: General Chat
Topic: Advertising
Replies: 6
Views: 5287

Re: Advertising

Well at least it's Google ads and not those horrid Clicksor ads.
I am looking forward to the new site :D
by Helx
Mon Mar 11, 2013 3:24 am
Forum: Suggestions
Topic: Any more?
Replies: 4
Views: 2104

Re: Any more?

Last I heard he was tinkering with the new forum.
Something to do with importing old data if I can remember correctly?
by Helx
Fri Mar 08, 2013 10:10 pm
Forum: PHP
Topic: String into array
Replies: 5
Views: 878

Re: String into array

Only 19 hours.
New record. :P
by Helx
Fri Mar 01, 2013 7:22 am
Forum: General Chat
Topic: "Spam link poster"
Replies: 3
Views: 4011

"Spam link poster"

I think I found the source of all the problems :/



Meh, I'm ready for them.
by Helx
Sat Feb 23, 2013 4:32 am
Forum: Tutorials
Topic: PHP Tutorial: Watermarking an Image [problems]
Replies: 2
Views: 705

Re: PHP Tutorial: Watermarking an Image [problems]

In line 5 of image.php, loose the apostrophe's on $image_name (').
I don't think you need them.