XRated
Members-
Content Count
74 -
Joined
-
Last visited
Everything posted by XRated
-
Aww dial up i feel for you.. If i wen't back to dial up i doubt the PC would be all that interesting anymore , everything i do is based on my internet connection basically. I don't really play games to keep me occupied so offline isn't an option Anyhow i hope you get your broadband ASAP!
-
Hmm so much work for such a simple task , using php in my opinion would be the most effective and very safe . I could make a system that uses php + mysql , you would have to add small code to every page you made that you wanted to protect but i consider it easy , all you would have to is add a small include line. Although i admire your work i do not have an interest in JS but great job Umm i can show you a login system i made for a project of mine , although this uses mssql , basically the same. <?php $userid = $_REQUEST['userid']; $pass = $_REQUEST['pass']; if ($userid == "") { die('User ID Is Empty'); } if ($pass == "") { die('Password Is Empty'); } if (!ctype_alnum($userid)) { die('Illegal Characters'); } if (!ctype_alnum($pass)) { die('Illegal Characters'); } if (strlen($userid) > 10) { die('User ID Too Long'); } if (strlen($pass) > 10) { die('Password Too Long'); } if (strlen($userid) < 3) { die('User ID Too Short'); } if (strlen($pass) < 3) { die('Password Too Short'); } $pass = md5($pass); include('../config.php'); $sql = mssql_connect($server1, $username1, $password1)or die('Failed To Connect To Database, Make Sure You Have Configured The Config.php'); mssql_select_db($database1, $sql)or die('Failed To Connect To Database, Make Sure You Have Configured The Config.php'); $query = "SELECT * FROM mfp WHERE user_id = '$userid' AND user_password = '$pass'"; $result = mssql_query($query)or die('Query Failed'); $num = mssql_num_rows($result); if($num > 0) { setcookie("mfp", $pass); header("location: main.php"); } else { echo "<center>Wrong User Name/Password</center>"; } mssql_close();?> This also uses an md5 encryption so even having access to the database won't give you plain text (If anyone is interested in this method you can contact me and ill be happy to help them out)
-
To backup your forum board is quite easy actually , in your forum administration panel there should be a "back up database" option you ofcourse download it . Now on your new account install the same board and then go to your forum admistration panel and then "restore database" which will give you all your old users/post/threads back , note: do not upload your old forum folder , just install a fresh copy then restore the database . If you don't see an option in the forum admincp to restore the database , you can easily do it from phpmyadmin , hope this help's
-
Phpbb 2.0.18 Released on the 31st
XRated replied to LeAnn Rimes My Angel's topic in Security issues & Exploits
Any small report help's , great job. Im sure they appreciated such report as it doesn't make the phpBB developers to good when small thing's like that occur. Again great job -
10 Yr Old Girl Becomes Microsoft Qualified no bs
XRated replied to Saint_Michael's topic in General Discussion
Absolutely amazing , i respect the young girl's interest in computer programming . She has picked a great field to study and at such a young age , she has got a great career ahead of her , only thing is , will she stick to this career? again she is only young yet she might change her way's . But i do encorage such a person to stick with such thing's as this , it's amazing. -
Quite amazing of what people are creating , our technology is growing and fast . Soon these robots could be just like all the fiction movies you see today , although this might create problems but there is always pros / cons.
-
Welcome to Xisto Untouchable, im sure you will enjoy it here. The customer service is 100% amazing and all the users are very friendly and very helpfull , im sure you find it comfortable here and you can completely relie on your hosting 100% . Enjoy!
-
No Name Forums (nnf) Ultimate Free Shell Directory
XRated replied to XRated's topic in Websites and Web Designing
Ive got one Moderator position open on my forums , if anyone is interested i need someone that is mature ofcourse and possibly have a good knowledge of shells/ unix , i cannot pay for this positive and my forum is basically empty but im hoping this certain person can help me fill it with more content then i currently have in it and help me promote it a bit. If your interested check the forums out and pm me or add me on msn (Jackel@nsirc.com ) , hope to see you there ! -
Aww i feel for you , so many classes + work and now community service that would cut me too peaces . Do you even sleep? Ouch i would try to get her to cut you some slack but im sure that's harder then it seem's , but you must think positive , once this is all done and over with you should be living life like it should be lived
-
Welcome to conret! Xisto is the place for you my friend , they offer in my opinion the best customer servicde! there extremely fast and very friendly. Users here are great aswell , this isn't only a hosting service it's a community of wonderfull and great people waiting to chat with you!Enjoy !
-
Nope not at all , it's proper thing to ask . Im just saying relationships are hard to establish , i haven't really had any good relationships . I don't think i look in the proper places but am alway's hoping to find the perfect gal , she's out there i just gotta find her
-
Relationships can be tough and most well actually 98% of them go down in flame's but there's alway's that someone that make's you feel special and would treat you like an angel , finding that "person" is a challenge but to think about it , it's most likely 90% of the prupose of living. Your challenge in life is to find that "person" if everyone was perfect this world would be a doll place to live , don't you think?
-
Welcome mate , I guarantee you will enjoy your stay here at Xisto . They offer incredible packages with little posting yet posting is just as fun , you make new friend's and even learn new thing's . Very fast support and your account is basically instantly activated ( I got mine 10 minutes after i requested ) , also unlimited feature's which im sure you have seen , overall just a great host and enjoy your stay!
-
Largest Known Prime Number A very long number...
XRated replied to sonyguy's topic in General Discussion
That's a very large number heh but could it ever be effectivly used? Like is there anything in the word that has a quanity that large? I honostly am amazed but yet not convinced , anyhow the poster look's quite funny , more less a gray wall paper . But the price is a bit steep for a gray wallpaper -
Wow that's amazing , i can almost guarantee that every large ISP / Data center will be using this , what would be amazing as that they allow to the public (Home Use) lol what i could do with a T connection . I think id start my own ISP business hehe
-
Get Paid For People Viewing Your Images ImageCASH
XRated replied to Florisjuh's topic in Business Forum
As far as i know the ad systems pay's them for page impressions/click ect.. and they pay there client's for how many time's there images are viewd , i made a gallery there and ive got around close to 300 views in a couple of day's , all i did was submit my link to a couple of search engine's / forum's and got hit's . It's not really any waste of time so your not losing anything , it might even be interesting to start your own gallery for free and have the chance of getting payed for it , maybe not alot but like i said , 5-10 buck's a month is better then nothing at all -
The error occurs on a new white page , there is no update but thank's for the suggestion. Also i have not used up my resources hehe but i was just curious of visitor's and such mainly spider's, really need to get my forum out there :)Thank you for your suggestions.
-
Hmm there seem's to be a file path error when trying to check my web stats . Error Message Error: Couldn't open config file "awstats.n-name.be.conf" nor "awstats.conf" after searching in path ".,/home/xrated/tmp/awstats/,/etc/opt/awstats,/etc/awstats,/etc,/usr/local/etc/awstats": No such file or directory - Did you use the correct URL ? Example: LOCALHOST/awstats/awstats.pl?config=mysite Example: http://forums.xisto.com/no_longer_exists/ - Did you create your config file 'awstats.n-name.be.conf' ? If not, you can run "./../../tools/awstats_configure.pl" from command line, or create it manually. Check config file, permissions and AWStats documentation (in 'docs' directory). Doesn't look to seriouse but i don't have the access to fix it , so if anyone has got some time , it would be greatly appreciated , thank you.
-
Get Paid For People Viewing Your Images ImageCASH
XRated replied to Florisjuh's topic in Business Forum
It doesn't just work on click's , most program's like that also work on page impressions which is basically everytime someone refreshes/ hits there page , it count's as a page impression. I can guarantee you that they make a good amount of cash from the ads , they have over 150k users and there's thousands perhaps millions of unique visitor's per day -
I would have to say i love Linux - Debian , it's a great linux distro . It offer's so much , it's not what you call 100% user friendly but after getting the hang of it , it's a simple to use OS and run's wonderfull on my system. Most do not prefer Linux for desktop but i find it best for desktop , with a decent PC you can emulate basically anything you wish without the hassle of a windows OS (eew)
-
Get Paid For People Viewing Your Images ImageCASH
XRated replied to Florisjuh's topic in Business Forum
If you didn't notice there page(s) are right full of ads , it's ad supported . They pay there members 30% of what the advertisement';s bring in so that could be good or bad but really you have nothing to lose but only to gain. -
Hmm yea it would piss you off to work non stop and hear the crap they give you but i suggest stick it out , job's are getting harder and harder to get nowa day's , well atleast for me they are. I'm currently unemployed and been looking for a job and it's a pain in the *bottom* , im still looking so if anyone needs an employee let me know
-
Get Paid For People Viewing Your Images ImageCASH
XRated replied to Florisjuh's topic in Business Forum
Well ive made a gallery and it seems to be getting hit's , we'll see at the end of the month . Ive read some review's and people seem to be getting paid , i don't think you could become rich off of it but ateast it's an extra 10-20 buck's , doesn't sound like much but it is if you think about it , atleast for it is . An extra bonus is that they allow adult content woo! -
468x60 & 88x31 Banner/ Button Request (FINISHED)
XRated replied to XRated's topic in Graphics, Design & Animation
Wow thank you , that look's absolutely awsome! And it would match basically any theme i decided to use , thank you so much . Is there anything i could possibly do in return? -
Get Paid For People Viewing Your Images ImageCASH
XRated replied to Florisjuh's topic in Business Forum
Hmm very interesting , ill give it a shot yet i do not fully trust it but uploading some images and referring a few people isn't to hard nor does it kill much time , it might be interesting