Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-12-2013, 06:08 PM
Isura Isura is offline
Member
 
Join Date: Jun 2011
Posts: 38
Gender: Female
Credits: 8,431
Isura is on a distinguished road
Default

Yes, that could be possible but be a little bit complicated.

As an example:
When you want that all the adoptables get such a code, you need first change your mysql-database. Search with phpMyAdmin (You can find it over the CP of your serverhost) for the _owned_adoptables table and change the table column 'aid' to no AUTO_INCREMENT. Now we need to set the id manually when a new pet gets adopted.

Now we need to edit every file which gives new pets to the users (breeding.php/ doadopts.php). Before the script insert the new pet in the database we need to give it a unique id:

PHP Code:
$timestamp time();
$id md5($timestamp);

//first we select the current servertime (time()) than we encode it with md5
//I haven't test this script, it's only an example

 
$mysidia->db->insert("owned_adoptables", array("aid" => $id"type" => $row->type"name" => $name"owner" => $mysidia->user->username"currentlevel" => 0"totalclicks" => 0"code" => $code
                                                        
"imageurl" => NULL"usealternates" => $alts"tradestatus" => 'fortrade'"isfrozen" => 'no'"gender" => $genders[$rand], "lastbred" => 0)); 
(Sorry for my bad english. Hope it's understandable)
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Link Pop up in Iframe? Hwona Questions and Supports 11 07-02-2014 12:22 PM
Making an auto installer Nemesis Feedback and Suggestions 9 12-23-2013 08:55 AM
Are there ani guides for making a theme here? Rovick Questions and Supports 13 11-22-2013 04:47 PM
Making an RSS Feed! PTGigi Tutorials and Tips 1 06-01-2012 03:31 AM
Making a map... help! dulop Questions and Supports 5 05-23-2012 08:14 PM


All times are GMT -5. The time now is 09:04 PM.

Currently Active Users: 361 (0 members and 361 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636