Search found 1179 matches

by Temor
Thu Jun 16, 2016 6:11 am
Forum: Tutorials
Topic: Blog (Including Commenting)
Replies: 4
Views: 917

Re: Blog (Including Commenting)

Have you tried running an error check? [syntax=php]echo mysql_error(); [/syntax]

Something seems to break the query, but as far as I can tell it's not a typo.
It might be that the host deems the old Mysql-functions too unsecure and will instead force you to use MySqli or PDO.
by Temor
Wed Jun 15, 2016 6:14 pm
Forum: Tutorials
Topic: Blog (Including Commenting)
Replies: 4
Views: 917

Re: Blog (Including Commenting)

What host are you using and what does their MySQL arrangement look like?`

Have you tried it on another web host?
by Temor
Tue Mar 08, 2016 3:07 am
Forum: Tutorials
Topic: Multiple forms to mailing list
Replies: 4
Views: 1395

Re: Multiple forms to mailing list

What does the second form look like? I don't see where all your $_POST variables get their values from. You said in your first post you store the value of $_POST['email'] inside $_SESSION['email'] so you can use it in the second form, but you still add_user with $_POST['email'] instead of $_SESSION[...
by Temor
Sun Mar 06, 2016 6:02 pm
Forum: Tutorials
Topic: Multiple forms to mailing list
Replies: 4
Views: 1395

Re: Multiple forms to mailing list

I can't help you without seeing your code. I can only imagine how your code looks.

Post every relevant document inside codetags and I'll look at it.
by Temor
Mon Feb 15, 2016 7:43 pm
Forum: General Chat
Topic: Frameworks!! (?)
Replies: 4
Views: 1998

Frameworks!! (?)

I'm curious what frameworks you guys ( those of you that are still here :) ) use, if any. Do you use any fancy schmancy libraries or such things? Are you utilizing VM's? Are you doing version control? Git or Mercurial? What does your usual development setup look like? Just trying to get some discuss...
by Temor
Thu Jan 14, 2016 10:17 pm
Forum: General Chat
Topic: How's life?
Replies: 4
Views: 1577

Re: How's life?

Stressful.
Not much time left over for anything fun.
Broke as a joke.

The usual :)
by Temor
Thu Nov 12, 2015 11:39 am
Forum: Tutorials
Topic: Probem with user system reset password
Replies: 2
Views: 1058

Re: Probem with user system reset password

The first thing that comes to mind is password hashing. I don't believe the rest of your login system stores the passwords in plain text in the database, but the reset password function will do that. If you try to log in using a function that compares a given password to a password hash in the datab...
by Temor
Tue Jul 28, 2015 4:59 pm
Forum: General Chat
Topic: Questions and things regarding rebooting the activity here.
Replies: 22
Views: 9214

Re: Questions and things regarding rebooting the activity he

Ecaz wrote:I'm still here!

Just can't access my old account for some reason. Can't use "Forgot Password" and if I type the wrong password I instantly exceed the maximum amount of login attempts.
I had that problem too. Jacek had to manually reset my password.
by Temor
Fri Jul 17, 2015 7:42 pm
Forum: General Chat
Topic: Questions and things regarding rebooting the activity here.
Replies: 22
Views: 9214

Re: Questions and things regarding rebooting the activity he

they usually avoid that by using clever tactics, like putting spaces in the domain name, or not including www. or http:// They will just find some way to get through the filter. I think just admin review of all first posts. I don't think it matters much if a post doesn't show immediately. I can chec...
by Temor
Thu Jul 16, 2015 6:11 pm
Forum: General Chat
Topic: Questions and things regarding rebooting the activity here.
Replies: 22
Views: 9214

Re: Questions and things regarding rebooting the activity he

I don't mind just being a bit more vigilant and check in a bit more often so that I can catch and delete the spam before it bothers anyone :)
One or two spam posts a day isn't much to fuzz about if I'm honest.
by Temor
Tue Jul 14, 2015 7:58 pm
Forum: General Chat
Topic: Questions and things regarding rebooting the activity here.
Replies: 22
Views: 9214

Re: Questions and things regarding rebooting the activity he

I think it sounds like a lot of work. Maybe more than anyone is willing to put in for this, at least for now. Just keep it simple for now. If we manage to get some activity back here we can consider putting in some hours in getting this to actually look good and optimize everything. The most importa...
by Temor
Wed Jul 08, 2015 8:51 pm
Forum: Tutorials
Topic: Google Tag Manager Fundamentals
Replies: 2
Views: 2000

Re: Google Tag Manager Fundamentals

That was truly super easy to follow :D

I've been kinda scared of all the analytics stuff. I really should get a better grasp of it though, and now is as good a time as any!

Thanks for sharing.
by Temor
Tue Jul 07, 2015 10:00 pm
Forum: General Chat
Topic: jacek
Replies: 20
Views: 8785

Re: jacek

I'll be damned. I did not know Boeing had a clothing-line. It's fun to see that people are getting some jobs. haha i dont think they do. I do site maintenance for their commercial side. So for the 787, 747 and pretty much all the 700 series planes. We also redesigned and built the entire boeing.com...
by Temor
Tue Jul 07, 2015 12:52 pm
Forum: General Chat
Topic: jacek
Replies: 20
Views: 8785

Re: jacek

I'll be damned. I did not know Boeing had a clothing-line.

It's fun to see that people are getting some jobs.
by Temor
Sat Jul 04, 2015 11:29 pm
Forum: General Chat
Topic: Minecraft!
Replies: 29
Views: 10520

Re: Minecraft!

Well, it's been a while since you made your tutorials, so maybe remake some of your old popular ones? A lot has happened since 2011.
by Temor
Fri Jul 03, 2015 1:06 am
Forum: General Chat
Topic: Minecraft!
Replies: 29
Views: 10520

Re: Minecraft!

I'm bumping this in hopes it can become the "Main" Minecraft thread here. I'll reformat it a bit later. I don't even know if anyone here still plays any Minecraft, what with people having busy lives and tight schedules, but I'm usually on a few hours a month playing with my little 8 year o...
by Temor
Wed Jul 01, 2015 10:57 am
Forum: General Chat
Topic: jacek
Replies: 20
Views: 8785

Re: jacek

JelvinJS7 wrote:It's like a big, family reunion. Except without the cliché fighting.
And the alcohol... Thankfully :P
by Temor
Tue Jun 30, 2015 3:48 pm
Forum: General Chat
Topic: New forum software?
Replies: 19
Views: 8459

Re: New forum software?

Yeah I really do think someone has gone through the pain of migrating phpbb databases to other platforms before. Those open sourced ones usually have some kind of plugin for handling that stuff. Have you completely given up on the custom one you started on? I cant remember how far along you came wit...
by Temor
Sun Jun 28, 2015 8:15 pm
Forum: Tutorials
Topic: Registration: User Activation & Running script online
Replies: 1
Views: 1436

Re: Registration: User Activation & Running script online

This reply is way late, but for future reference:

If your MySQL queries return null, or won't do what you want them to, try echoing mysql_error()
like so:
[syntax=php]echo mysql_error();[/syntax]
by Temor
Sun Jun 28, 2015 8:12 pm
Forum: Tutorials
Topic: Using CSV Files - Tutorial
Replies: 1
Views: 1596

Re: Using CSV Files - Tutorial

This reply comes way late but for future reference:

str_getcsv is only available in PHP 5.3.0 or later. You need to update your PHP version to the latest one, which is a good idea regardless.
by Temor
Sun Jun 28, 2015 8:07 pm
Forum: General Chat
Topic: Questions and things regarding rebooting the activity here.
Replies: 22
Views: 9214

Re: Questions and things regarding rebooting the activity he

I do realize that, but even a couple of posts per week is enough to satisfy my itch. And compared to the activity we used to have, it doesn't seem impossible.