Jump to content

Xoviat

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Xoviat last won the day on November 24 2011

Xoviat had the most liked content!

About Xoviat

  • Birthday 10/03/1980

Contact Methods

  • Website URL
    http://scrabblefreak.heliohost.org

Profile Information

  • Gender
    Male
  • Location
    Alta, Norway

Xoviat's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Xoviat

    Php.ini

    There's just a few settings that I change. In some instances I require different error reporting (For example, when I'm working on something new, I don't NEED to generate an error_log for everything, seeing it at run-time will do.) and of course the session length. I am still wondering though if there's any sort of session clean-up process which may ignore the extended length, but I guess i'll figure that out over time if there's no answer.
  2. Xoviat

    Php.ini

    Quick question: If I use ini_set, does it affect just my settings or the settings of every user on the server? I had no problems changing session.gc_maxlifetime at runtime but I can't find a local instance of php.ini in file manager, so it's made me wonder. Figured part of this out with a bit of self-help. I dropped the ini call and ran the page again. The change isn't permanent but appears to take effect when the script is called. Which makes me wonder is I can get away with an extended maxlifetime or if there are background processes that will clean these up. I would ideally have this set somewhere between 9000 and 12000. The alternative is constant id regeneration (with disposal) and repopulating the variables via mysql calls if they're not set, this sounds like a type server load which should be avoided. Does anyone know much about this?
  3. Sorry, I was actually thinking about a XSLT/XML solution. Posting at 4am it's easy for the wires in the head to cross over.
  4. XSS, why didn't I think of that? Doh! Problem solved.
  5. If I get time today, I'm going to experiment with this some more in CPanel. I going to check if they go through if using the wizard instead.
  6. I'm all for it. So far, all I've done is create and display a forum structure with view/write perms and displayed posts which I've manually entered into the DB behind it. The code itself is a mess, but for now, I'm fine with that as all I'm doing is making something that works. When I've got to the stage where I've converted it into objects (Instead of sitting here with reams of paper, I figure things out coding, it helps me model an OOP solution), I'd be happy to send you the .php files. BBCode has been a bit of a stumbling block for me. The PEAR package is a script injection nightmare and uses deprecated HTML tags. I think there's something like 190 known bugs in there and I wouldn't recommend it to anyone. For now, I'm just using regex expressions for basic formatting and span tags. Any input on this would be appreciated.
  7. I reckon we'll end up with overweight individuals being forced to use gym equipment connected to dynamos. There's actually much greater chance of that than antimatter over the next 1000 years.
  8. I've spent a little more time on here recently with this new forum layout. I see it as an extremely professional piece of work and I wish to compliment whoever is responsible for putting it together on a well-thought out and implemented design. Take a bow! I'd also be interested which tools you used (if any). I am presently writing my own forum from scratch. I don't like working with ready made solutions, I learn nothing that way. I spend quite a bit of time sitting here, figuring out how to mimic some of the functionality of THIS forum as I believe it's THAT good. Naturally, I'm not writing some sort of rip-off, but it reminds me of everything that I should incorporate and has some interesting approaches to the user interface. I have more limitations due to the server space available, but do I find it entertaining (the geek in me can't help it). There are MANY forums out there, I would like for this topic to be used for suggestion and discussion of quality forum designs out there as well as available tools. I'm sure that I'm not the only one who has gone about coding their own and this topic could be a platform for exchanging information and ideas on the subject. Does anyone else have other examples of forums worth looking at?
  9. It dosen't work on my main domain (It's my only domain). Maybe some sort of change has been made in between the additions to your main and now which has caused this unexpected behaviour? How long ago did you create the users on your main domain?
  10. I've misread their system it seems. I thought resource points were taken up per execution, not as a fixed value for the task. I'll give it a go. That means theoretically that you could have 12 hourly concurrent runs without a log, for free and still have enough pts left for a logged daily run.
  11. Just did the math on their premium system. 1 cron job / hour for one year = $90. Thinking about it some more, I have a better idea for the time being.. There's actually nothing stopping me from writing a page which makes ajax requests according to an array of timers and reads/updates a mysql_table on timer expiry. Of course that means the jobs are dependent upon my connection. Nothing i'm doing here is life or death, just basic maintenance, so it shouldn't matter.
  12. My understanding from experiences elsewhere is that Cron Jobs are best run during periods of low traffic. I was wondering: Which time periods in UTC have the lowest traffic? I only wish to know this for Johnny, although it might be of benefit to others if Stevie was listed as well (they probably exhibit the same pattern anyways). I will then set up my jobs with those periods in mind.
  13. Does anyone have a recommended outside cron service? I wish to implement a cron-job which kicks users who have been inactive for over 1 hour. I would probably run it every hour. (A tiny task compared with other things possible with a cronjob, but as with all things, rules exist because some one at some point has done something incredibly stupid). I've never considered to possibility of an external service before- any recommendations?
  14. I hadn't read this before I posted my own thread on exactly the same subject yesterday. I believe that it's something which needs to be addressed as it's just not good practice for regular site users to be wandering around with super user privs. One slip up in the design of a user input and you risk the most extreme example of an SQL injection problem there is. Are there people going around with multiple users assigned and the connections working just fine?
  15. Krydos: Yep, seriously. Like many out there: it's not that I don't believe in higher power, I just don't believe in religion. Outside of cultural expectations, I think you'll find that many cling to religion in fear of the unknown, or more specifically, death and some form of judgement. If there is something, I'd rather focus upon how I affect the existence of others and what legacy I'll leave when I'm gone, than deliberately go around chalking up points inorder to win the star prize. All that we know for sure is that our actions here; stay here and have effect beyond our lifespan. Perhaps it's better to focus upon those actions and future decisions than consider a higher being or plane of existence? After all, we'll never know the answer.
×
×
  • Create New...