rudeturk
Feb 5 2005, 09:19 PM
HELLO HERES A LIST OF LOTS OF USEFULL SITES I FOUND: || Codecs || http://www.free-codecs.comhttp://www.codecsdownload.comhttp://www.freecodecs.nethttp://www.click-now.nethttp://www.click-now.org|| Search Engines || www.google.com www.search.com www.altalavista.com www.AllSearchEngines.com www.mamma.com || Programming Help Sites || www.patorjk.com www.planet-source-code.com www.freevbcode.com www.codearchive.com www.vbaccelerator.com www.vbcode.com www.abstractvb.com www.developerfusion.com www.codeproject.com www.extreme-vb.net || Free Online Game Play || www.pogo.com www.slingo.com || Torrents clients || http://bittorrent.com/download.htmlhttp://azureus.sourceforge.netwww.bittornado.com www.bitcomet.com || Torrents || http://matrixrips.no-ip.comhttp://torrent.youceff.comwww.torrentreactor.net www.torrentsearch.com www.torrentportal.com www.bi-torrent.com www.lokitorrent.com www.torrentbits.org http://torrentz.comhttp://www.torrentspy.com/www.slotorrent.net www.demonoid.com www.btefnet.net || DVD/Ripping || www.1stdvdripper.com www.dvd-ripper.biz www.dvdshrink.org www.dvdtodivx.net www.slysoft.com www.cliprex.com || P2P Programs || www.edonkey2000.com www.aresgalaxy.com www.bearshare.com www.filetopia.com www.kazaalite.com www.grokster.com www.limewire.com www.slsknet.org www.winmx.com www.imesh.com || P2P News || www.slyck.com || Software/Direct Downloads || www.freedownloadscenter.com www.filesforfree.com www.shareware.com www.download.com www.phazeddl.com www.tucows.com || Cracks/Keys || www.astalavista.com www.asta-killer.com www.crackspider.com www.freeserials.com www.theserials.com www.seriall.com www.serialz.to www.thebugs.ws www.cracks.am www.cracks.st www.andre.net www.crack.cd || Room Rules || PS:please dont call this spamming im just trying to help out and anyway this took me 15 minutes so please. 
Reply
bjrn
Feb 5 2005, 10:18 PM
1. Almost none of those were about programming at all, let alone PHP programming. 2. Read the rules. No cracks/serials talk.
Reply
Recent Queries:--
phazeddl reviews - 22.10 hr back. (1)
-
usefull websites - 135.79 hr back. (1)
Similar Topics
Keywords : links, lots, usefull, website, spaming, 15, minutes
- Creating A Login Box That Links To My Phpbb Forum
Have my phpBB Forum Intergrated with my Website (4)
Reading Files From Directory To Array, And Using $_get To Get Them
Simple way to manage lot's of files (2) Some user posted a similar problem i had when i tried to figure out how to update content on my
website in less work as possible. This is just part of the "big" plan i have for my site but it can
be helpfull to you guys if you like FlatFile. I hope that mod's don't mind me posting the
same code here and on their forums, couse if they do i'll delete it from their forums
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> So
here's the situation. Let's say you have a folder called 'myfilesdirectory' on your
s....
Dealing With Links Like ?id=123
pls help in a small issue (7) While dealing with such a links in php CODE page.php?id=1 i dont want that someone access
this page directly using page.php.. i can give some custom message incase someone try to access
page like: CODE page.php okay i can make it by using if condition etc.. but the other problem
is that, if someone try to access like, CODE page.php?id= in this case (where id is not
given, but there's only "?id= " which makes no sense.. in that case i want to make some custom
msg etc. how i can handle this situation? Regards ....
Updating Website From Another -- Website
Is it possible, and how? (7) i was just thinking about this project that i'm doing, and i thought that it would be a good
thing that i could update my website let's say on trap17 from my localhost computer with a click
of a mouse, without all of that ftp mambo-yumbo the thing is that i wanted an "UPDATE" button on my
site which woud connect to my localhost and update all the things needed. let's say i added few
profiles localy, and i want to update them on site.. how could it be done. if i was crude in
explanation please write what info u still need and i'll post it back.......
Help With Some Website Coding
Databases and saving form results (4) Hey all, I was looking for some help with creating my new website. I have a form already created,
with some text areas, checkboxes, drop down menu's, ect. I need some help setting up the code to
save the form data once the user clicks "Submit" after filling in their information in the form. I
was hoping to do this 2 ways - 1. Saving the information into some type of database (MySQL I'm
guessing?) and 2. Have the form results emailed to me. I am familiar with the old way of emailing
the results by putting "mailto:email@domain.com" into the form, but new browse....
Wap Redirection
Usefull code that all wap site owners should use! (12) Use this code to redirect pc users from your wap site to web site: include above page header this
code: CODE <?php $mywebsite = "forum/index.php"; $browser = explode
('/', $HTTP_USER_AGENT); if($browser[0]=="IE"){
header ('Location: $mywebsite');} ?> ....
Wappy's Php Snippets
I will place here usefull php snippets and functions that i learn/use (13) Here is a function you can use to generate a simple random password for whatever use ;-) CODE
<? function rand_pass($numchar){ $string = str_shuffle
("abcdefghijklmnopqrstuvwxyz1234567890"); $password = substr ($string,
1, $numchar); return ($password); } //example echo
rand_pass('8'); // will return an 8 character long random password of numbers and
letters like c8k4ss42 ?> CODE tags added. Here is an extremly usefull search function
that will search a directory and....
Question: Securing A Website For Beginners
(1) I don't really understand 'bout it. What kind of security we have to make to hold our web
secure. Only log in features? how bout 'deface' method? how does it work? thx in advance
Please use detailed topic title. ....
How I Can Display Forum Topic On Main Website ?
(4) Suppose i have a website.. domain.com , and have phpbb forums on domain.com/forums.. And i want to
display the new topics written in the forum on the main page of website...how i can do that.. ? for
example ,I want to display this topic `? "domain.com/forums/viewtopic.php?t=16" how can i do
that ?....
Sending Messeges Over A Website.
(3) i want to learn how members of a website can send messeges to each other using php since im learning
it. okay i can write in more detail..that for example if users can register on a website , suppose
there are some users on the website , and now i want to learn how they can send messeges to each
other.suppose each user has a unique ID ... and for example if some one has send the messege to
other member of website , then he can know that he has recieved a new messege..something like inbox
on the website where all of his messeges can be stored...lets say same way like on t....
Can My Forum And Website Use The Same Profiles?
(3) I've been programming a 'rate-em' site from scratch. You know like Hot Or Not. YEs,..
yet another rate-em website. Anyway, i'ts done and before I launch it I need to add a forum as
the finishing touch, but all the forum softeware out there seems so hard to integrate. I'm
trying to make it so that when a user logs into my rate-em website they are also logged into 'my
forum'. i.e. i want my forum and web site to use the same profile data. If anyone knows of a
forum program made for this objective please let me know. I'm in over my head, a....
Music Website
(3) http://www.metalmania.net I'm pretty much a novice when it comes to php/mysql and I have been
trying to figure out how to build something similar to the way the site above works. Do any of you
know of a tutorial or script or something that would show me how to accomplish something very
similar to that? I have also been exploring phpnuke platinum with the TopMusic mod, but it just
doesnt want to do what I want it to do. Sure it has a lot of features already done for me, but the
architecture and navigation is very poor in my opinion, not nearly as efficent as the n....
Free Website Portal
(2) hey everyone, have you ever used PHP??? well if you have you know how cool it is and nice to work
with and it has nice mods and stuff for it.... well i got the ultimate php its called
PHP-Platinum very very very nice Portal and Engine Coding, slick sleek and smooth are 3 words for
this portal... if you want to see it in action and see features of it or even download it and check
it out for yourself visit this site PHP-Nuke Platinum Features & Downloads its a very nice
thing to use so go check it out, i love it cause its got nice protection so your site stays s....
Website Help
Need php programmers to help me. (10) I need some php programmers help. I am working on a website. I have asked for some code in another
topic and would now like help. These will possibly be sold. And if they do I am willing to pay the
people who help me out a lot some of it. Dun start asking to help and like help a tiny bit and
expect to get something big out of it. I am only paying to people who help a lot and once they are
sent out. You must also be good with making clan websites. These will be for clans. If you bother me
about getting money than no pay. More info on aim. My aim is generalds2001....
Php Website Assistance?
Help Me (1) Hello, i have just set up a website, and want to protect the site using login and password
protection. Can anyone give me some PHP scripts which will keep a track of usernames and passwords,
and add them to the access rights list. is this possible? If so, i would be much obliged if you
would do so. Thank you. P.S If anyone needs assistance with HTML, that is my speciality, so send
me a message. Always happy to help....
How To Autorefresh A Page Every Two Minutes?
(18) I'm working on an OFFLINE SYSTEM that uses PHP and MySQL. Something that can be used by a small
network of PC's to do transactions. These are problems I need to solve: 1] I need A CODE THAT
REFRESHES THE PAGE EVERY TWO OR SO MINUTES. That way the new entries in the database gets seen on
the page and I don't have to press F5 or click refresh everytime. 2] How do you set CHMOD
PERMISSIONS WHILE USING APACHE AS MY SERVER (OFFLINE)? Is the idea of an OFFLINE SYSTEM sounds
garbage? Is it okay to use it for transactions within a small network? SUGGESTIO....
Need Help With My Website
(4) Hello, i have Invision Power Board v3, my website is http://www.generatione.trap17.com/forums] , I
am doing this website for this organization. Anyhow, i still dont have a home page, but i have the
forum part set up. And that is what i need some help on. and i had a couple of questions in which i
was wondering if you guys new how to change these settings. How can i change the title of my
website? The current one is New Directions - Forum (Powered by Invision Power Board). How can i
put more links in for example in trap17 there are , i was wondering how could i ....
Add Links
(2) i've installed Coppermine (online photo gallery) on My Webpage and added some content, but i
would like to add a few links to the menubar: -when go to My Webpage and hover over the
"home"-button, the "login"-option appears. Now, i want to add some links NEXT to "login", i mean, on
the same line /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> . -if you
think there is a much easier way to add some links, please let me know! I hope someone can help
me with this /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> .....
Website Made With Php
help... (31) I want to create and interactive website, similar to ' Free Web Templates ' I do not have
the knowledge to create such a website where users sign up, login, and have profile pages, also
pages displaying their contributions.... If someone could create a base for this website for me,
e.g, login page, mambers page, profile page, creations page and so on... which I can then change the
layout and so on to suit my needs... I can off a small amount of money for this, however, not alot.
Any response is welcome, Thank you, Craig.....
Very Good Php Website
Informations about php editors (10) Just go here: http://www.php-editors.com/ ....
Help About My Website
Need comments and suggestions (7) /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Hi. I need your
comments and suggestions. Please do visit my website at http://www.karlo.co.nr and tell me what
you think. If you want the source code of my website, just send me a message and I will send it to
you. I'm still a beginner in PHP so please do guide me into the right path of PHP programming
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Thanks.
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
Debugging Your Php Or Your Website
Very easy and proven steps! (6) First, download Apache 2 (Web Server) from http://www.apache.org Second, download PHP Binaries
from http://www.php.net On the installation of Apache 2, when you are asked for the website
address, just enter 127.0.0.1 That's it, to integrate PHP Binaries to Apache 2, check out the
Apache documentation and the PHP documentation. To access your offline debugging website, go to
your browser, and navigate to 127.0.0.1 or 127.0.0.1:8080....
Looking for links, lots, usefull, website, spaming, 15, minutes
|
|
Searching Video's for links, lots, usefull, website, spaming, 15, minutes
|
advertisement
|
|