Jump to content
xisto Community

maddog39

Members
  • Content Count

    214
  • Joined

  • Last visited

About maddog39

  • Rank
    Super Member
  • Birthday 01/03/1992

Contact Methods

  • Website URL
    http://gamerspub.trap17.com

Profile Information

  • Location
    LI, New York
  • Interests
    Web programming, computer programming, computer games, and Play Station2. :D
  1. Hello all,I am sorry but proud to say im leaving Xisto. I have moved on to a much better server(paid) but free for me because my friend is hosting me. I also got a domain for my site and am moving on to a much better server. The Xisto one is kindaa bogged up alot and people abuse MySQL so its down alot even though the MySQL downtime was supressed. Anyway I like the community and it was a great time here and I think I enjoyed it alot but im going to move on and say farewells to Xisto. I am just going to let my account die out and be autometcally terminated only because I might need something I forgot when I moved and im going to re-direct my regular trafic to the new site. Also, even though im going to be leaving I may poke in here, here and there to post maybe once or something and check up on things or something. So.. Goodbye Xisto!
  2. Guys does anyone remember the E-Mail you got a while ago about the plan changes. Here is a copy of it. I kept it in my GMail thing...
  3. Here is one that I found on Zymic.com and I tried it and its really good. Pretty easy to install too. FooldBox - http://forums.xisto.com/no_longer_exists/ Then there is this other one by the makers of paFileDB which is also good and easy to install. paBox - http://forums.xisto.com/no_longer_exists/ I hope that helps some. I know it should.
  4. Yeah there could be an admin center to delete members and/or an IP banning tool.
  5. They might have changed the minimum hosting credits thing. However I dont know why the existo page came up. Thats kinda strange if you ask me. But my website works fine except for the PHP error at the top but thats my fault lol. :)
  6. Yeah. I am a moderator on a very very popular site(hosting site) to tell you the truth. But I dont have hosting from them. Anyway the moderator role isnt something you just ask for. You have to really show that you deserve it by going beyond expected as I usually put it. Thats how I see it. :)
  7. Thats not the latest version lol. Thats the test Alpha for v2.2 which is far from completed. Those are just CSV's and they are bad. The latest version is v2.0.13 and cPanel doesnt have that yet. For the latest version of phpBB you will need to go to https://www.phpbb.com/downloads/ and download it from a mirror.
  8. Well you could make a survey or something out of it by changing the titles and stuff. I just decided to call it a quizz scripts. Also... The point wasnt to make it professional, its just code to put into your website. So to me it doesnt really matter and I dont think it really matters to anyone else to because alot of peoples sites arent professional and if they want it to look like that then they can do that but the point of the tutorial was not for looks or "valid html pages" because that doesnt really matter either.
  9. No problem, your always welcome as everyone is. Thanks for the rep point too. :)
  10. I know. However there is still an even easier way of doing it than that. Just go... <?php echo "IP: $REMOTE_ADDR"; ?>Thats even shorter.
  11. Hello all, Recently I have firgured out how to intergrate Invision Power Board v2.0.x or in my case 2.0.3 into your website or just some kind of php page. Now here are the instructions. INSTRUCTIONS NOTE: FILES ARE ATTACHED TO POST!!! First open your IPB folder with all the files. Go into Tools_and_Scripts. Find ssi.php and take it out, put it on your desktop or some where easy to reach for when you upload it. Then find the folder ssi_templates and take that out also. Open up your FTP client and upload them both to your forum ROOT directory. Where index.php is. Then your done with the installation. Now to use it there are several things you can do. 1.) Show a certain number of news articles. 2.) Show forum stats. 3.) Show who is online. 4.) RSS/XML "Syndication" To do number one use the following code in a PHP page... include("http://domain.com/forums/ssi.php?a=news&show=10");You may change 10 to however many news articles you want to show. To do number two use the following code in a PHP page... include("http://domain.com/forums/ssi.php?a=stats"); To do number three use the following code in a PHP page... include("http://domain.com/forums/ssi.php?a=active"); To do number four use the following URLs but change them to your website... RSS: http://domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=rssXML: http://domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=xml A not from in ssi.php about XML/RSS Syndication... Source: Lines 25 to 62 in ssi.phpEnjoy Guys! Files for this tutorial...
  12. Well thats nice and easy for the n00bs, lol. However an alot better cleaner way of doing it is like this... <?php $ip = getenv('REMOTE_ADDR'); echo "<p>IP: $ip</p>"; ?> then with that way you can also do thing like HTTP_USER_AGENT or HTTP_GET_VARS all in one variable/function. Make sense?
  13. Oh sorry. I wrote a hole articel on the forums. Here is a direct link to it. CLICK!
  14. If you want IPB skins then http://invisionize.com/ is an awsome place filled iwht not only skins but tons of other IPB resources.
×
×
  • 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.