
URL: http://www.ipsunflez.org/zzmain/amain/a/index.php
Description: Ipsunflez is a Content Management System (CMS), besides, it is a Site builder and programme builder.
Submitted: 11/29/18
Trader Rating: 0
Description: Ipsunflez is a Content Management System (CMS), besides, it is a Site builder and programme builder.
Submitted: 11/29/18
Trader Rating: 0
Similar Links:
This Father’s Day Gift Will Make Every Beard Easier To Look At
Remote work is hard. Here are five ways to make it easier
5 ways ChatGPT can make parenting easier this summer
Two tricks that make using the Linux command line a lot easier
Make Life Easier With These $3 Stanley Tumbler Accessories
This Father’s Day Gift Will Make Every Beard Easier To Look At
Remote work is hard. Here are five ways to make it easier
5 ways ChatGPT can make parenting easier this summer
Two tricks that make using the Linux command line a lot easier
Make Life Easier With These $3 Stanley Tumbler Accessories
Feed Data:
How to add an analysis table into Wordpress using Ipsunflez. by on Mon, 17 Dec 2018 14:02:03 -0600:
Today we are going to add an analysis table into Wordpress.
You may refer to pages pg=15020 and pg=15025. This 2 pages is group by f01 and count on f06.
Lets say you have engaged a few writing services to maintain your blog. Now you want to record down how much trafic attract by each writing services per day/week.
1) Add a new database into Ipsunflez by selecting [Database], [Database], [New] (pg=11000,pgs=7). So lets say the new Database number zdb(f01) number is 5, Add a new config file at ahidden by copying the config4.php, rename it as config5.php, change the $username and $password into the respective username and password, $database as wordpress. Modify the following lines :
$sqllink4=mysqli_connect... into $sqllink5=mysqli_connect....
mysqli_select_db($sqllink4, ... into mysqli_select_db($sqllink5, .
2) Add a new table into Ipsunflez by selecting [Database], [Table] [New](pg=11050,pgs=7). Lets take care of the numbering, so lets number the ztbl_no(f01) as 1010050, ztbl_name(f02) as wp_traffic, zdb11050(f03) by selecting the database you just added at 1) above.
3) Now we need to add the fields into Ipsunflez by selecting [Database], [Table Field], [New (Multiple)](pg=11100,pgs=6). So we can create new table using Ipsunflez just as this example :
f01 f02 f03 f04 f05 f06 f07 f08
1010050 traffic_id 1010050 INT 11 Y
1010051 post_id 1010051 BIGINT 20 N
1010052 date 1010052 DATE N
1010053 traffic 1010053 INT 11 N
1010054 remarks 1010054 TEXT Y
4) Now you may create the table you keyed in step 3). Select [Database], [Create MySQL table]. Then select [New], Select wp_traffic, click [Insert] button. Then the Create table SQL command being displayed, click [Create table] button to create the table.
5) Repeat step 2) and 3) by adding table wp_posts, You don't have to add the whole table, just addding field ID and post_title is enough, lets field ID being 1010001, post_title being 1010002.
6) Now you may add this 2 new form created in step 3) and 5) by refering to tutorial [Add a new Form]. When adding field 1010051, fldtype(f05) select [select], link_fldid(f06) select ID, link_fldval(f07) select post_title.
7) Now you may add this 2 pages created in step 3) and 5) by refering to tutorial [Add a new Pages].
8) You may key-in a few data into table 1010050 before we creating the analysis table.
9) Now lets create the analysis table by repeating step 6). Create a new form 1010060, naming it as traffic analysis.
At the oderby(f06) key in [GROUP BY `f02`ORDER BY `f02` DESC]. Key in SUM at countsum(f18) for record 1010053 traffic.
10) Now lets create the pagesby repeating step 7).
Analysis table successfully created.
How to modify Wordpress using Ipsunflez by on Fri, 21 Sep 2018 04:02:03 -0500:
Today we are going to modify Wordpress using Ipsunflez.
Lets say you have engaged a few writing services to maintain your blog. Now you want to record down how much trafic attract by each writing services.
Lets add 2 fields [w_service], [traffic] at the end of wp_posts table.
Now is the Ipsunflez part.
1) Add a new database into Ipsunflez by selecting Database, Database, New (pg=11000,pgs=7). So lets say the new Database number zdb(f01) number is 5, Add a new config file at ahidden by copying the config4.php, rename it as config5.php, change the $username and $password into the respective username and password, $database as wordpress. Modify the following lines :
$sqllink4=mysqli_connect... into $sqllink5=mysqli_connect....
mysqli_select_db($sqllink4, ... into mysqli_select_db($sqllink5, ...
2) Add a new table into Ipsunflez by selecting Database, Table New(pg=11050,pgs=7). Lets take care of the numbering, so lets number the ztbl_no(f01) as 1010000, ztbl_name(f02) as wp_posts, zdb11050(f03) by selecting the database you just added at 1) above.
3) Now we need to add the fields into Ipsunflez by selecting Database, Table Field, New (Multiple)(pg=11100,pgs=6). You don't have to add the whole table wp_posts, you just need to add the concerned fields. If you are not creating the table using Ipsunflez just as this example, then you only need to add (f01) to (f03). (f05) to (f08) is use for creating a new table. In this example we just need to add 5 fields into Ipsunflez, that is ID, post_title, post_content, w_service and traffic. Lets take care of the numbering, lets the zfld_no(f01) being 1010000 to 1010004.
4) Now you may add a new form by refering to tutorial [Add Form].
5) Now you may add pages by refering to tutorial [Add content and Pages].
OK, now you can maintain the traffic by adding traffic records into Wordpress by pg=1010000,pgs=6)and view it or PUBLISH it by Ipsunflez.(pg=1010000,pgs=4). There are another 5 views in Ipsunflez.
You may wonder you can do all this by using phpmyadmin, yes, true, however, you don't want to lets everyone to login into your phpmyadmin, so Ipsunflez can help you to overcome this problem.
How to add an analysis table into Wordpress using Ipsunflez. by on Mon, 17 Dec 2018 14:02:03 -0600:
Today we are going to add an analysis table into Wordpress.
You may refer to pages pg=15020 and pg=15025. This 2 pages is group by f01 and count on f06.
Lets say you have engaged a few writing services to maintain your blog. Now you want to record down how much trafic attract by each writing services per day/week.
1) Add a new database into Ipsunflez by selecting [Database], [Database], [New] (pg=11000,pgs=7). So lets say the new Database number zdb(f01) number is 5, Add a new config file at ahidden by copying the config4.php, rename it as config5.php, change the $username and $password into the respective username and password, $database as wordpress. Modify the following lines :
$sqllink4=mysqli_connect... into $sqllink5=mysqli_connect....
mysqli_select_db($sqllink4, ... into mysqli_select_db($sqllink5, .
2) Add a new table into Ipsunflez by selecting [Database], [Table] [New](pg=11050,pgs=7). Lets take care of the numbering, so lets number the ztbl_no(f01) as 1010050, ztbl_name(f02) as wp_traffic, zdb11050(f03) by selecting the database you just added at 1) above.
3) Now we need to add the fields into Ipsunflez by selecting [Database], [Table Field], [New (Multiple)](pg=11100,pgs=6). So we can create new table using Ipsunflez just as this example :
f01 f02 f03 f04 f05 f06 f07 f08
1010050 traffic_id 1010050 INT 11 Y
1010051 post_id 1010051 BIGINT 20 N
1010052 date 1010052 DATE N
1010053 traffic 1010053 INT 11 N
1010054 remarks 1010054 TEXT Y
4) Now you may create the table you keyed in step 3). Select [Database], [Create MySQL table]. Then select [New], Select wp_traffic, click [Insert] button. Then the Create table SQL command being displayed, click [Create table] button to create the table.
5) Repeat step 2) and 3) by adding table wp_posts, You don't have to add the whole table, just addding field ID and post_title is enough, lets field ID being 1010001, post_title being 1010002.
6) Now you may add this 2 new form created in step 3) and 5) by refering to tutorial [Add a new Form]. When adding field 1010051, fldtype(f05) select [select], link_fldid(f06) select ID, link_fldval(f07) select post_title.
7) Now you may add this 2 pages created in step 3) and 5) by refering to tutorial [Add a new Pages].
8) You may key-in a few data into table 1010050 before we creating the analysis table.
9) Now lets create the analysis table by repeating step 6). Create a new form 1010060, naming it as traffic analysis.
At the oderby(f06) key in [GROUP BY `f02`ORDER BY `f02` DESC]. Key in SUM at countsum(f18) for record 1010053 traffic.
10) Now lets create the pagesby repeating step 7).
Analysis table successfully created.
How to modify Wordpress using Ipsunflez by on Fri, 21 Sep 2018 04:02:03 -0500:
Today we are going to modify Wordpress using Ipsunflez.
Lets say you have engaged a few writing services to maintain your blog. Now you want to record down how much trafic attract by each writing services.
Lets add 2 fields [w_service], [traffic] at the end of wp_posts table.
Now is the Ipsunflez part.
1) Add a new database into Ipsunflez by selecting Database, Database, New (pg=11000,pgs=7). So lets say the new Database number zdb(f01) number is 5, Add a new config file at ahidden by copying the config4.php, rename it as config5.php, change the $username and $password into the respective username and password, $database as wordpress. Modify the following lines :
$sqllink4=mysqli_connect... into $sqllink5=mysqli_connect....
mysqli_select_db($sqllink4, ... into mysqli_select_db($sqllink5, ...
2) Add a new table into Ipsunflez by selecting Database, Table New(pg=11050,pgs=7). Lets take care of the numbering, so lets number the ztbl_no(f01) as 1010000, ztbl_name(f02) as wp_posts, zdb11050(f03) by selecting the database you just added at 1) above.
3) Now we need to add the fields into Ipsunflez by selecting Database, Table Field, New (Multiple)(pg=11100,pgs=6). You don't have to add the whole table wp_posts, you just need to add the concerned fields. If you are not creating the table using Ipsunflez just as this example, then you only need to add (f01) to (f03). (f05) to (f08) is use for creating a new table. In this example we just need to add 5 fields into Ipsunflez, that is ID, post_title, post_content, w_service and traffic. Lets take care of the numbering, lets the zfld_no(f01) being 1010000 to 1010004.
4) Now you may add a new form by refering to tutorial [Add Form].
5) Now you may add pages by refering to tutorial [Add content and Pages].
OK, now you can maintain the traffic by adding traffic records into Wordpress by pg=1010000,pgs=6)and view it or PUBLISH it by Ipsunflez.(pg=1010000,pgs=4). There are another 5 views in Ipsunflez.
You may wonder you can do all this by using phpmyadmin, yes, true, however, you don't want to lets everyone to login into your phpmyadmin, so Ipsunflez can help you to overcome this problem.
Rate this link: