Search:

Type: Posts; User: ties

Page 1 of 14 1 2 3 4

Search: Search took 0.36 seconds.

  1. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    this would be me, no not atm, im crazy busy...

    this would be me, no not atm, im crazy busy because i like to say yes to a lot of things and then my study suffers from it so im focussing alot on getting credits this year... im really sorry
    i get...
  2. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    yeah sry im a bit busy these times... but its...

    yeah sry im a bit busy these times... but its basicly replacing file_get_contents if i remember correctly
  3. Replies
    71
    Views
    15,828

    Yeah, thats what i meant... cache the data, not...

    Yeah, thats what i meant... cache the data, not the queries
  4. Replies
    71
    Views
    15,828

    i think maybe caching the pluginhooksplugins...

    i think maybe caching the pluginhooks<->plugins might reduce a lot of the queries

    because it's a bit of playing ping pong on every hook, right?
  5. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    403 is permission denied 404 is not found so a...

    403 is permission denied
    404 is not found
    so a htaccess, server config or something else is denying permission to the hotaru subfolder at times...
  6. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    the error is after a page refresh, the data...

    the error is after a page refresh, the data stored on a submit is removed and the array is empty/doesnt exist
    im especially curious about your htaccess file and your server setup
    question1: do you...
  7. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    @dreamzsiva: i checked it out, but have no clue...

    @dreamzsiva: i checked it out, but have no clue (yet)...
    but , note-to-self :P, 403 is a forbidden error.... so i dont know if there is any difference between your live site and local one
    and im a...
  8. Replies
    71
    Views
    15,828

    well japansoc has 16 items per page and 134 pages...

    well japansoc has 16 items per page and 134 pages and is done in about 3 seconds
    this site has been running for a while now, as far as i know, and it has over 2000 items (16*134)

    Edit: Plus...
  9. Replies
    34
    Views
    4,745

    Great news: it works with my LAMP server and may...

    Great news: it works with my LAMP server and may have found the issue
    MySQL on LAMP doesnt allow the dot-character in database names, wamp does.
    Edit: it works, you cant use dot characters in the...
  10. Replies
    34
    Views
    4,745

    i think php started a session on the SQL error,...

    i think php started a session on the SQL error, because after the fix it didnt pop up
    i'll try a clean install on my LAMP server to see if i get the same freezes
    --fingers crossed--
    Edit1: oh...
  11. Replies
    34
    Views
    4,745

    the fix i did above worked for me... at least the...

    the fix i did above worked for me... at least the install part
    but i get "freezes"
    all hotaru page i try to load wont give any response like they are infinitly loading, i had this previously so...
  12. Replies
    34
    Views
    4,745

    im trying again to install because i couldnt...

    im trying again to install because i couldnt access any hotaru page as it was infinitly loading or at least really long, compared to my
    at reinstall i got this error

    Creating table:...
  13. i think you need to install the Post Widget ...

    i think you need to install the Post Widget
  14. Replies
    34
    Views
    4,745

    i tried to do a clean install, but on step 3 i...

    i tried to do a clean install, but on step 3 i got an error
    Fatal error: Call to undefined method ezSQL_mysql::select() in C:\Users\Ties\Limoen\hotaru-test\1.2-beta\install\install_functions.php on...
  15. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    Yeah i could have seen this coming, the php...

    Yeah i could have seen this coming, the php script needs to get the image so there is another curl fix needed im working on it
    it would be great, when you got it working, if you could upload the...
  16. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    try replacing this on line 265 in...

    try replacing this on line 265 in post_images.php:

    $html = file_get_contents($h->cage->post->getHtmLawed('url'));
    with this:
    //Initialize the Curl session
    $ch = curl_init();
    //Set...
  17. Replies
    6
    Views
    1,663

    i think its just the way it is, (almost)...

    i think its just the way it is, (almost) everybody has facebook
    a facebook profile is the online identity and people use it to login on sites like gamespot, cnet and more FaceBook Connect sites
    its...
  18. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    why do you think it wouldnt work?

    why do you think it wouldnt work?
  19. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    ok great i can make a fix for everyone without...

    ok great
    i can make a fix for everyone without file_get_content support with curl, as said here
    or maybe you can check it out
  20. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    hmm do you have curl? i'll do some more research

    hmm do you have curl?
    i'll do some more research
  21. Replies
    8
    Views
    1,794

    no problem, its good to see members contributing...

    no problem, its good to see members contributing in any way even if its not helpfull, sorry it couldnt be smaller
    it helps the community to stay alive
    ah ah ah ah staying alive staying alive
  22. Replies
    8
    Views
    1,794

    comma splits it, its like doing this: ...

    comma splits it, its like doing this:


    #journal_posts {
    bla: blabla;
    }
    .post_form input {
    bla: blabla;
    }
  23. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    oh i checked and debug must still be on because...

    oh i checked and debug must still be on because php gave this error:


    2 <br />
    3 <b>Warning</b>: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: URL...
  24. Replies
    8
    Views
    1,794

    Ok just to let people help some more: the...

    Ok just to let people help some more:
    the minification (dunno if the word exists but...) is done on line 295 of /libs/IncludeCssJs.php

    $sCode .= JSMin::minify(file_get_contents($sFile)); //...
  25. Thread: Post Images 1.4

    by ties
    Replies
    222
    Views
    56,511

    @baadier Does debug mode give an error? maybe...

    @baadier
    Does debug mode give an error?
    maybe this article will help
Results 1 to 25 of 331
Page 1 of 14 1 2 3 4