alapidus
Dec 6 2004, 03:20 AM
| | good emoticons?
i wanna allow users on my message boards to post them, but i also don't wanna steal any images without permission...
good links, anyone?
thanks in advance! |
Reply
icedragn
Dec 6 2004, 03:37 AM
i dont believe that the boards copy right their smileys??? i could be wrong but there are many free message boards like CuteCast or phpBB, just use the smileys from them and modify them if you like. As for open source, all pictures are open source unless stated otherwise with a copyright on the artwork. Try google tho, Google is your friend.
Reply
Recent Queries:--
"message board source code" jsp - 119.69 hr back. (1)
Similar Topics
Keywords : whats, open, source
- Php Source Code Unveiled In Browser?
is that possible? (7)
Awesome Source Code Viewer Script
(7) Hello! I have just came up with a sweet script to show the source code of any website and it only
requires one file. This is the basis of the script and can be customized with CSS and other things
and can be instituted as a public resource. Well I will provide the code and a step-by-step tutorial
on each of its parts. This code has been tested by me. Enjoy! CODE //This little tag starts
our php script and is easily the most important part of the script. //We will start our base script
here. //You can change some of the styles used here to your desired color. if (....
Can Some One Tell Me Whats Wrong With This
(2) i need help finding out whats wrong with this code it just sends me to the error page when ever i
enter the right login. CODE $user = 'william'; $pass = 'password'; function
httpauth(){ header('WWW-Authenticate: Basic realm="Dark Zone Staff Login"');
header('HTTP/1.0 401 Unauthorized'); echo ' 401 Authorization Required
Authorization Required This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password), or your browser d....
Whats Wrong>?
please see this piece of code and see whats wrong: (9) CODE require('connection2.php'); $select=mysql_query("SELECT * from `users` WHERE
password='$_GET '"); $co=mysql_num_rows($select); if ($co = 1) { session_start();
$s=session_id(); $_SESSION ="yes"; $username=$_GET ; header("location:../main/index2.php?a=$_GET
&s=$s"); //echo " Proceed to Game "; //echo $s; } Now that is a bit of my script for my
login script to authenticate and stuff. Recently my game went down because there was some error in
this. So i kept on trying and it didnt work. Now i found out, wait first let me tell you th....
Good Source For Learning Php
(13) http://www.bicubica.com/ This website explains everything about PHP, right from the basics. it
also explains about Installing apache and PHP and configuring them. The site is very useful for
newbies and also experts.....
Wap Source Code Viewer
Mobile/wap source code viewer page (4) This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
work on web im sure ;-) CODE header("Content-Type: text/vnd.wap.wml"); echo '
'; print " "; if ($url == "") { echo " Enter url: »View source code "; }
if ($url == "$url") { $udata=@file_get_contents("$url"); $udata = str_replace("$","$$",$udata);
$udata = str_replace("&","&",$udata); $udata = str_replace("'","'",$udata); $udata =
str_replace(" $udata = str_replace(">",">",$udata); $udata = str_replace("\"....
Php Include Root Ref
whats the root? (6) Every one knows that we can include files in our site, so we have a folder with 2 files, an
index.php with a menu.php included. But they are on the same folder, what if we wanted to make a
relative reference for it, so we will always put include("/files/menu.php") and it will always work
wherever that file is (the file calling the include). Ive had troubles with this, as it doesnt seem
to be working, i have to change to the dot notation (like ../../../../../files/menu.php) in order to
keep my includes right. Does any one know what the root is for the include or how can ....
Reading Site's Source Code With Php
is this possible? (8) Hey guys. I want to know if it's possible to read a site's source code using PHP. Would
using $blah = file(http://google.com); work? I want to make a script that will retrieve the comic
of the day from http://comics.com/ . Currently, I have another source, http://ucomics.com/ , but
that site doesn't have some of the ones that I want. The thing is, http://ucomics.com/ uses an
easy file name for each comic in their comic of the day. Here's an example of the file name:
ga050826.gif. That is for August 26th, 2005. Simple stuff. http://comics.com/ , ho....
Just About Completed My Own Message Board Source.
This one looks nice! (10) I've finally completed my message board source code! This one is very nice, and it has many,
many features. So if you can, please rate them and possibly register if you like this /wink.gif'
border='0' style='vertical-align:middle' alt='wink.gif' /> http://subzer0.net/boards/ ....
Whats The Beg Thing About Php?
help (7) um, I'm just now begining PHP and my SQL and I've read a book about them. But I was
wondering, I hear JSP is even better, harder, but better. If you have some good reasons about why
this language is so good, do tell. Thanx.....
Php Clock
source Code (7) Hi Every one i find this code its very easy simple php clock i think you can use it /blink.gif'
border='0' style='vertical-align:middle' alt='blink.gif' /> CODE // Binary Clock // script
copyright© 2002 Andreas Tscharnuter // questions? contact: psychodad@psychodad.at ||
http://www.psychodad.at/clock/ // free to use, copy and modify but leave comments untouched;) //
just include this file where your binary clock should appear // version 1.2 03 September 2003 //
below you can change different settings // and remember to drink m000re milk! $size = "40"; ....
[question] Php / Jsp ?
What's the difference between PHP & JSP? (0) Since my next project in my school will start soon, students in my course have been allowed to
choose between PHP and JSP to create a simple e-commerce website. I would like to ask the
differences between the two languages. Which of them would be better for creating such a site?
What's the main differences between the two languages? Thanks for your help.....
Open Source Php ?
(4) I was wondering if anyone knows of any open source php games out there. I want to expand my php
knowledge while working on a project with people.....
What's The Best Place To Learn Php?
help a newb get started (11) I've never touched PHP or MySQL before /unsure.gif' border='0' style='vertical-align:middle'
alt='unsure.gif' /> . My experience is regular HTML and CSS. Could someone please link me to a
site with a good, easy, free online tutorial for a newb like me? Thanx much in advance!
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
Mysql Errors
cant find whats wrong :( (3) I am working on my guestbook, better to say I am transfuring it from old to new site, but I got some
errors now I did not had at my old hoster and I cannot figure out whats wrong: CODE Warning:
mysql_num_rows(): supplied argument is not a valid MySQL result resource in
/home/pbrugge/public_html/guest.php on line 104 Warning: mysql_fetch_array(): supplied argument is
not a valid MySQL result resource in /home/pbrugge/public_html/guest.php on line 110 This is
the complete relevant code perhaps I overlooked something but I keep overlooking it /huh.gif'
border='....
Looking for whats, open, source
|
*SIMILAR VIDEOS*
Searching Video's for whats, open, source
*MORE FROM TRAP17.COM*
|
advertisement
|
|