Nuke2Xoops Very Simple (Users Table)

Today I need these php codes for transferring nuke users to a xoops site..and I wrote these codes and wanted to share with you

It is very simple..just use it
<?php
$MysqlHost 
"localhost"// your mysql host
$MysqlKullanici "root"// your mysql user name
$MysqlSifre ""// your mysql password
$NukeVeritabaniAdi "nuke"// your nuke database name
$NukeVeritabaniOneki "nuke"// your nuke prefix
$XoopsVeritabaniAdi "xoops"// your xoops database name
$XoopsVeritabaniOneki "xoops"// your xoops prefix

$veriyolu mysql_connect($MysqlHost$MysqlKullanici$MysqlSifre);
mysql_select_db($NukeVeritabaniAdi$veriyolu);
$nukeuyelerinisor mysql_query("SELECT * FROM ".$NukeVeritabaniOneki."_users ORDER BY user_id ASC");
while(
$nukeuyeleri mysql_fetch_array($nukeuyelerinisor)) {
    
mysql_select_db($XoopsVeritabaniAdi);
    
$kayit mysql_query("INSERT INTO ".$XoopsVeritabaniOneki."_users (uid, uname, email, user_regdate, pass, umode) VALUES('".$nukeuyeleri['user_id']."', '".$nukeuyeleri['username']."', '".$nukeuyeleri['user_email']."', '".time()."', '".$nukeuyeleri['user_password']."', 'flat');");
    if(
$kayit) {
        
mysql_query("INSERT INTO ".$XoopsVeritabaniOneki."_groups_users_link (groupid, uid) VALUES ('2', '".$nukeuyeleri['user_id']."');");
        echo 
$nukeuyeleri['username']." added successfully <br />";
    }
    else {
        echo 
$nukeuyeleri['username']." passd because this id has already exists <br />";
    }
}
echo 
"<br />That's all .... <a href="http://www.xoopshocasi.com">XoopSHoCasI</a>";
mysql_close($veriyolu);
?>

Bora Canbula -- xoopshocasi@xoopshocasi.com
Uncertified XOOPS Support
Read more... | 2 comments

Release of Culex Dj rotator v1.0

A new version of my first module is done. Now with some new features such as ability to change timezone and weather to use 24 hour / 12 hour format.

The script is running on http://www.culex.dk in the upper left corner as a demo
Read more... | 12 comments

Xoops FAQ section and unpublished questions

This is a polite notice to all xoopsers who have had their FAQs unpublished or deleted in the moderation que.

Many of you are asking questions that have already been asked and answered in the FAQ section. In order to keep the FAQs precise and easy to navigate we must prune similar entries and deny similar questions that repeat content.

Please don't be offended if your question is deleted or left unanswered. It's probably better for you to use the forums for Q&As that relate to specific technical questions.

We use the FAQ section for Q&As that are considered useful for the general user and not every question is relevant.

Also, please DO NOT submit questions with answers like 'please help me' these will be automatically deleted.

Thank-you all for your contributions, especially those that add meaningful, well thought out answers. This is an invaluable resource, thanks to your input.

Richard
Read more... | 2 comments

Muscle Car Scene Now Online

Now Live & Powered by XOOPS!

Muscle Car Scene

The site was developed with the muscle car enthusiast in mind. The purpose of the site is to provide a place for muscle car fans to gather, share information, stories, photos, and whatever shifts their gears.

There are some big plans to enhance the site over time, so if you have any suggestions on ways the site can be improved, let me know. If enough people feel it’s a worthwhile feature, it will most likely be added.

I hope you enjoy your visit to the site.

Best regards,

James Morris
MCS Admin
Read more... | 5 comments

How to display a dynamic content in your theme (outside Xoops blocks) ?

In a previous article, I was talking to you of the release of one of my modules, Boox, with wich
you can manage static content wich is not approachable by Xoops.

The module is very useful but for this moment you can't manage dynamic content.
It could be useful if you could put in your site's theme, the content from
any Xoops module.

I'm showing you a solution on wich I have worked.
Read more... | 790 bytes more | 7 comments

freeware-project.de

freeware-project.de.de is a german community freeware portal, with archive and book lists.
Built using xoops 2.2.4 with seo and fullcache hack.

freeware

have fun and merry christmas
sven
Comments?

Conga Award

