Search found 1179 matches

by Temor
Sat Jul 14, 2012 4:41 pm
Forum: Introductions
Topic: Howdy!!
Replies: 2
Views: 18812

Re: Howdy!!

Hello :)

Good luck on your interviews :D
by Temor
Fri Jul 13, 2012 4:10 pm
Forum: General Chat
Topic: I Have a YouTube Channel ?!
Replies: 4
Views: 1005

Re: I Have a YouTube Channel ?!

Wow! I would never have figured that out myself.
by Temor
Tue Jul 10, 2012 6:22 am
Forum: General Chat
Topic: Recommendations (spelling?)
Replies: 4
Views: 1242

Re: Recommendations (spelling?)

Since I live under the impression that free domains are the devils work I rarely use them ( never actually ) but I've heard that both Byethost and 000webhost do what they say they do.
by Temor
Mon Jul 09, 2012 4:04 pm
Forum: General Chat
Topic: Login Integration
Replies: 10
Views: 2026

Re: Login Integration

I believe I read somewhere about an already existing library of functions used to seamlessly link an external website with a phpbb forum database. I'll edit this post if I can find it. I bet it can't be that hard to find on The big G though. /Edit, I found it, but apparently it's been discontinued b...
by Temor
Mon Jul 09, 2012 3:45 pm
Forum: CSS / Styling
Topic: Feedback needed
Replies: 9
Views: 3516

Re: Feedback needed

I like it but I think with the top background that it could extend more down so that the categories aren't on the edge fo you mean the forum catagories? such as news? I would guess he's referring to this: http://i50.tinypic.com/2lvjxuc.jpg It's up against the edge in a way that gives it a bit too m...
by Temor
Mon Jul 09, 2012 3:38 pm
Forum: PHP
Topic: simple rating sytem
Replies: 4
Views: 789

Re: simple rating sytem

It depends entirely on what you want to use it for. I'll give you an example of how it might look for email purposes like in Gmail. The star has an " onclick " function attached to it, so that when the star is clicked it will set " Star " to " true ". They then check to...
by Temor
Mon Jul 09, 2012 12:06 pm
Forum: PHP
Topic: simple rating sytem
Replies: 4
Views: 789

Re: simple rating sytem

how can we use one and 0 only in ranking sysytem. What? And also how we can build a star system like in g mail I'm guessing you're asking about a star rating system? Considering the title. If so: You could post 5 ( or however many ) stars and give them a value when clicked, for example 1-5. Star 1 ...
by Temor
Mon Jul 09, 2012 11:49 am
Forum: Tutorials
Topic: Blog help
Replies: 10
Views: 1672

Re: Blog help

Yes, that much I understand. But what does it look like? For me, it just says " 2012 ". You can't format "2012" to a date and time. A timestamp though, like this: "1336868281" could be formatted into a date and time. If you've perhaps set a too low max char length in yo...
by Temor
Sun Jul 08, 2012 11:09 pm
Forum: Tutorials
Topic: Blog help
Replies: 10
Views: 1672

Re: Blog help

Could you try changing NOW() to UNIX_TIMESTAMP() in your add_post query?
Tbh with you I have no idea how the NOW() function works in SQL. For me it just returns 2012 which isn't an actual time/date stamp and therefore formatting it wont make much sense.
by Temor
Sun Jul 08, 2012 7:31 pm
Forum: Tutorials
Topic: Blog help
Replies: 10
Views: 1672

Re: Blog help

is the date being inserted into the table correctly ?
by Temor
Sun Jul 08, 2012 6:38 pm
Forum: Tutorials
Topic: Blog help
Replies: 10
Views: 1672

Re: Blog help

did you try echoing mysql_error(); ?
by Temor
Sun Jul 08, 2012 10:01 am
Forum: Tutorials
Topic: Database issue... - PHP Tutorial: Register and Login
Replies: 4
Views: 3401

Re: Database issue... - PHP Tutorial: Register and Login

They do look the same. I suggest watching in full HD and fullscreen. It's a lot easier to spot small things like that in high resolution :P
by Temor
Sun Jul 08, 2012 9:58 am
Forum: Suggestions
Topic: PHP Login and Registration System - Show and Hide divs
Replies: 1
Views: 2234

Re: PHP Login and Registration System - Show and Hide divs

if(isset($_SESSION['user_id'])){ user is logged in. Show div. }else{ user is not logged in. do not show div. } is this what you mean? This same thing could probably be done with some basic Javascript too. Unfortunately though, I know about as much Javascript as I know astrophysics, so I can't help ...
by Temor
Fri Jul 06, 2012 3:17 pm
Forum: Suggestions
Topic: How to make a unique download link
Replies: 1
Views: 2819

Re: How to make a unique download link

This would be really easy actually. I can write a short text tutorial on this. Tutorial: I will assume that you already know how to create a regular download link. If not, then watch one of Jacek's tutorials on uploading and downloading files. I will base most of this tutorial on Jacek's Temporary D...
by Temor
Fri Jul 06, 2012 12:44 pm
Forum: Tutorials
Topic: Database issue... - PHP Tutorial: Register and Login
Replies: 4
Views: 3401

Re: Database issue... - PHP Tutorial: Register and Login

This error: Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\wamp\www\project01\core\inc\user.inc.php on line 9 usually means that the SQL query failed, because if it does, it returns false ( which is a boolean ). Adding echo mysql_error(); under the query that is fail...
by Temor
Wed Jul 04, 2012 10:06 pm
Forum: PHP
Topic: Hey I just made this issue...so solve it maybe? - SOLVED
Replies: 29
Views: 4808

Re: Hey I just made this issue...so solve it maybe?

Unless you're actually storing "id" as the id, this does not make sense. It should return the ID. The same exact code does what it's supposed to do on my system. I have to admit I'm stumped. My suggestion is to scrap that insanely clotted login script you've downloaded and instead try and ...
by Temor
Wed Jul 04, 2012 9:15 pm
Forum: Tutorials
Topic: Minequery PHP playerlist
Replies: 3
Views: 969

Re: Minequery PHP playerlist

You're welcome :)
by Temor
Wed Jul 04, 2012 8:49 pm
Forum: Tutorials
Topic: Minequery PHP playerlist
Replies: 3
Views: 969

Re: Minequery PHP playerlist

php.net is really useful if you're looking for information about a certain function. In this case the implode() function. http://php.net/manual/en/function.implode.php string implode ( string $glue , array $pieces ) This means that the first parameter is the "glue", or whatever you want ho...
by Temor
Wed Jul 04, 2012 8:43 pm
Forum: Other
Topic: Java plugin error
Replies: 4
Views: 2885

Re: Java plugin error

Not without seeing your code, no.

Post your code here using
[syntax=java]
[/syntax].
by Temor
Tue Jul 03, 2012 1:36 pm
Forum: PHP
Topic: Trying to make Singup fourm
Replies: 2
Views: 525

Re: Trying to make Singup fourm

Well. That's two lines of code. There is no way to tell if you're doing it right by seeing two lines of code.
Is that all you've got?

Do you know how to make a regular signup form?
by Temor
Tue Jul 03, 2012 6:18 am
Forum: PHP
Topic: Hey I just made this issue...so solve it maybe? - SOLVED
Replies: 29
Views: 4808

Re: Hey I just made this issue...so solve it maybe?

The principle still remains the same. $result = mysql_query("SELECT `user_id` FROM `users` WHERE `username` = '{$user}' AND `password` = '{$pass}'"); The only difference is that you select username instead of user_id. And because this clearly fails to return the ID, it won't return a usern...