-
Content Count
46 -
Joined
-
Last visited
Everything posted by lailai
-
It's a easter fool's joke. Theres no such thing as Bill Gates Edition, so your friend is tricking you. Or it's a theme pack. But I suggest you don't take the risk which have a great chance of been a joke, or spyware/virus/other nasty stuff. Or it could be just a wallpaper... which is useless by the way. Do a google search and you'll find lots and lots of images of Bill Gates.
-
Make A Flat Based Shoutbox, With Auto Refresh.
lailai replied to lailai's topic in General Discussion
Thanks guys. Some guy has stole my tut, so I need to get that fixed before posting more tuts here. -
Free Domain Name Free Domain for Life.
lailai replied to OpaQue's topic in Alerts, News & Announcements
Wow! I should save them up, really. Haven't been on this site for ages - frogot about it while I was making a forums script. -
Agreed. I got 40 spam mails a day, and someone is faking our emails. A gmail user send me a mail to remove me from mailing list. Well, I did not knew him, and I don't have any lists what's wrong? Well, he gave me a copy of the email a spammer used PHP to faked my email address. And most of my spam comes from gmail users.
-
Wow! Nice tutorial! Thank you for sharing how to make a phpmyadmin...I coudn't understand most parts, but anyway thanks
-
Web Browsers Safest Internet Web Browsers
lailai replied to Antihack's topic in Security issues & Exploits
IE is the most used one. Firefox is the most unsersored one. For Opera, Idk.I say ff is the unsecored one because it's the most eassly hacked one -
Thanks for that, guest. But I think he don't have a virus because taskmanager is NOT disabled. Which virus won't disable that? My suggestions: Try reinstall the os. If it dosen't work, it's probly about your handware.
-
That is 100% fake. Did you notice it's C 2006?The email says 2009 interface..Be careful, I found a fake paypal site today
-
Make Money Make money online with proof of payment
lailai replied to nummell's topic in Business Forum
That site don't work. -
Note: This post was made in: bbs.duba.net Made by: 禹林 Translated by: lailai http://www.ijinshan.com/ Saturday's breakfast was only a cup of milk, and 2 bread loafs. This was the food for them for over 3 weeks, when the first "auto" virus was created. "Eat quick, and send the source to me that you said last night. http://www.ijinshan.com/ After bug fixes and updates, the internet was finaly out of the auto virus world. However, they must keep checking for new viruses. http://www.ijinshan.com/ After putting the virus into OLLYDBG, the source code appered in seconds. Endtask, Edit regedit, deleted SSDT and the anitvirus will not work. http://www.ijinshan.com/ Here is the notepad where it's all about all the virus auto downloads http://www.ijinshan.com/ So, after looking at lot's of books and tuts(yes they did read all that books in one day). After testing it for 12 times, the new auto virus was deleted. The end.
-
First, have a good color is important. You don't want people say "Ow!!! My eyes!!! where's the X button????" So try not to use colors like light green, yellow.Second, have some content. Will you like a site just with a title? Updated it AT LEAST once a month.Third, try not to put "too much" image on the homepage. Otherwise, if they come from a search engion, they will probley want to find something that they want. If that takes too long, they'll leave.Fourth, having a portal is good if you have a forum. If you are using something like ip board, active the portal. If you are using phpbb, you may want to forgot about this..
-
How To Attract Users To Register On A Site
lailai replied to Gyanu's topic in Websites and Web Designing
I agree. But you may want to make less ads on your blog for registered members, and set guest replys to "no".For bbs(forums), you can post... get something (eg if your site is about games, you may want to have a prize and you can get 1 game excharge card number if you posted 50 post or have 60 points.. if it's about tech and web design, maybe you can have full acess to tuts for members.) -
How To Get Credits Quickly credit points quickly
lailai replied to seef's topic in Web Hosting Support
You can only post to get free credits. Or you need to buy them -
How To Make A Double-voice Effect DVS, I call it.
lailai replied to tricky77puzzle's topic in General Discussion
Thank you! I will try that to scare one of my friends -
With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where it add to msg.txt 5. bg.gif Background. Index.php would be like this: <html><head><title>Shoutbox</title></head><body><iframe src="msg.php" marginwidth="1" marginheight="0" height="200"width="153" border="0" frameborder="0"></iframe><FORM name="shout" action="shout.php" method="POST">Name:<br><INPUT TYPE="TEXT" name="name" size="20"><br>Message:<br><INPUT TYPE="TEXT" name="message" size="20"><br><br><INPUT TYPE="Submit" name="submit" value="Shout!" size="20"></FORM></body></html>Let's go over what the code do.<html> -> <body> are just the title. <iframe> gets msg.php which gets msg.txt. You will know why I do that later. <FORM> -> </FORM> is where you can type what you want to shout. Now let's make the msg.php! </body> </html> linenums:0'><html><head><meta http-equiv="refresh" content="8;url=msg.php" /></head><body><?php include('msg.txt'); ?></body></html> I shouldn't really explan this.Meta refresh the page every 8 sec. <?php include gets msg.txt. I did this was for it won't refresh the whole page, as if it refresh while typing it will rub out the msg. Just make a msg.txt with 777. And for shout.php: $message = $_POST['message']; $code = array( '/ linenums:0'><?php$name = $_POST['name'];$message = $_POST['message'];$code = array( '/:\)/', '/:P/', '/:D/'//Bla bla bla);$image = array( '<img src="smileys/1.gif">', '<img src="smileys/2.gif">', '<img src="smileys/3.gif">'// Bla bla bla);$formatted = preg_replace($code, $image, $message);$tag = ("<font size=\"2\" face=\"Arial\"><b>$name:</b>$message</font><br>");$read = fopen("content.txt", "r");$contents = fread($read, filesize('content.txt'));fclose($read);$write = fopen("content.txt", "w");fwrite($write, "$tag $contents");fclose($write);print "<meta http-equiv=\"refresh\" content=\"0;index.php\">";?> I made a little smiley feature, and you can use it for bb codes like [heading] turns to <h2> and stuff.Hope you enjoyed the tut!
-
Making A Scroll Bar In Flash with an image and words on it
lailai replied to Alex_W's topic in Websites and Web Designing
You can put that in a scollbar, but you need to upload the image on the internet to do that. Read the help file for more instrutions. -
Is Paying With Paypal Safe? your opinion and experiences please
lailai replied to Joannespw's topic in General Discussion
Paypal is safe, but sometimes with a bit problems. I Never had a problem with paypal -
Get an upgarde. Is there some strange *.js files?
-
65GB? thats 100% scam.
-
Nice site, good desigon, and add more content. I like the vista theme on the forums
-
Thats funny, is it an april fools joke?
-
Post Rating Module Installed Rate member posts
lailai replied to bthaxor's topic in Alerts, News & Announcements
The rating system looks cool! Thanks for installing this, and I like it. However I think we see what ppl rated without click list. Add a (+) button for more info. (My idea is:) [x2] [x1] (+)