Jump to content
xisto Community

demonlord

Members
  • Content Count

    93
  • Joined

  • Last visited

3 Followers

About demonlord

  • Rank
    Member [Level 3]

Contact Methods

  • Website URL
    http://darkzone3.net

Profile Information

  • Gender
    Male
  1. I mean where it shows you all new posts that have been posted from the last time you loged in. like this http://forums.xisto.com/index.php?actamp;CODE=getnew
  2. Ok so i'm still working on the forum software i posted about a while back, but I have no idea how to do this. I want to make a view new post script, as this is one of the main things that my forum software dose not have that all other forums have. so does any body have an idea on how i would do this?Thanks.
  3. demonlord

    Question

    i would do it some what like this: <?php//MYSQL Settings$db = mysql_connect("localhost", "username", "password");mysql_select_db("database_name", $db) or die("Could not connect to the database." . mysql_error());$page= $_GET['page'];if(!isset($page)){// You can put a custom error message here, // or you can place some default content that your members will see // if they dont put a page id in the url.}$query = "SELECT * FROM data WHERE id = '$page'";$result = mysql_query($query);echo "<html><head><title>Your Page Title Here</title></head><body><table width='100%'><tr><td>$result</td></tr></table></body></html>";};?> the code will look different depending on your database structre, you will need to add the right info for your database login and the database name, and you will need to change the table data in the mysql query to match you table. and you can change the layout of the page by editing the html code in the post, you will just have to make sure that $result is in there some where so that it will display what is pulled from the database. If you need any help just let me know
  4. this poem is about 3 years old. not sure why i'm posting it but i just felt like sharing it.When I say I’m fineI wish someoneSomeone would Look me in the eyesAnd say now tell me the truthBut no-one doesNo-one knows who I really amCause when they ask Ask me I just say I’m fineBut I’m notI’m on the verge of killing myselfI just hid becauseI don’t trust anyoneAnymore !My like is just darknessA black hole of “life” if you could call it that“life” more like unspoken death
  5. demo site can be found at http://forums.xisto.com/no_longer_exists/
  6. the script is written in php and use mysql yes here is the licence that we will be using: Hidden Permission is hereby granted, to any entity who has obtained a copy of this software and associated documentation files (the "Software"), the rights to use on as many domains as the entity wishes, modify the source code to their needs, release their modifications at a price or for free, to make templates/skins and to release them at a price or for free. BY USING THIS SOFTWARE YOU AGREE NOT TO CHARGE ANY ENTITY FOR DISTRIBUTION, THIS SOFTWARE IS NOT TO BE IN ANY COMPRESSED FILE, CD OR DISKETTE WHERE IT WILL BE CHARGED FOR. BY USING THIS SOFTWARE YOU AGREE NOT TO REMOVE THE COPYRIGHT INFORMATION WHICH INLUDES THE NOTE IN THE FOOTER AS WELL AS THE NOTES IN THE FILES UNLESS YOU HAVE PAID TO DO SO. DOING SO WITHOUT PAYMENT IS A VIOLATION OF THIS LICENSE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FOR ANY ENTITY WHO HAS OBTAINED THIS SOFTWARE ALL AVAILABLE SUPPORT WILL BE GIVEN FOR BUGS, MODIFYING ETC BUT THE AUTHOR(S) WILL NOT BE HELD LIABLE IF SOMETHING HAPPENS TO YOUR SYSTEM. IF YOU DO NOT AGREE TO THIS LICENSE PLEASE DELETE THE SOFTWARE. as for how big the current code base is is there are a total of 38 files, not counting the template files. and we have not got a source code control setup yet as we are still trying to decided on one, any suggestons
  7. Ok so as the topic title says i'm looking for some Developers to help with a forum software. Just a little back ground on the software. It was started back in 2005, and has been sold 2 times, the second time which was a few months ago the owner abandoned the project and left it to die. (which it did) Now under the Licensen it says that you are aloud to make a forked version of the software, and once you have changed over 50% you may remove all refrence of the orginal script. So that is what I'm planing on doing. I arleady have one delveloper who was one of the orginal developers for the software, and he has agreed to bring with him the code base for the next version that he was working on. all we need is some help. We will take help from any one we can get as long as you know what you are doing. This will have to be free work as we don't have the funds to pay anyone, and we dont plan on paying anyone. We are also looking for some one to help design the new look for the script.If you would like to help or if you have any questions, you can post them here or you can send me a PM.Thanks, William
  8. Ok so i'm thinking about setting up a paid and free hosting site with Xisto - Web Hosting resaller plan. but i'm having no luck coming up with a name for the site, evey thing i have tryed it taken arleady. so i was wonder if i could get some help with picking a name? so dose any body have any ideas? I dont wont it to be one of those super long domain names.Thanks
  9. i did that to start out with, what i did was i went in to my phpmyadmin add the table and the fields manualy then i add the user william with all the right info and when it added it it showed me a box that had the queire in it and i clicked on get php code and i copyed and paseted that into my script. so i dont know what was wrong with it, but i was able to fix it by moving the second part: INSERT INTO `members` (`id`, `name`, `username`, `password`, `email`, `title`) VALUES ('2', 'John Smith', 'username', 'password', 'email@domain.net', 'Tech Support'); into the get_sql fuction in the script and it worked fine. so i'm not sure why it would not take it the way i had it. but oh well at least i got it fix. Thanks
  10. Thats cool i did not know you could do that. Thanks
  11. have you tryed deleting the files through an FTP program, that always works for me
  12. what is the point of putting credits in to the credit bank if you can not get them back out? I was going to get hosted and then start gettting credits and put a few in the bank every week untill i have enough for a free domain name, but if you cant pull them back out then that sucks?
  13. I would be glad to help, and so would many other members here, but we will need more info on what you want done
  14. what i would do is submit a ticket to https://support.xisto.com/ you will get a faster response there, i know i always do, and if you need an even faster response you could try the live chat software on https://support.xisto.com/.
×
×
  • 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.