
itssami
Members-
Content Count
258 -
Joined
-
Last visited
Everything posted by itssami
-
Non Responsive Servers. Had been some time already.
itssami replied to Inspiron's topic in Web Hosting Support
@serverph : My forums are at http://www.hugedomains.com/domain_profile.cfm?d=pakdir&e=com , and i have added another domain http://forums.xisto.com/no_longer_exists/ ( simply forwarded that domain to forums , so nothing to do with that. )And yes, you are right , that , many of the pages are not loaded..of course that is my own fault.And as i mentioned , there is nothing to do with my connection , because it is having very good speed..10 Mbps.and when i download something , the downloading speed is usually more than 1mbps..so i think it should be okay.anyway , thanks for talking notice. -
Could anyone tell that what is difference between shared hosting and dedicated hosting? I know what they mean by dedicated servers but some hosting companies says that theywill give reserve ip address what is that ? in óther words , when we see whois of our domain , they tell and on other hostings they doesnt say that.and can some one tell that how to get Reserve Ip ?
-
Non Responsive Servers. Had been some time already.
itssami replied to Inspiron's topic in Web Hosting Support
i got hosting on this account about six months ago..and to be honest , the hosting service is just going down.i have a rough idea that may be they are getting more members everyday thats why they are having more load on the server and the hosting is getting slower and slower.im not saying this without a reason.i made a forum on this hosting..i installed phpbb plus.and in the begining , sometimes when i opened the forum , it showed same page ..and after i refresh it opens site... but along with days it started to happen more and more often..and now every second time it shows that page and it opens on second or sometimes on third try..i have internet connection which speed is 10mbps so i think its not wise to blame my internet connection..my friends , who are using the forums (in pakistan) , they are always complaining that many times when they have written posts etc , and they submit it , it displays that page and their all writing goes off by refreshing.Its not anything to do with phpbb plus because it happens same with phpbb forums and my website (hosted here)..anyways , everything ,every question, every complain ends with a sentance "...its a free hosting." -
I want to know , does 1&1 (https://www.1and1.com/) web hosting company provides hosting to US / canada and Uk residents only ??Does it provides hosting to the people who are living some where else in europe ?they offer like 5 Gb disk space with 2.99$/ month only , is there any trusty host like them ?? thanks
-
Could you explain a little bit more what you mean by "expoits and hacking techniques" ...if you mean something like cracking password or demage other users account or then you should know that it is simply an illegal thing and more immoral thing thats why here no one is going to help you in that matter , and more ever you can get warning from mods of this forum etc.
-
im just trying to send mail by using a very simple php function mail() but it is not working.the format is $to = "email@example.com";$subject = "Hi!";$body = "Hi,\n\nHow are you?";if (mail($to, $subject, $body)) { echo("<p>Message successfully sent!</p>"); } else { echo("<p>Message delivery failed...</p>"); } I think there is something wrong with php.ini setting..maybe something to do with SMTP settings.. i want to send email FROM either hotmail , gmail , or yahoo or any other web based email because i dont know my ISP smtp setting..so can anyone please help me , where to make change and what to make change ? Notice from BuffaloHELP: All codes must be used inside of CODE bbcode tag.
-
I have seen often this kind of lines in many many websites source code.. i wonder what is W3.org ? and what role they play in website designing ? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;<html xmlns="http://www.w3.org/1999/xhtml/ ; xml:lang="en-US" lang="en-US"><head profile="http://www.w3.org/2000/08/w3c-synd/ http-equiv="Content-Type" content="text/html; charset=utf-8" /> Notice from jlhaslip: Please use code or quote or html or codebox tags where required. Thanks
-
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 these IPB forums or any phpbb forums ? of course i know that there are endless CMS and forums which i can install and do it but as i said i want to learn it. so if some one can tell about some idea or some tutorial about it or any URL guiding this.thanks alot.
-
Hey "...." are you hosted on this Xisto hosting? if you are or you are planing to be hosted here , then you can installed any pre-installed script of CMS:. (of course you can installed by your own , on other hosts too , or probably some will have installed like Xisto cp fantasico thing..) in that case , if you choose some open sourse cms , you can search for the modules.. for instance , "DRUPAL CMS" they have so many modules..i can tell you that they have image gallery , file manager, etc .. and you can upload/install forums and blog very easily.. again , Xisto has forums (Phpbb and Simple machines forums already installed..all u have to do is just 2 clicks..) about blog.. the Xisto has many blogs already installed.. but you can install any blog by yourself also ..like wordpress etc.. i hope this will help u..if u have more things to ask , there are many nice guys who always help.. good luck.
-
i think if someone is having blog hosted on the wordpress domain then they can not add any ads in it ..but if they are hosting it on their own hosting (like Xisto hosting etc) then they can add , am i right?
-
I want to know , if we use some pre-made php script , there are often many files with other extension..i have been watching many times some files names ".lib" . what kind of files these are ... there's written C/C++ inline file.. why these kinds of files are needed in php scripts.. and are there some replacements for it ? (So that we can do things without it ?)... for example im pasting the coding of a file.. ban.lib ..i want to ask, why it is .lib file..why it cant be .php.... <? function file2str($p){if($p=="") return "";$f=@fopen($p,"r");if(!$f) return "";$ch="";while(!feof($f)){$ch .=fgetc($f);}return $ch; }function get_ban($p){return file2str($p);}function def_credits($pre=""){global $DCRED_P;return @split("&",file2str($pre.$DCRED_P));}function def_rate($pre=""){global $DRATE_P; $drate=@split("/",file2str($pre.$DRATE_P));if((!$drate[0]) || (!$drate[1]))return 1/2;return (float)sprintf("%0.2f", $drate[1]/$drate[0]);}function def_affi($pre=""){global $DAFFI_P;$def_affi=file2str($pre.$DAFFI_P);return $def_affi==""?20:$def_affi;}?> Notice from mayank: Dont forget to add CODE tag to the code you are pasting in the post
-
Thanks Inspiron for your reply..I just want to learn things.thats why Im too keen to discuss about it and some other topics otherwise i think Xisto is very good option , after all , its providing free hosting.and i think even if there wasnt Xisto , its more easy and secure to get paying hosting from any good hosting company instead of starting own hosting.but again , as i said im keen to learn how things work.so i have more questions.. For instance, i have laptop.. 1.7 Ghz Intel Centrino and ram is 512 mb ram.. i have windows xp home edition.. (is this configuration okay ? of course just for test purpose ) as you mentioned..I have successfully installed APACHE server...PHP 5 , MySQL , Phpmyadmin, and they all work fine..for example , i put a website files.. on htdocs and i can see the website on , LOCALHOST/index.html Now please tell me next steps..suppose i have a website and i want to host it on my computer.what are the things i have to do.Most important, how i will create Name servers etc...How i will redirect any domain to my hosting.(I mean creating my own , like NS1.domain.com etc , NOT no-ip.com etc )Please im very concious about it .. i Will be very thankful to you if you just tell everything.
-
Notice from jlhaslip: You have asked this same question twice, just a week apart in two different topics. I have merged the two and quoted the second occurence. This second topic is spam. Don't do this any more, please. Continue the Original Topic.
-
Hey... can some one answer me in some details what are the requirements to start own hosting ? (for instance , a good computer (server) , linux ( is suse 10 okay ? ) and what else ?how to set up name serves and other things ?PS. I know it is hard but after all it shouldnt be impossible , so kindly discuss briefly.Im not going to start it but just want to know everything).
-
Im interested to know if its possible to create subdomain service without setting up own hosting ? For example if I buy paying hosting with enough space.. is it possible in that case ? What are the negative sides of this thing and are there any positive things of it also ? does the hosting company usually have problem with this ??
-
Suppose , i have a paid host...which offers me 5GB webspace.. and 250 GB badwidth etc. now , since the space is too much for me , and i want to use the space for 2 websites.. suppose i have 2 domains , domain1 and domain 2 .. is it possible that i host both of domains there ? domain1.com will be totally different website and having different files..and domain2.com will be different. i mean , can i make 2 different websites on one hosting space ?? i hope my question is understandable..if it is possible , can some one tell some hosts names which allows this ??
-
Amd Vs Intel see which brand of processor is more popular
itssami replied to Reaper's topic in Science and Technology
Yeah.. People believe that its good to have amd when it comes to games.. but the one thing bad with amd is that its processor gets exhausted / hot very soon..if you are living in kind of warm place , it disturbs because it gives a lot of noice too I like intel processors very much , centrino in laptops and pentium in desktops... -
for example , if on my website, i have made some kind of members area.that the users can join.i want to learn that , they can create the groups...and then others can join their groups... for example , some one creates the group "fun" , and the others existing users can join that ... etc ? can some one give me some idea about it ?? if possible some kind of tutorial/Script/ url link etc ?? thanks..
-
Can some one please tell me what is the purpose of the following functions , although there's a little explaination with everyline but i cant understand, can some one exaplin it bit clearly and tell me that why it is needed in config.inc.php.. what is its purpose and will it work if i dont include these files in config.inc.php thanks
-
hehe thanks alot .. Yeah thanks for your suggestion..if you have some time then please check my blog again , since i m updating it every day and now there are many things to see...so please take bit of your time and tell me again
-
My Blog Site the zookeepers;?s weblog
itssami replied to kawasu's topic in Websites and Web Designing
Hey your blog is very nice , especially the design is also very nice.did u make it by urself or u choosed some premade template..i never heard about the serice pimpossible.com lol ...anyway..nice blog..i also have a blog , may be u can take a look on it.. my blog is iDeserts.com If you have any comment / suggestion please let me know. -
I wonder why you didnt include the song "Gloomy Sunday" .this is very very old song , may be half century old..many singers have sing it, this song is called suicide song or death song because many many people have suicide after this song...wait iwill try to find some link from google I just saw a page where was written something like "Claim: The song "Gloomy Sunday" was once banned because of its connection with many suicides. " http://www.snopes.com/music/songs/gloomy.asp check this also http://www.phespirit.info/gloomysunday/article_01.htm The lyrics of song are Sunday is gloomy, my hours are slumberless. Dearest, the shadows I live with are numberless. Little white flowers will never awaken you, Not where the black coach of sorrow has taken you. Angels have no thought of ever returning you. Would they be angry if I thought of joining you? Gloomy Sunday. Gloomy is Sunday; with shadows I spend it all. My heart and I have decided to end it all. Soon there'll be candles and prayers that are sad, I know. Death is no dream, for in death I'm caressing you. With the last breath of my soul I'll be blessing you. Gloomy Sunday.
-
I was in Jönköping , Sweden and my university provided 10mbps connection..it was pretty fast , but now im in Kuopio,Finland and i have connection with speed of 1mpbs..
-
As i mentioned before , in my previous posts that i have a blog :angry: lets say , if i have average 75-100 Unique visitors everyday , is it wise idea to put ads on it ?? i was thinking because its so easy to put ads on blogger by adsense..second , i want that the ads should appear after 3-4 posts on the main page , so please can some one tell me where in template editor of BLOGGER i should place ads that it appears in that sequance..and which ads are better to place , with that number of visitors.. i mean text ads are better or image ads ? looking for some valuable suggestions of you guys My Blog : http://forums.xisto.com/no_longer_exists/