Resized Imagexoops-magazine.com presents the "Conga Award" in German. ==> The Conga drums - a synonym for communication - are the name giver for an Award, which considers now finally the whole of the congress and conference industry. Event is more than only creativity and acting of the agencies; Event means that a multiplicity of restaurant economics and fields of activity (artist, technology, locations, Destinationen, Speakers u.v.a.m.) it cooperates, in order to obtain desired success.

The site can be visited on: http://www.conga-award.de

1.) userinfo.php?uid=xxx = became closed
2.) Redirect is in the left block. (http://www.conga-award.de/admin.php)
3.) Modul "liaise" version 1.26 with Anti-Spam-Code
4.) In the search result one does not find user names.
5.) This web page works with the NEWS module and includes KOIVI editor.

Read more... | 1 comment

xStreamer - 0.95 Release

Panther Software is very proud to announce the release of xStreamer 0.95, a module to categorise, display and stream Adobe FLV Videos.

The 0.95 release provides better compatibility with the Xoops 2.2.x and 2.0.x branches.

Download HERE

xStreamer Provides:

1. AJAX based voting system
2. Six blocks to categorise and rank videos: video categories, most views, most commented, highest rated, most rated and best rated videos
3. Ability for visitors to leave comments on all videos
4. Large video files (>100MB and upwards with no top limit).
5. Requires web server with PHP support. Does not require expensive streaming software or hardware.
6. Pure streaming with support to seeking/scrubbing to any point in the video including video that has not been downloaded.
7. ANY FLV file can be streamed. FLV files do not require Metadata injection.
8. Will work in Apache, Lighttpd and pretty much any web server.
9. FLV source files are secured and can be placed outside of a web server's public directory.
10. Each FLV file records usage and views statistics.
11. Support for Bandwidth throttling to distribute load for busy sites.
12. No intermediary FLV files are created! Everything is done in PHP.
13. Does not require any extra external tools and will run under *nix, OS X, Windows etc...
14. Requires Flash 7.0.63 to be installed on client machines which should make it compatible with Windows, OS X and Linux users and browsers.

Please read the release notes for compatibility and installation requirements.

Please post to our xStreamer Support Forums if you have any questions. Please note that you must be a registered member of the xProjects site to post threads on our forums or comments on our news articles. Registration is free and we wont spam your email address. No, really.

If you find a bug in xStreamer or want to request a feature then please raise a ticket in our xStreamer Dev Tracker. Please note that you must be a registered member of xProjects to be able to raise tickets.

A demo can now be seen on : http://xprojects.co.uk/modules/xstreamer/
Read more... | 8 comments

SmartBlocks and SmartProfile in version 1.0

Following feedback on the release candidates released last week, Cusix Software and SmartFactory has flushed out a few bugs and released final versions 1.0 of SmartBlocks and SmartProfile.

You can download them in our download section:

SmartBlocks
SmartProfile

Bug reports etc., please use the dev.xoops.org trackers for
SmartBlocks and
SmartProfile

Feedback and discussions, please use SmartFactory Forums

System Requirements:

* XOOPS 2.0.15 or higher 2.0.x
* PHP 5.0+
* SmartObject v0.9+
Read more... | 15 comments

HotRod Theme

Resized ImageHere's yet another layout in my series of dark-themed designs. This theme is 1/2/3 column compatible as well as compatible with XOOPS 2.0.16. This particular design is targeted towards fans of high performance cars. While this theme features images of the 2008 Chevy Camaro Concept Car, you can easily adapt this theme to feature your favorite ride.

In addition to being a theme inspired by the love of fast cars, this theme also serves as an example of how easy it is to customize the XOOPS default theme to create a unique design that suites the personality of your site. This theme took just a few hours and a minimal amount of graphics design and CSS customization to create a layout that is original, fast, and easy to customize.

As usual, this theme is XHTML 1.0 Transitional and CSS 1.0/2.0 compliant and is targeted towards users who're not afraid of doing a little fine-tuning to personalize their theme to their site. Also, for those who want to further personalize the graphics, all source images are included.

I hope you enjoy using this theme as much as I've enjoyed designing it. If you find any bugs, please let me know and I'll fix them as soon as I have the time.

Links:
Demo
Download
Download Mirror

Best Regards,

James Morris
http://xoopsinfo.com/
http://mywebresource.com/
Read more... | 3 comments
« 1 ... 268 269 270 (271) 272 273 274 ... 553 »


Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Archives

News archives