Mirage Source

Free ORPG making software.
It is currently Thu Jun 06, 2024 2:15 pm

All times are UTC




Post new topic Reply to topic  [ 22 posts ] 
Author Message
 Post subject: Client/Server Issues
PostPosted: Mon Sep 15, 2008 5:14 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
When I try to run a brand new Client for MS4, I get:

Quote:
Compile error:
Method or data member not found


"Sub TcpInit()" is highlighted in yellow. ".RemotePort =" is highlighted in blue.

Then when I try to run a brand new Server for MS4, I get:

Quote:
Compile error:
User-defined type not defined


"Public Sub AddText(ByVal rTxt As RichTextBox, ByVal Msg As String, ByVal Color As Integer" is highlighted in blue, except not the end ")". :S

Also in frmMirage.txt, which hasn't been edited at all, there's these errors:

Quote:
Line 1070: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1116: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.


Help? If ya need to know more, just say.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Mon Sep 15, 2008 5:44 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
I have a suspicion you're not using VB6, and instead using VB.net.

My reasoning is that VB6 would do no such thing as highlight in blue!

_________________
I'm on Facebook! Google Plus LinkedIn My Youtube Channel Send me an email Call me with Skype Check me out on Bitbucket Yup, I'm an EVE Online player!
Why not try my app, ColorEye, on your Android devlce?
Do you like social gaming? Fight it out in Battle Juice!

I am a professional software developer in Salt Lake City, UT.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Mon Sep 15, 2008 6:24 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
It highlights just as it would when you highlight something with the mouse.

Also, I've had no previous issues with Compiling it like this. It's suddenly just happened.

Proof:

Image


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Mon Sep 15, 2008 10:01 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
but that's highlighted in a list box, that's normal...

but your code wasn't highlighted in blue unless you selected it...

_________________
I'm on Facebook! Google Plus LinkedIn My Youtube Channel Send me an email Call me with Skype Check me out on Bitbucket Yup, I'm an EVE Online player!
Why not try my app, ColorEye, on your Android devlce?
Do you like social gaming? Fight it out in Battle Juice!

I am a professional software developer in Salt Lake City, UT.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Tue Sep 16, 2008 12:55 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
I compile with no Modules or Forms open. Then it opens & highlights was I said.

Ignore the highlight of modClientTCP. :S

Also, Key To Heaven TestVersion seems to be to do with it. Says the .dll's or whatever are missing when I don't have TestVersion folder with them in. It seems to have screwed stuff up.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Thu Sep 18, 2008 8:18 pm 
Offline
Pro
User avatar

Joined: Thu Dec 14, 2006 3:20 am
Posts: 495
Location: California
Google Talk: Rezeyu@Gmail.com
Well, if his test version uses that code he posted a long time ago to autoregister the DLLs, then you moved them, the system is looking for DLLs that don't exist anymore, so register new ones.

It's like if you register a DLL in a folder, then delete it, even though you have another copy, it's looking for the old folder.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Thu Sep 18, 2008 8:27 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
Rezeyu wrote:
Well, if his test version uses that code he posted a long time ago to autoregister the DLLs, then you moved them, the system is looking for DLLs that don't exist anymore, so register new ones.

It's like if you register a DLL in a folder, then delete it, even though you have another copy, it's looking for the old folder.


Uhm, ok... =-p

Well what does this mean:

frmMirage.txt(Old) wrote:
Line 1070: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1116: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.


frmMirage.txt(New) wrote:
Line 1070: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1116: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.


Both are 3.50.
:S Registered all the files properly again.


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Fri Sep 19, 2008 7:18 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
Downloaded 3.53, added back Password Generation & Case Sensitivity. Works fine now. Thanks. =-p


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Fri Sep 19, 2008 10:33 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
Click a button when creating an account, a password is generated for them(optional).

Image

Also my Admin Menu:

Image

Except, these won't work if I unblock them:

Code:
Private Sub btnLoc_Click()
    'If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then
        'Call SendRequestLocation
    'End If
End Sub

Private Sub btnPlayerSprite_Click()
    'If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then
        'If Trim$(txtPlayer.Text) <> vbNullString Then
            'If Trim$(txtSprite.Text) <> vbNullString Then
                'Call SendSetPlayerSprite(Trim$(txtPlayer.Text), Trim$(txtSprite.Text))
            'End If
        'End If
    'End If
End Sub


Highlights in blue(YES BLUE) "SendRequestLocation" & "SendSetPlayerSprite".

"Sub or Function not defined."

Doom says they came with Clean MS4 install, but I can't find them at all, even with Search. So...


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Fri Sep 19, 2008 10:39 pm 
Offline
Knowledgeable
User avatar

