It's probably your template's settings on your limit of text.
Type: Posts; User: Techykid3; Keyword(s):
It's probably your template's settings on your limit of text.
What does "Dont sue me" mean? This isn't legal stuff lol.
Solved.
And how would I list the banned IP's on a website, if I did use PHP.
And how do I use PHP to connect to the .htaccess file?
I want to pull a list of banned IP's from a MySQL database.
And/or, how does forum software ban IP addresses, does it somehow insert into a .htaccess file?
Orrr... Is there a way to ban users...
Its submitted using post. Theres a lot of fields that are hidden, such as IP, timestamp, MAC, etc. I don't know alot about javascript, I know very little of it. So I kind of need you guys to write it...
2 problems with the code above :(
1: On page load, I have to wait 10 seconds for it to show the messages
2: When I submit the form, I want it to update itself silently, not having to refresh the...
Okay, sorry about low detail...
I am making a shoutbox, from PHP/CSS/ETC...
It can do everything I want, but I need it to refresh ONLY a div, not the whole page, here is how it is:
On my...
Okay, I've seen a page (i had the source), where a page would have
<div id="shoutcontainer">
</div>
and there would be a list of messages there, its like INCLUDING a page using javascript, but...
I need to remove the row, then insert another. But what if there is no row to delete, meaning they have never voted before, does that mean the mysql query will halt, and not insert a new row? Or will...
How do I make it so that does NOT make another row for the person, meaning that if they vote again (after the 24hour period), that it will replace the row with the new one, or at least update the...
How do I get my time column the same as your format?
No I do not have a unique ID column
They put their username in a field, no verification, because it doesn't need it yet.
No, two people can not...
Thats EXACTLY, what I want! How do I do that?
How would I do that, without bearing down my computer?
I'm having it run every midnight, so it has it ready for the next day. I should probably make it run at 12:05 AM. Will this be deleting them all SEPERATE, by each user's timestamp? I need it to go by...
Okay, now I got that figured out before you replied :P. I got it to insert correctly, but I need a script, that deletes rows when they are older than 24 hours, which means allowing each row, to be in...
What I'm using is the MySQL datetime column, but the problem is, I don't know how to even insert the datetime into the database. Could I get some codes? What I all in all need is, 1, the php code...
Okay, here is what I want to do, I have a system where if a person votes for something, it will add their name, and what they voted for, into a MySQL table (votes), I want to automatically, after 24...
Okay, there are things like $name='ChatClient' on the includes page, it does not show any text, it just defines the variables, now on the page with the php scripts (the one in my last post) tells it...
Bump.
Well if Myspace doesn't allow iframe tags, that certainly won't allow php include()'s or <frame>'s.
So other than that, I don't know of any other way.
Solved. I just decided to code with jQuery to make an igoogle-type interface.
(sorry, i just think i might be able to say this?)
I believe you need to put the code in mail().
Sorry if I'm wrong. I just want to try and help others ;).
Well, I sort of got code from a tutorial, but the problem is, is that it would be: http://website.com/downloads/download.php?1 or http://website.com/downloads/download.php?2
And thats the bad...
I have been searching the internet about this... Still nothing, but I know its possible:
I need to display content based on if they have a certain variable...
I need it to be like this:...