News:

LVCS.NET offers low cost domain registration services.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ghost

#1
Support Requests / Domainian Stuffs
August 29, 2006, 08:30:20 PM
Just wonderizing about domains ago... If I was to purchase a second domain, would I be able to link it to one of folders or subdomains etc on my free pgs account? 
And also just wondering if it is possible to get a [dot]ca domain through lvcs?

Thanks,
Ghost.
#2
Support Requests / File Use
April 01, 2006, 01:55:52 AM
I just have a question about file use. If I was to put a flash animation on my site, would it be possible to just have a note saying something such as, "If you are the original author of this file and would like it removed contact ::email::" If there is nothing within the flash file stating that it cannot be freely used and displayed?
#3
Support Requests / Re: 2nd downtime?
December 15, 2005, 12:58:18 AM
What is a 'RAID array' anyways?  ???
#4
Support Requests / Re: Sites Broken...
December 15, 2005, 12:41:34 AM
Thanks.
#5
Support Requests / Sites Broken...
December 15, 2005, 12:37:40 AM
the freepgs site is not connecting.. (and my own site)    :-\



Also, just wondering if the T3 line was in, suppose to be yesterday wasn't it?  ;D
#6
Support Requests / Re: Confused.. need help
December 06, 2005, 12:05:37 AM
If you wanted you could just export the whole db as sql, then run it as an sql command in the db on your freepgs account.. and that should move it fine. Then you just have to copy the files over.

And if you were having problems after that I'm sure someone here would be able to help. (But keep the stuff up on plesk until you are done just incase, as a backup)
#7
Support Requests / Re: I FOUND A BUG!
December 04, 2005, 09:48:33 PM
Yeah it is.. and now they will [eventually] fix it.
#8
I'd say nothing because bad deeds even it out. But its not my say...
#9
Support Requests / Re: FTP problems
December 03, 2005, 06:40:55 AM
I havn't had problems with FTP since the fire at least.
#10
Support Requests / Some php-ish stuff
December 03, 2005, 06:27:31 AM
!(ereg("^[a-zA-Z]{1,}$", $opmail, $arr))

I dont know how to use that to check the $opmail variable to see if its in the format of an email address...

although I know how to add numers...

!(ereg("^[a-zA-Z0-9]{1,}$", $username, $arr))

my friend just never decided to show me the email thing when he showed me this.

#11
Support Requests / Do you have the time?
November 30, 2005, 04:27:15 AM
If an admin (or the admin) knows, what is the 'session length' set to before it times out?

And also, whats with the time() thing? it seems to keep changning.. sometimes, it's the same as my computer, others it 10 or 15 minutes behind..
#12
$rs = @mysql_select_db("MAIN",$conn) or die("Sorry Login Failed 1.2");

$sql="select * from userbase where username=\"$username\" and password=\"$password\"";


change to ::

$rs = @mysql_select_db(DATA,$conn) or die("Sorry Login Failed 1.2");

$sql="select * from userbase where username='$username' and password='$password'";


(I'm not completely sure about that first line but try it anyways.)
#13
And now back to breaking my own stuff, if you have anymore questions just post again.. I should be here for awhile longer.
#14
Quote from: sixthcrusifix on November 30, 2005, 02:24:51 AM
Quote from: ghost on November 30, 2005, 02:22:22 AM
Just wondering what you are making this in? Your code is very colourful lol.. (compared to notepad anyways)

That's just how it looks when you put it in the code tag on the forum.


NOT ONLY does it work perfectly but I added encryption so that I don't have to chang the login script. The new passwords are sent to the database encrypted and given to the user unencrypted. And I logged in and it works. :D

And thats how it should be lol.. not sure what you would want with un-encrypted passwords in the database. (Although mine has both.. lol)
#15
Just wondering what you are making this in? Your code is very colourful lol.. (compared to notepad anyways)