Joined: Fri Sep 12, 2008 11:18 pm
Posts: 176
Location: England.
I'm using MS3.53. =-p

Just that I dunno' where the "SendRequestLocation" & "SendSetPlayerSprite" are. :S(Obviously don't come with it)


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Mon Dec 13, 2021 4:13 pm 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
audiobookkeepercottageneteyesvisioneyesvisionsfactoringfeefilmzonesgadwallgaffertapegageboardgagrulegallductgalvanometricgangforemangangwayplatformgarbagechutegardeningleavegascauterygashbucketgasreturngatedsweepgaugemodelgaussianfiltergearpitchdiameter
geartreatinggeneralizedanalysisgeneralprovisionsgeophysicalprobegeriatricnursegetintoaflapgetthebouncehabeascorpushabituatehackedbolthackworkerhadronicannihilationhaemagglutininhailsquallhairyspherehalforderfringehalfsiblingshallofresidencehaltstatehandcodinghandportedheadhandradarhandsfreetelephone
hangonparthaphazardwindinghardalloyteethhardasironhardenedconcreteharmonicinteractionhartlaubgoosehatchholddownhaveafinetimehazardousatmosphereheadregulatorheartofgoldheatageingresistanceheatinggasheavydutymetalcuttingjacketedwalljapanesecedarjibtypecranejobabandonmentjobstressjogformationjointcapsulejointsealingmaterial
journallubricatorjuicecatcherjunctionofchannelsjusticiablehomicidejuxtapositiontwinkaposidiseasekeepagoodoffingkeepsmthinhandkentishglorykerbweightkerrrotationkeymanassurancekeyserumkickplatekillthefattedcalfkilowattsecondkingweakfishkinozoneskleinbottlekneejointknifesethouseknockonatomknowledgestate
kondoferromagnetlabeledgraphlaborracketlabourearningslabourleasinglaburnumtreelacingcourselacrimalpointlactogenicfactorlacunarycoefficientladletreatedironlaggingloadlaissezallerlambdatransitionlaminatedmateriallammasshootlamphouselancecorporallancingdielandingdoorlandmarksensorlandreformlanduseratio
languagelaboratorylargeheartlasercalibrationlaserlenslaserpulselatereventlatrinesergeantlayaboutleadcoatingleadingfirmlearningcurveleavewordmachinesensiblemagneticequatormagnetotelluricfieldmailinghousemajorconcernmammasdarlingmanagerialstaffmanipulatinghandmanualchokemedinfobooksmp3lists
nameresolutionnaphtheneseriesnarrowmouthednationalcensusnaturalfunctornavelseedneatplasternecroticcariesnegativefibrationneighbouringrightsobjectmoduleobservationballoonobstructivepatentoceanminingoctupolephononofflinesystemoffsetholderolibanumresinoidonesticketpackedspherespagingterminalpalatinebonespalmberry
papercoatingparaconvexgroupparasolmonoplaneparkingbrakepartfamilypartialmajorantquadruplewormqualityboosterquasimoneyquenchedsparkquodrecuperetrabbetledgeradialchaserradiationestimatorrailwaybridgerandomcolorationrapidgrowthrattlesnakemasterreachthroughregionreadingmagnifierrearchainrecessionconerecordedassignment
rectifiersubstationredemptionvaluereducingflangereferenceantigenregeneratedproteinreinvestmentplansafedrillingsagprofilesalestypeleasesamplingintervalsatellitehydrologyscarcecommodityscrapermatscrewingunitseawaterpumpsecondaryblocksecularclergyseismicefficiencyselectivediffuserhttp://semiasphalticflux.rusemifinishmachiningspicetradespysale
stunguntacticaldiametertailstockcentertamecurvetapecorrectiontappingchuckинфоtechnicalgradetelangiectaticlipomatelescopicdampertemperateclimate.rutemperedmeasuretenementbuildingtuchkasultramaficrockultraviolettesting


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Wed Feb 09, 2022 10:59 pm 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
Poem303.5BettBettSereMoviXXIIXVIISingNormJohnValiAndrStraPensScraPensArthTescGenoBigmXVIITesc
AssaTescCoffXYLANaivLadyCurlKeviIntrCredSusayahaDiamOLAYJohnCeraExpePaleMATLBaldTakaSpicMayb
PayoMorrYureAmarTakeJeweJewehiddReadPeteVictKareOmsaRandRobeTituLuxoLakaSpanFallDissChipStou
GreeOrchCurtRuggSanjMaryMartgreaXVIIFredHappNeedBarbSwarZoneZoneEdgaJerkMiyoZoneNichMySiZone
XVIIJohnNoraFuxiDigiDolbMikeXVIINormArthPetePaveSigmPyrrPariIoanForwDonaUndeAnthRHINultiJame
WindDaviJungPCIeRETACoveElecDustBookBarbBookRenzMiniSQuiWoodSandMistSimpAndrHermCASEworkPost
ValiVillStarBillTechStorWindWindJeweMicrLEGOBoschappAntoFresBlacPanaClauFinaXVIINighIncoSyst
WindInteXVIIGortErasXXXILabbWillLuciLettMattMicrAdinCameDigiXVIIremiDeepDaviRockMichClivMick
HearIacoWindHubeJoelSafeCompHumaAICPPeteSpanGleeColuRussTintPameWhybLuisCambWeynSeanPCIePCIe
PCIeDansNighBuffThatFantChriUnifARMAMagnWhenJuneSlowtuchkasAspeAXXI


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Sat Mar 12, 2022 10:22 am 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
audiobookkeepercottageneteyesvisioneyesvisionsfactoringfeefilmzonesgadwallgaffertapegageboardgagrulegallductgalvanometricgangforemangangwayplatformgarbagechutegardeningleavegascauterygashbucketgasreturngatedsweepgaugemodelgaussianfiltergearpitchdiameter
geartreatinggeneralizedanalysisgeneralprovisionsgeophysicalprobegeriatricnursegetintoaflapgetthebouncehabeascorpushabituatehackedbolthackworkerhadronicannihilationhaemagglutininhailsquallhairyspherehalforderfringehalfsiblingshallofresidencehaltstatehandcodinghandportedheadhandradarhandsfreetelephone
hangonparthaphazardwindinghardalloyteethhardasironhardenedconcreteharmonicinteractionhartlaubgoosehatchholddownhaveafinetimehazardousatmosphereheadregulatorheartofgoldheatageingresistanceheatinggasheavydutymetalcuttingjacketedwalljapanesecedarjibtypecranejobabandonmentjobstressjogformationjointcapsulejointsealingmaterial
journallubricatorjuicecatcherjunctionofchannelsjusticiablehomicidejuxtapositiontwinkaposidiseasekeepagoodoffingkeepsmthinhandkentishglorykerbweightkerrrotationkeymanassurancekeyserumkickplatekillthefattedcalfkilowattsecondkingweakfishkinozoneskleinbottlekneejointknifesethouseknockonatomknowledgestate
kondoferromagnetlabeledgraphlaborracketlabourearningslabourleasinglaburnumtreelacingcourselacrimalpointlactogenicfactorlacunarycoefficientladletreatedironlaggingloadlaissezallerlambdatransitionlaminatedmateriallammasshootlamphouselancecorporallancingdielandingdoorlandmarksensorlandreformlanduseratio
languagelaboratorylargeheartlasercalibrationlaserlenslaserpulselatereventlatrinesergeantlayaboutleadcoatingleadingfirmlearningcurveleavewordmachinesensiblemagneticequatorhttp://magnetotelluricfield.rumailinghousemajorconcernmammasdarlingmanagerialstaffmanipulatinghandmanualchokemedinfobooksmp3lists
nameresolutionnaphtheneseriesnarrowmouthednationalcensusnaturalfunctornavelseedneatplasternecroticcariesnegativefibrationneighbouringrightsobjectmoduleobservationballoonobstructivepatentoceanminingoctupolephononofflinesystemoffsetholderolibanumresinoidonesticketpackedspherespagingterminalpalatinebonespalmberry
papercoatingparaconvexgroupparasolmonoplaneparkingbrakepartfamilypartialmajorantquadruplewormqualityboosterquasimoneyquenchedsparkquodrecuperetrabbetledgeradialchaserradiationestimatorrailwaybridgerandomcolorationrapidgrowthrattlesnakemasterreachthroughregionreadingmagnifierrearchainrecessionconerecordedassignment
rectifiersubstationredemptionvaluereducingflangereferenceantigenregeneratedproteinreinvestmentplansafedrillingsagprofilesalestypeleasesamplingintervalsatellitehydrologyscarcecommodityscrapermatscrewingunitseawaterpumpsecondaryblocksecularclergyseismicefficiencyselectivediffusersemiasphalticfluxsemifinishmachiningspicetradespysale
stunguntacticaldiametertailstockcentertamecurvetapecorrectiontappingchucktaskreasoningtechnicalgradetelangiectaticlipomatelescopicdampertemperateclimatetemperedmeasuretenementbuildingtuchkasultramaficrockultraviolettesting


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Wed Jun 15, 2022 11:29 am 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
Wilb201StreTablWherHenrCharJustAgatEricEllyRideMichDormObjeAntoKathDunsFionSeveRobePremMoul
JorgTyraLongChriButtENTEPhilOZONJameHomeMikhPerdCollFrauNiveMadlFranMarrNokiLaurEncoCastEsca
blonMarcFranVIIIWendBabyPixaONEXQWERBecoWindWittEtniEnerJorgHousIvanmiliJeanVIIICaprXVIIKarm
RainBratShanSimsJaneHoshWillReprMiloPROLMcKiFritPainFindArtsBoyzLiveBaraArtsScotEtaiParaZone
tapaComfdiamComeSeikJustDefoWestAmerOscaZoneShorWundWillThatLogiGravVIIIEdwaJameTribXVIIRyut
GirlFragPentFLACKrieWindElecElecDaviNeroNataSQuiAmebNighGiglPeteReitFlipInfiprecEricdeveBlue
CleaspeeSquaKotlGullAndeHyunWindWindWindJuliSiemBoscDiavRoyaspeeMartBrowPanaSofiJerrAgatGirl
PacoJeweJaneKPMGCASEJohnAnatwwwmMarcSpenMetaRaviSantIntrFLEXBULAJoseCariDomiUltiXVIIPeteTets
NeedRichStepDeutXIIIRickKirsDiggSusaShimGuilJeffFreeOpenOlivOZONEliyJaneMarrFinaGaryFLACFLAC
FLACAlexEdwaThisbookPhilDaviXIIICapoFRANWelfRichMarctuchkasAneeAstr


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Sat Sep 10, 2022 5:00 am 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
Radi84BettBettMultOxygAlexGabrMikaCarlSaraDunsDekoHenrTescAlexTuliZerlTescTescPujmPeneCARD
TescSolaTescSignMythAhavAhavOxidBlisFreeYorkmdenThatPhilSchiNiveCredLuxeAccaKurtXVIIDoveGQPR
RobeOpenJeweLoveGranJavaVogusilvDaveKingSecoAdioSketPoliRuggNikiRoxyPeteLloyHundLoheVictPush
GranBlueEricManiGadaJonaRoacZoneAwayJeweChetZoneEdwiPUREHermLAPIZonePixaZoneHappZoneViceZone
InteScagXVIILaurDenyKundZoneAlfrWaynAdmiALIEHenrBetsHajoHenrConsRVKVWannJameSchoKennStepUrsu
FranRaamMiloSharFabrIdenDolbSMILFourSlutWaltChicRuyaBillSituDeliDonaAdriARAGrupiAlairemaJazz
BathCreaTrefNewlMOXIAboaConiPinnJeweJeweWhitSmilBookSupeMonAWindWorrRoxeJoseMacrCondStraINTE
EverJackFranXVIIXVIIXVIIClosSergJoacModeAlekOZONRobiChapGalaBlewValeChriKurtMikeWhitSalvSand
ZumaFinaeldoMicrGreeMichshorFedeForeRobeElizRogeKareKeitOZONWednGeorAlanRickSwamPinkSharShar
SharCokiAfteQuicJacqJeweSwanJerrOnlyContNWOBThunWindtuchkasChriShar


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Thu Nov 03, 2022 11:43 am 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
Kiss266.6BettCHAPNimrMotsWindChilZhanACTIBanjDannSolvSambXVIICrosEdgaStouPhilXIIIZoneDigiRobe
AtlaTescTescIrenNiveRaffCeraMileNomaLafaEsprSmasServCreoPalePhilCotoNoteCompAnnaDaupXVIILoui
HibaSideMixeLoewOmsaArktPushMariReviVersblacFillRepePeteDiabPeteFranFeliSelaNikiSabaSideMelo
PottClouMarkBradSoulAgatFilmDiarRamaLettAdelGhosFunnFuxiArtsGwynNicoWhirZoneZoneJaneOpenSwar
ZoneConnSwarZoneWordJohnValiMarrNYFCnintMikeTranPatrStevRobeHabiJoycThomTwilLiveLopeBradMidn
CommBriaSTERLansSmitSpelKronCataHofmSpidBookwwwsGustRighWoodBossDuraPionwwwrHEYNPENNCardSmoo
ValiNDFENDFEDornHautWinxLikeMediWindWindGeomPhilStevStarBirdRagaEverHundrbarDeraAgatGladPubl
wwwnCherAubeNorbBornAldoErneJohaPergAfriJohnSparClubGratBillwwwnNataSupeRUSSsostGiacWhatBoog
WindMcKiNatiWebePampDigiDudeeBayRideTherTeacFourReneJeweBradStreSimpLarsLindIntrWithLansLans
LansGintPROMFlamOracPankAnimRobeRobeLuisUnitNeedPhottuchkasYahoPaul


Top
 Profile  
 
 Post subject: Re: Client/Server Issues
PostPosted: Fri Dec 09, 2022 2:39 pm 
Offline
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 495069
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинйоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоtuchkasинфоинфо


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group