Jump to content
xisto Community

AlternativeNick

Members
  • Content Count

    211
  • Joined

  • Last visited

1 Follower

About AlternativeNick

  • Rank
    Super Member

Contact Methods

  • Website URL
    http://www.altscripts.net
  1. This is great guys, thanks for the added space!And by the way, it is possible to host multiple domains, using the Addon domains, i have 2 different domains on my hosting here. My main domain, defaultsite also has altscripts.net/altpaste, which has altpaste.net set up as an addon domain to it.
  2. i found this on php.net, and it worked for a little while, and now it doesnt work. i changed some of it trying to fix it, but it always returns false. function url_exists($url){ if(!strstr($url, "http://")) { $url = "http://".$url; }; $fp = @fsockopen($url, 80); if($fp === false) { return 'false'; } else { return true; };};
  3. theres another way to do this (how i do it at least). The url to one of my dynamic images is http://forums.xisto.com/no_longer_exists/ anything in /1/sig.gif can be changed, i use 1 as it is my forum ID, and sig.gif just fools a forum software (or whatever else) into thinking its an image file, the sig.gif part is not actually used in the script. To get the information from the url, i just use explode; this is how its done $stdata = explode("/",$_SERVER['PATH_INFO']);then to get the '1' out of the url, i use $stdata['1'], and $stdata['2'] would be the sig.gif, that allows for truely dynamic images (where user input of some sort is required, in this case a forum ID to get a few forum stats.)
  4. Im not really sure where i should post this, as theres not really an IRC Section, but me and a friend of mine have started up an IRC Network recently, and were really looking for more users.Currently, we average about 30-40 connections, but thats really not enough to have a whole lot of active channels.If you are interested, and have an irc client, you can connect to irc.euphoriairc.net (port 6667, or 6697 for SSL)Also, we have a web chat set up, which you can view at http://forums.xisto.com/no_longer_exists/ activity takes place in #ScriptingIf you have any comments or suggestions, id really appreciate it, as this is our first go at running our own servers.
  5. if the problem is right now, the Gamma server is down, meaning Xisto.com hosted sites are also down :\
  6. i have not messed with any of the MX setting on 1and1, but everything else ive done regarding my domains has been fineive got 6 or so through them, the first took about 2 days for dns to update, but the rest after that have been within 4-6 hrs, which is not bad if you ask meeven changing nameservers has been relatively fast, so ill still refer people to 1and1, at least for domain purchases
  7. umm... i have unlimited of both also, and i use them as wellwell, i only have 1 addon domain, but it says 1/unlimited
  8. ive made some changes to the first one, http://forums.xisto.com/no_longer_exists/ Thanks to SM for the help
  9. Hello, ive been crazy about php and stuff lately, so ive made a few things http://forums.xisto.com/no_longer_exists/ - The CSS i got from a template site (im no good with it ) but ive done the rest on my own, its a home page for an irc network im starting up. http://forums.xisto.com/no_longer_exists/ - everything on here ive done myself, its a basic pastebin using geshi syntax highlighting, my first attempt at using mysql just wondering what you all think of them
  10. i had the same sort of problems (im in ohio btw) while comcast was switching over to time warner.after the switch was complete however, ive had 0 problemstook about 2 weeks for them to get it right, but otherwise, its been fine.
  11. i have that set up, the way that i did it was using an addon domain and a subdomain.what i have is paste.altscripts.net (altscripts.net being my main domain), and i have an addon domain pointed to paste.altscripts.net
  12. what i meant is that i have 2 domains, altscripts.net and altpaste.neti wanted for altpaste.net to point to this file altscripts.net/paste.phpi changed some things around, and made a subdomain from altscripts.net (paste.altscripts.net) and added altpaste.net as an addon domain, pointed to paste.altscripts.netsorry for the confusion, and thanks for the replies. i never knew you could do all that with htaccess
  13. oh, sorry about this then :rolleyes:i wasnt aware that you could change youre cpanel password within cpanel :)thanks.
  14. Hi, im wondering if i could set up a domain pointed at a specific file on my hosting.I currently have http://forums.xisto.com/no_longer_exists/,'>http://forums.xisto.com/no_longer_exists/, and id like to have http://forums.xisto.com/no_longer_exists/ point to that page (not a redirect)the question that im asking is, how would i set that up? i know a parked domain will point to my main domain correct?also. id like any get data included in the url (ex. http://forums.xisto.com/no_longer_exists/?act=view&id=1 => http://forums.xisto.com/no_longer_exists/?act=view&id=1)if you can direct me, id really appreciate it, thanks
  15. Hey all, i think this is a major problem.it costs 10 credits to change youre cpanel password.What is up with that? if someones password is compromised, and they dont have the credits, it could take a while for them to get the credits high enough to change it, and in that time its very possible that someone could take advantage of the site/cpanel etc.I really think this should be changed, if anything make it cost 1 credit, because im sure everyone has that.Personally, i have a hard time posting on forums (i cant usually think of anything to say) so my credits are almost always below 10.Anyways, im just saying, for the sake of safety, it shouldnt cost that much to change youre password, being able to change passwords in a flash is very important if you ask me
×
×
  • 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.