Fly For Free
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Latest topics
» Absence
[Proxy's Dev Progress Ver2] EmptyThu Jan 12, 2012 1:02 am by xiaotuanzi

» [Proxy's Dev Progress]
[Proxy's Dev Progress Ver2] EmptyThu Jan 12, 2012 1:02 am by xiaotuanzi

» [Sexi Dev] Proxy is back
[Proxy's Dev Progress Ver2] EmptyThu Jan 12, 2012 1:01 am by xiaotuanzi

» [Proxy's Dev Progress Ver2]
[Proxy's Dev Progress Ver2] EmptyThu Jan 12, 2012 1:00 am by xiaotuanzi

» Hi, I'm Silver
[Proxy's Dev Progress Ver2] EmptyThu Jan 12, 2012 12:59 am by xiaotuanzi

» heyyy
[Proxy's Dev Progress Ver2] EmptyMon Sep 06, 2010 9:00 am by Sedu

» [Game]Kill/Save the dog[Game]
[Proxy's Dev Progress Ver2] EmptySun Sep 05, 2010 6:38 pm by Sedu

» Taking a leave from developing
[Proxy's Dev Progress Ver2] EmptyThu Aug 12, 2010 9:38 pm by Proxy

» New forums+server
[Proxy's Dev Progress Ver2] EmptySat Aug 07, 2010 5:39 pm by FtwHoly [Coder]


[Proxy's Dev Progress Ver2]

+2
Desire
Proxy
6 posters

Go down

[Proxy's Dev Progress Ver2] Empty [Proxy's Dev Progress Ver2]

Post by Proxy Tue Jul 27, 2010 9:43 pm

Okay as many of you heard if Sedu didnt tell anyone. I rebuilt Crazed Flyff's Website. Its 100% working.

What the site has.

Working Cash Shop with Database. [Done]
Working Register Page. [Done]
Working News Page. [Done]
Working Status/rates page. [Done]
Working Voting Script. [Done]

Website is 100% uploaded and done just need to do Ticket system and it will be fully working

What i plain on doing if mat says its okay

Add Cash shop in game under Premium items tab. Involves Editing Neuz.exe [Done]

Change the clients name From flyff to Crazed Envolves editing Neuz.exe [Done]

Get the patcher fully working/ Updating ECT. [Done]

add Cash shop database along with a column in account table for dpt's so you can add points to peoples accounts. [Done]

Fix minor errors if website has them after transferring it to mats pc [Done]



If this is in the wrong spot please put it in the right section thank you for taking your time in reading my post

Update July 31 2010

[Proxy's Dev Progress Ver2] Patche10

Database
[Proxy's Dev Progress Ver2] Databa10

the website also has the news page too
[Proxy's Dev Progress Ver2] Websit10

all scripts were made by me and my skills xD ._. i looked at a few scripts that gave me a idea on how to make them and well after a few 100 errors i got them to work theres a rates.php news.php rates.php has rates like so
Code:
<?php
$exp_rate=30;
$drop_rate=70;
$penya_rate=100;
?>


then in the index.php where you want the rates to show up you do



Code:

                <?php require ('./rates.php');?>
                <font color ="white"size ="2">Exp Rate:  <span class='f-right'>x</font> <?php echo "<font size = '3' color = 'red'>$exp_rate</font>";?></span><br/>
                <font color ="white"size ="2">Penya Rate:  <span class='f-right'>x</font> <?php echo "<font size = '3' color = 'red'> $penya_rate</font>" ?></span><br/>
                <font color ="white"size ="2">Drop Rate:  <span class='f-right'>x</font> <?php echo "<font size = '3' color = 'red'> $drop_rate</font>" ?></span><br/>
               




but as far as the news page script i wont be showing that this will give you guys a idea on how php works
its real easy to learn. at the top of the index.php script where the rates are you put this
Code:
<?php require ('./rates.php');?>
before the script your going to use thus allowing this script below to fetch the code from the rates.php
Code:
<?php require ('./rates.php');?>
                <font color ="white"size ="2">Exp Rate:  <span class='f-right'>x</font> <?php echo "<font size = '3' color = 'red'>$exp_rate</font>";?></span><br/>
                <font color ="white"size ="2">Penya Rate:  <span class='f-right'>x</font> <?php echo "<font size = '3' color = 'red'> $penya_rate</font>" ?></span><br/>
                <font color ="white"size ="2">Drop Rate:  <span class='f-right'>x</font>&nbsp;<?php echo "<font size = '3' color = 'red'> $drop_rate</font>" ?></span><br/>

it will look like this when your done
[Proxy's Dev Progress Ver2] Bottom10

if you have any other questions ill explain more if you want



Sincerely,

Proxy[Sexie Dev]


Last edited by Proxy on Sat Jul 31, 2010 3:16 pm; edited 6 times in total
Proxy
Proxy

Posts : 33
Join date : 2010-07-26
Location : Found Of FatalNetworks/ FlyForSilence

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Desire Wed Jul 28, 2010 1:30 am

Naishe
Desire
Desire

Posts : 106
Join date : 2010-07-26

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Proxy Sat Jul 31, 2010 4:33 am

lol like my new updates xD

edit: proxy is signing out and going to sleep its 6:30am @-@ been up since 7am yesterday xD almost 24 hrs @-@ need sleep <3 night guys enjoy my updated thread
Proxy
Proxy

Posts : 33
Join date : 2010-07-26
Location : Found Of FatalNetworks/ FlyForSilence

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Silverwolf Sat Jul 31, 2010 8:47 am

*Cough*Basic HTML*Cough*That I have no idea about*Cough*
Silverwolf
Silverwolf

Posts : 8
Join date : 2010-07-31

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by ~*NatSirTheTrueGod*~ Sat Jul 31, 2010 9:58 am

./facepalm Silverwolf

¬_¬
~*NatSirTheTrueGod*~
~*NatSirTheTrueGod*~
GameMaster

Posts : 86
Join date : 2010-07-17
Age : 30
Location : Crackwell, Oklahoma

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Proxy Sat Jul 31, 2010 3:12 pm

lol makes me laugh so hard ._. Im a developer i think i should know if its php, html, mysql since im the one that coded it
Proxy
Proxy

Posts : 33
Join date : 2010-07-26
Location : Found Of FatalNetworks/ FlyForSilence

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by FtwHoly [Coder] Sat Jul 31, 2010 3:34 pm

Silverwolf wrote:*Cough*Basic HTML*Cough*That I have no idea about*Cough*

Who are you btw? His scripts are good enough.

FtwHoly [Coder]
Developer

Posts : 111
Join date : 2010-07-16
Location : ~ Holy World ~

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Silverwolf Sat Jul 31, 2010 3:35 pm

Proxy wrote:lol makes me laugh so hard ._. Im a developer i think i should know if its php, html, mysql since im the one that coded it

That's why I said I have noooooo idea.
Silverwolf
Silverwolf

Posts : 8
Join date : 2010-07-31

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Proxy Sat Jul 31, 2010 3:41 pm

QQ well im pretty good on my V14 server as far as needing developers ill make a list when i need gm's and developers
Proxy
Proxy

Posts : 33
Join date : 2010-07-26
Location : Found Of FatalNetworks/ FlyForSilence

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by FtwHoly [Coder] Sat Jul 31, 2010 3:49 pm

Proxy wrote:QQ well im pretty good on my V14 server as far as needing developers ill make a list when i need gm's and developers

Do you need a dev? :3 rendeer

FtwHoly [Coder]
Developer

Posts : 111
Join date : 2010-07-16
Location : ~ Holy World ~

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Proxy Sat Jul 31, 2010 7:51 pm

well of course thats why your a dev xD nab
Proxy
Proxy

Posts : 33
Join date : 2010-07-26
Location : Found Of FatalNetworks/ FlyForSilence

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by FtwHoly [Coder] Sun Aug 01, 2010 5:42 am

Yah XD x-x I have to buy something to my comp or it won't work properly <.<

FtwHoly [Coder]
Developer

Posts : 111
Join date : 2010-07-16
Location : ~ Holy World ~

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by xiaotuanzi Thu Jan 12, 2012 1:00 am

Thank you for that.

xiaotuanzi

Posts : 5
Join date : 2012-01-12

http://www.mmosea.com/flyff/penya/flyff_en.html

Back to top Go down

[Proxy's Dev Progress Ver2] Empty Re: [Proxy's Dev Progress Ver2]

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum