Search found 205 matches

by ziggy3000
Wed Aug 15, 2007 6:28 pm
Forum: PHP - Code
Topic: form problem
Replies: 21
Views: 4169

for your information... i solved it... on my own. just 5 lines of short code
by ziggy3000
Wed Aug 15, 2007 6:25 pm
Forum: Volunteer Work
Topic: Advanced Captcha Image
Replies: 15
Views: 8664

thats basically what i have done. but to make it harder, i want to rotate the text also
by ziggy3000
Mon Aug 13, 2007 9:11 am
Forum: PHP - Code
Topic: OOP bbcode parser
Replies: 4
Views: 634

oh, that part is actually hex values.
& #34;
but without the spaces. the phpbb parsing probably parsed that.

and thanks jcart. :)
by ziggy3000
Sun Aug 12, 2007 9:50 pm
Forum: PHP - Code
Topic: OOP bbcode parser
Replies: 4
Views: 634

OOP bbcode parser

now that i have gotten a little more advanced in php, i have coded this OOP bbcode parser. the main problem is that i want the way that the user inputs the bbcode, is the way it should output. but when you use the php tag in my parser, it always put's it above all other bbcode :(. is it the way that...
by ziggy3000
Fri Jul 20, 2007 3:25 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

well, since the js is not working, i have decided not to use ajax, and just use php... and it works
by ziggy3000
Thu Jul 19, 2007 6:04 pm
Forum: PHP - Code
Topic: online editer
Replies: 5
Views: 934

really simple. go here
by ziggy3000
Thu Jul 19, 2007 5:23 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

so i put a textarea with the id 'test' and i just the following jscode var url="conn.php?host="+host+"&user="+user+"&pass="+pass+"&name="+name; xmlHttp.open("GET",url,true) xmlHttp.onreadystatechange = function () { if (xmlHttp.readyState...
by ziggy3000
Thu Jul 19, 2007 3:57 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

can u give me code to test? i dont really get what you are saying.
by ziggy3000
Thu Jul 19, 2007 1:30 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

i have SMTP thing disabled since i am working on a local server
and i got most of my code from here
by ziggy3000
Thu Jul 19, 2007 1:05 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

well, when i go to conn.php? and type in my details in the address bar, it outputs what it is supposed to,
how do you test if conn.php is being requested by javascript? i just started learning when i wanted to create a wysiwyg editor(that's coming along very good :) )
by ziggy3000
Wed Jul 18, 2007 7:17 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

still doesn't work the html isn't changing :(
by ziggy3000
Wed Jul 18, 2007 6:45 pm
Forum: PHP - Code
Topic: ajax check mysql connection
Replies: 13
Views: 3739

ajax check mysql connection

i need help using javascript and php to make a script that allows you to check your database connection. this is my php/html: echo "<table class='content'><th>Database Configuration</th><tr><td>"; echo "<table><tr><td>"; echo "Database Host<br />"; echo "Database U...
by ziggy3000
Fri Jul 13, 2007 6:33 pm
Forum: Volunteer Work
Topic: Advanced Captcha Image
Replies: 15
Views: 8664

vigge89 wrote:What exactly is one supposed to find in that image? I don't see any text/characters, so the number of lines in the image?
Edit: Or is it missing text becuase nothing was passed to the script? Doh!
whoa! the people that made this have changed the url. that's why you didn't see any text
by ziggy3000
Fri Jul 13, 2007 6:32 pm
Forum: Volunteer Work
Topic: Advanced Captcha Image
Replies: 15
Views: 8664

well, i have good news. i have learned enough php to make the exact same captcha image! well, it's close. i just need help rotating each alphanumeric digit and putting it in a random spot, yet, you can still read it. and the font seems a little different. and there's not as many lines, but still wor...
by ziggy3000
Thu Jul 12, 2007 5:06 pm
Forum: Installation and Configuration
Topic: mysql extension loaded, but not recognized
Replies: 3
Views: 1273

i know SQL, but i dont like the MySQL interface. anyways, i solved the problem, which was really never a problem, because when i was trying to install phpMyAdmin, i got a problem when mysql wasnt loaded, and once it was loaded, i kept on reloading the error page lol.