Logging the usernames of users who visited a certain forum Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Logging the usernames of users who visited a certain forum

    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Logging the usernames of users who visited a certain forum Empty Logging the usernames of users who visited a certain forum

    Post by Ultron's Vision May 16th 2013, 6:34 pm

    So, I am currently wanting to host some sort of event which requires me to monitor exactly who visited a sub-forum on my forum and - ideally - send me an e-mail every time it does so.
    I know that it would basically be possible with PHP, but since I cannot host PHP on forumotion, I'm looking for a client side solution to this (eventually Ajax, ideally an premade service by forumotion).

    Any suggestions are welcome.
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by Ultron's Vision May 17th 2013, 9:39 pm

    Bump.

    I could theoretically do this with a PHP Script, but I can't implement that on my site :l
    avatar
    nathanadhitya
    Forumember


    Male Posts : 98
    Reputation : 2
    Language : English And Indonesia

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by nathanadhitya May 18th 2013, 12:48 am

    to use PHP and plays with PHP try to contact me at my skype : nathanadhitya
    i could help you but i think i cannot track the username xD
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by SLGray May 18th 2013, 9:22 pm

    nathanadhitya wrote:to use PHP and plays with PHP try to contact me at my skype : nathanadhitya
    i could help you but i think i cannot track the username xD
    Please stop asking members to contact you. All support needs to be posted here so others can see it and get help, too.



    Logging the usernames of users who visited a certain forum Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    nathanadhitya
    Forumember


    Male Posts : 98
    Reputation : 2
    Language : English And Indonesia

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by nathanadhitya May 19th 2013, 1:01 am

    psssh...
    sry okay....
    did you say with PHP?
    can you do PHP?
    send me the file i will try to help you anyways...
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by Ultron's Vision May 19th 2013, 10:33 am

    That's where the problem starts, I can't use PHP on forumotion.

    So that's why I'm asking for another solution here.
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by LGforum June 2nd 2013, 1:52 pm

    You'd have to host the PHP externally, and send data with cross domain AJAX.
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by Ultron's Vision June 2nd 2013, 1:59 pm

    Ideally the script would have to run without JavaScript. But thanks anyway, I'll have a look at it and will post here once I have a solution.
    P-Robs
    P-Robs
    Forumember


    Male Posts : 40
    Reputation : 3
    Language : English
    Location : United States

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by P-Robs June 3rd 2013, 3:04 am

    This would actually be an awesome idea if it could be implemented into Forumotion Forums. Looking forward to seeing this in action.
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Logging the usernames of users who visited a certain forum Empty Re: Logging the usernames of users who visited a certain forum

    Post by Ultron's Vision June 3rd 2013, 11:13 am

    I am currently developing a log.php file which saves all data from the $_POST array to an SQL database which is then printed to the page after performing an IP check.
    The data will be posted to the script via jQuery and its ajax utility function.

    I will keep you updated on this.