Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Forum: Installing WordPress
    In reply to: wpuseronline
    Thread Starter linusdepinus

    (@linusdepinus)

    I am sorry fht i don’t know what the things you are saying mean? Can anyone explain this in simple language?

    Thread Starter linusdepinus

    (@linusdepinus)

    Oh god sigh… solved.. i’m sorry got a small girlish panic attack. thanks for your help!

    Thread Starter linusdepinus

    (@linusdepinus)

    But how do i get back in to my wp-admin file… nothing works anymore… can i delete the whole thing..? what should i do to fix this? now my whole page is down?

    Thread Starter linusdepinus

    (@linusdepinus)

    thanks for the reply but i think i sort of fixed it (correct me if i’m wrong) ??

    Forum: Plugins
    In reply to: Download Portal

    Forum: Installing WordPress
    In reply to: primary key
    Thread Starter linusdepinus

    (@linusdepinus)

    Oh, moshu i’ve learned so much in the past few days:)
    still a long way 2 go since i have problems with the most simple things as outlining and stuff.. but this forum is a really great help!!! (big smile)

    Forum: Installing WordPress
    In reply to: primary key
    Thread Starter linusdepinus

    (@linusdepinus)

    WHOWHOOO thanks moshu this was the info i was waiting for!! i was thinking way to complicated

    Forum: Installing WordPress
    In reply to: primary key
    Thread Starter linusdepinus

    (@linusdepinus)

    am sorry but i filled out the above and i get this :

    MySQL retourneerde:

    #1075 – Incorrect table definition; There can only be one auto column and it must be defined as a key

    I”m doing something wrong but don’t know what!?

    Forum: Installing WordPress
    In reply to: primary key
    Thread Starter linusdepinus

    (@linusdepinus)

    Well no link cause i can’t get it to run at all.. But beneath is the read me file. I want to ‘add to the database’ as is explaind. The line ‘primary key’ has me puzzled. Don’t know how and where 2 fill it out exactly

    Plugin Information:
    Plugin name: Who Is Online script…
    Plugin URI: https://www.mcmike.nl/english
    Author: Michiel ‘McMike’ Auerbach
    Version: 3.5

    IMPORTANT INFORMATION:
    This script uses the COOKIE information stored by WordPress since I could not locate the standard user-name / author name
    If you have this information please contact me ??
    So sometimes the cookie-information is WRONG since I only use a simple hack to get thru this. I will work on a better output
    offcourse. But I reckon its right 80 – 90% of the time ?? ??

    VERSION INFORMATION:
    V1.0 21/03/2005 – McMike – Started and finished the first version
    V2.0 21/03/2005 – McMike – Started and finished the second version, this version runs on the sql-database that WordPress uses also.
    V2.5 22/03/2005 – McMike – Upgraded the 2nd version the COOKIE problem is solved ?? ?? ??
    V3.0 28/03/2005 – McMike – Upgraded small non-functional features
    V3.1 08/04/2005 – McMike – Fixed a HUGE bug wich completly f*cked up the plugin !!
    V3.5 08/04/2005 – McMike – New function wo_lastvisit() – Shows the last visit of a person

    Upgrade installation:
    V3.1 to V3.5
    Simply overwrite the old wieonline.php file

    Installation information:
    Download the plugin
    Unzip the plugin into you wp-content/plugin

    Add to the database where wp also running in:

    –START MYSQL QUERY–
    CREATE TABLE wieonline (
    wo_id int(11) NOT NULL auto_increment,
    wie varchar(255) NOT NULL default ”,
    tijd int(11) NOT NULL default ‘0’,
    ip varchar(255) NOT NULL default ”,
    cookie text NOT NULL,
    PRIMARY KEY (wo_id)
    ) TYPE=MyISAM AUTO_INCREMENT=0 ;
    –END OF MYSQL–

    Put somewhere in your script (where you want to view the last visitors:
    <?php wieisonline(); ?>

    ## NEW FUNCTION SINCE V3.5 ##
    <?php wo_lastvisit(); ?>
    This function shows a simple line of information:
    “Welcome back McMike, your last visit was on 08-04-2005 08:01:41”
    You can alter this at line 21 of the wieonline.php

    I you have any questions please mail me: [email protected] ??

    Have fun ??

    Thread Starter linusdepinus

    (@linusdepinus)

    O.k so i figured out it has something to do with quote marks so now i’m down to the first error again. It has something to do with index.php? Is there something i should change here??

    Thread Starter linusdepinus

    (@linusdepinus)

    O.k skip last comment i got into https://www.pimiento.nl/wp-login.php

    but now when i go to https://www.pimiento.nl i get this:
    Parse error: parse error, unexpected ‘\” in /home/projects/mijndomein/default/pimiento.nl/htdocs/www/index.php on line 4

    UHOH ??

    Thread Starter linusdepinus

    (@linusdepinus)

    now i’m getting this error. sorry i’m not all that exp with this stuff

    Warning: main(/home/projects/mijndomein/default/pimiento.nl/htdocs/www/wp-includes/wp-db.php): failed to open stream: No such file or directory in /home/projects/mijndomein/default/pimiento.nl/htdocs/www/wp-settings.php on line 59

    Fatal error: main(): Failed opening required ‘/home/projects/mijndomein/default/pimiento.nl/htdocs/www/wp-includes/wp-db.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/projects/mijndomein/default/pimiento.nl/htdocs/www/wp-settings.php on line 59

    Thread Starter linusdepinus

    (@linusdepinus)

    it might sound a little stupid i don’t know HOW 2 move the wp files what does this mean? move where and how? change what and where? ??

    Thread Starter linusdepinus

    (@linusdepinus)

    Warning: main(./wordpress/wp-blog-header.php): failed to open stream: No such file or directory in /home/projects/mijndomein/default/pimiento.nl/htdocs/www/wordpress/index.php on line 4
    I believe i followed the steps correctly exept the last one as you told me. I’m getting this error but i don’t think i understand it.?

    Fatal error: main(): Failed opening required ‘./wordpress/wp-blog-header.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/projects/mijndomein/default/pimiento.nl/htdocs/www/wordpress/index.php on line 4

    Thread Starter linusdepinus

    (@linusdepinus)

Viewing 15 replies - 1 through 15 (of 29 total)