Jump to content
xisto Community

CrazyRob

Members
  • Content Count

    542
  • Joined

  • Last visited

Everything posted by CrazyRob

  1. Ok i need to execute an sql query at a certain time of day and they only way i think this can be achieved is through a cron. The only problem is that i haven't a clue how to do it. Code: UPDATE trap17_ipbmembers SET points = points - 1 WHERE mgroup = 3 thats the SQL code but i need that executed at a certain time on a certain database every day. can anyone help me as i have know knowledge of cron what so ever - have a fealing i need to do that database bit in php but im not sure what code to put in as it will interact with cron. Help...
  2. CrazyRob

    Hosting Software

    zak92 you would be better setting up your own server qith seperate services installed. This can be done by DNS. Download a DNS server like BIND and configure it so that your IP points to that webaddress.
  3. Request Denied Sorry Perfect1 but you dont have enough posts. you need at least 10 quality ones before you can post a request. http://forums.xisto.com/topic/29833-rules-read-this-before-making-a-sigbanner-request-rules-regulations-update/ This will tell you more about what you need to do
  4. What i forgot to mention was if you get the Vista Home Basic, you will not get the Areo theme and the fading windows. You have to go a package up to get that.
  5. What you can do is use the cPanel API's to build your own mail program. You can get them from cpanel main site, Its quite simple to do if you know PHP. You will also need to modify your mail MX records. Xisto - Web Hosting does not use the H-Sphere control panel they use cPanel. This is what you need to change your mails MX records or ask an administrator to modify your DNS records in WHM.
  6. From what i know E-gold is not like any other payment processing system, it uses real Gold Bullion and is its own currency. Fees as follows: Thats grams of gold by the way
  7. Ill get sent every distro of Microsoft's Vista because ive got the Action Subscription Pack. To run Vista Ultimate you dont need that higher spec. a 40GB hard drive and 1-2 GB of RAM will be fine.
  8. Id recommend Dreamweaver 8 as its probably currently the best for web design. But Microsoft's released a new website editor called Expression Web Designer its like dreamweaver and frontpage combined. All i can say i WOW its probably the best piece of software Microsoft has released.
  9. Wow, thanks for the positive feedback. Some people may not be able to view the site at certain times as of geographical location.PlugComputers, i will hyperlink the plan boxes. delivi the forum links are on the other pages.
  10. I think Osama is already dead as i havnt heard any news about him for a long time. People may think he is still alive as he has so many impersonators. I really dont see the point in terrorism
  11. It looks like a scam it written like a scam and its not even using a TLD so it must be a scam.
  12. Well if you look on the other pages it has a navigation bar that goes right down the page. The colours for the logo also use a black to clear gradient. A lot of the site has been done in a gradient i dont think there are any 'Block Colours' on the site its all 'Harmonizing' thanks for the review.
  13. Your also forgetting that if we has no oil we would not have Polymers. They require oil to be made. We would have no fuel for planes, buses, trains etc so the transport network would go down completely. Also the Oil Tycoons would have to go into a different industry and it would have a huge effect on the World Economy
  14. Well the last 2 designs i had they had a lot of wires etc on and it just took up to much space. It looks cleaner i think also on the Image with the flag, the cab, big ben etc im gonna put on an image fader where images of the servers, Networking etc are included. The flag is meant to be stretched by the way and ill update the grammar which page was it? lol. Thanks for the review.
  15. Layout is ok but id completely change the green banner to something else that fits in with the rest of the site. Id also change the font to something else like Arial or Verdana it would looks so much more nicer.On your second preview you may also wanted to have blanked out the window that said 'Wordlists for use with Password Cracking'
  16. Ok so this is what my third design now........ Anyway take a look at it and tell me what you think of the design Website
  17. Ok i tried both ipscheck's and they both dont work the two are ?ipscheck=1 ?ipscheck=1&key=ipscheck$1@@ so as thats not working the board has to be nulled or pirated. Would you like me to send them and email or do you want to? piracy@invisionpower.com oh i also found out about nulld Vbulliten boards if you suspect them just go ahead and report them http://forums.xisto.com/no_longer_exists/
  18. Im not sure how you do it for VB but i know how to do it for IPB. First go to the websites forums so an example would be: http://forums.xisto.com/no_longer_exists/ next you need to put in this code after index.php ?ipscheck=1&key=ipscheck$1@@ so an example would be http://forums.xisto.com/no_longer_exists/?ipscheck=1&key=ipscheck@@ this will show you the client number etc if its nulled chances are it will say Nulled by........ to report the board you have to send an email to piracy@invisionpower.com they will then take it from there and thats all you have to do
  19. SportsLegends When you created your hosting account did you not save the information you got given by the account creator? cPanel has a maximum password length of 32 characters to reset your password you can go to the process page https://support.xisto.com/ you will need 10 credits to do this, or you can just wait till you can log onto your other computer and get the [password then change it to somthing you can remember.
  20. Hello panicsafe welcome to Xisto. What you could do is get a translator script which you could put in your navigation which lets the user select what language they want - like in your case English or German. You could put the language in German as default and allow English speakers to select the English language setting from the navigation. If the admins told you that the site had to be in English you could set the default language to english and allow German speaking people the chance to select the German language setting. or if you were fealing really special and cleaver you could set the language to a geographical setting which would mean that you could set all countries that speak German as a primary language saw the site in German and all the Countries who have English as their primary language saw the site in English, finally all the countries who's primary language was not German or English they saw the site in English as chances are they will eb able to speak or understand it.
  21. What you would need to do is find out what server you are hosted on (most probably Gamma) and do this for the server name fieldserver host: localhost@gamma.xisto.comorserver host: localhost@yordomain.com(replace yourdomain with YOUR domain)If you did the first option you would also need to include your cpanel account username and possibly password. For both options you would also have to specify what database you were connecting to.
  22. PHPBB 3 has been in beta testing for ages. I like the ACP skins its really nice and reminds me of IPB.
  23. what you can do is download a php script which displays the server uptime. Do you want to have a complete server uptime system? as then you could check different ports on the servers like port 80 and then also get the script to display the total uptime. the command you need to use for this is fsockopen command - it will check a certain port on a server. here is an example $http = @fsockopen(80, 4); if (!$http) { $http = "images/red.gif"; } else { fclose($http); $http = "images/green.gif"; } That piece of code will check port 80 which is the http port and check if it working and if it is then it will display a green image and if its down it will display a red image. To get the total server uptime so far you can use Saint_Michael's example but im not sure if it will work
  24. i have a fealing it needs to be the same background colour as the board header. Also its a good idea to call the header logo4.gif or jpg as it saves the admins haveing to do it before they upload the logo.
  25. Bryme Xisto - Web Hosting dont offer IPB skins as far as i know, they just offer web hosting. There are however skins available from IPS beyond for free
×
×
  • 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.