Jump to content
xisto Community

lailai

Members
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by lailai

  1. 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.
  2. Thanks guys. Some guy has stole my tut, so I need to get that fixed before posting more tuts here.
  3. 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.
  4. 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.
  5. What? I coudn't under stand... where am i supposed to name this file:
  6. Wow! Nice tutorial! Thank you for sharing how to make a phpmyadmin...I coudn't understand most parts, but anyway thanks
  7. 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
  8. 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.
  9. Yep, but lot's of them are rubllish ones.I mean rubbesh ones is the thing like .bat and stuff. If you had an anit virus, the virus won't work... So, the real virus are only at the rate of: From: duba anitvirus update source
  10. 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
  11. 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.
  12. 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..
  13. 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.)
  14. You can only post to get free credits. Or you need to buy them
  15. Thank you! I will try that to scare one of my friends
  16. 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!
  17. 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.
  18. Paypal is safe, but sometimes with a bit problems. I Never had a problem with paypal
  19. Get an upgarde. Is there some strange *.js files?
  20. Nice site, good desigon, and add more content. I like the vista theme on the forums
  21. Thats funny, is it an april fools joke?
  22. 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] (+)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.